@charset "iso-8859-1";
/* CSS Document */

body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
}


#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#topContent {
	width: 750px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBE0;
	padding-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	padding-left: 0px;
	height: 187px;
}
#menu {
	width: 465px;
	float: left;
	clear: none;
	margin-top: 12px;
}
#menu table {
	width: 470px;
	padding-bottom: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu td {
	height: 19px;
	text-align: center;
	width: 90px;
	font-size: 12px;
	vertical-align: middle;
	padding-top: 2px;
}
#sidebar1 {
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f7f7f7; /* padding keeps the content of the div away from the edges */
	margin-right: 10px;
	margin-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 0px;
	margin-bottom: 10px;
	float: right;
	font-size: 80%;
}
#sidebar1 a:link, a:visited, a:active {
	text-decoration: none;
	color: #000;
}
#sidebar1 a:hover {
	text-decoration: underline;
	color: #000;
}

#mainContent {
	margin-top: 9px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #f7f7f7;
	width: 460px;
	float: left;
	margin-bottom: 10px;
}
#mainContent p  {
	text-align: left;
}
#mainContent a:link, a:visited, a:active {
	text-decoration: none;
	color: #000;
	font-style: italic;
	font-weight: bold;
	font-size: 100%;
}
#mainContent a:hover {
	text-decoration: underline;
	color: #000;
	font-style: italic;
	font-weight: bold;
	font-size: 100%;
}
#mainContent img {
	border: 1px solid #000;
}
#bund {
	font-size: 10px;
	color: #999;
	text-align: center;
	width: 780px;
	clear: both;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-bottom: 10px;
}
#bund a:link, a:visited, a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
	font-weight: normal;
}
#bund a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: underline;
	font-weight: normal;
}
#logo {
	float: left;
}


.logo {
	margin-top: 10px;
	margin-bottom: 10px;
}
#topbilled {
	float: right;
	margin-top: 10px;
	border: 1px solid #000;
}
.topbilled {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft
{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
