@charset "utf-8";
body  {
	font: 76% Arial, Helvetica, sans-serif;
	background: #FFFFCC;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
.thrColFixHdr #container { 
	width: 780px;  
	background: #FFFFCC;
	margin: 0 auto; 
	text-align: left; 
} 
.thrColFixHdr #header { 
	background: url(/misc/design/css/img/layout780.jpg) no-repeat; color:#ffffcc; height: 140px; padding:0;
}
.thrColFixHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.thrColFixHdr #headad {display:inline; float:right; margin-top:15px; margin-right: 20px; width:468px;
}
.thrColFixHdr #leftside {
	float: left; 
	width: 150px; 
	background: #FFFFCC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px 2px 2px 2px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #leftside ul.avmenu {list-style:none; margin:0 0 18px; padding:0; width:160px;}
.thrColFixHdr #leftside ul.avmenu li {display:inline; padding:0; width:160px;}
.thrColFixHdr #leftside ul.avmenu li a {background:url(/misc/design/css/img/menubg2.jpg) repeat-y bottom left; border-bottom:1px solid #996633; border-left:4px solid #996633; border-right:1px solid #FFCC99; border-top: 1px #FFCC99 solid; float:left; font-size:0.75em; font-weight:100; margin-bottom:1px; padding:1px 1px 3px 5px; text-decoration:none; width:138px; color:#660000;}
.thrColFixHdr #leftside ul.avmenu li a:hover,#leftside ul.avmenu li a.current {background:url(/misc/design/css/img/menubg3.jpg) repeat-y bottom left; border-bottom:1px solid #663333; border-left:8px solid #663333; border-right:1px solid #FFCC99; border-top:1px solid #FFCC99; width:134px; color:#663333;}
.thrColFixHdr #leftside ul.avmenu ul {font-size:0.9em; margin:0 0 0 15px; padding:0 0 5px 0; width:133px;}
.thrColFixHdr #leftside ul.avmenu ul a {padding:1px 1px 3px 5px; width:123px;}
.thrColFixHdr #leftside ul.avmenu ul ul {font-size:1em; width:120px;}
.thrColFixHdr #leftside ul.avmenu ul ul a {width:108px;}
.thrColFixHdr #leftside h2 {font-size:1.0em; font-weight:bold;}
.thrColFixHdr #leftside .announce ul {list-style:none; margin:0 0 5px; padding:0; width:140px;}
.thrColFixHdr #leftside .announce li {display:inline; padding:0; width:160px;}
.thrColFixHdr #leftside .announce {background:url(/misc/design/css/img/menubg3.jpg) repeat-y; border-bottom:1px solid #996633; border-left:4px solid #996633; border-right:1px solid #FFCC99; border-top:1px solid #FFCC99; clear:left; color:#663333; line-height:1.3em; margin:10px 0; padding:5px 5px 5px; width:134px;}
.thrColFixHdr #leftside p,.announce p {font-size:0.8em;
margin-left:5px; margin-right:5px; margin-top:5px;}
.thrColFixHdr #leftside .announce img {border-style:solid; border-width: 1PX; color:#FFFFFF; width:132px;} 
.thrColFixHdr #leftside .diaplayad {display:inline;
border-left:17px solid #FFFFCC; border-right:18px solid #FFFFCC;
border: 1px #ffffff solid;}
.thrColFixHdr #extras {
	float: right; 
	width: 160px; 
	background: #FFFFCC; 
	padding: 2px 2px 2px 2px;
}
.thrColFixHdr #extras h2 {font-size: 0.90em; letter-spacing:-1px; margin:0 0 6px;}
.thrColFixHdr #extras .diaplayad table {display: inline; text-align:left}
.thrColFixHdr #Content { 
	margin: 0 10px 10px 10px; 
	padding: 0 10px 10px 10px;
	
} 
.thrColFixHdr #content h1,#contentwide h1 {font-size:2.5em; font-weight:bold; margin: 10px 0em 10px 0em;}
.thrColFixHdr #content h2,#contentwide h2 {font-size:1.2em; font-weight: bold; margin:8px 0 10px; padding:0;}
.thrColFixHdr #content h3,#contentwide h3 {font-size:0.9em; font-weight:bold; margin:6px 0; padding:0;}
.thrColFixHdr #content p {line-height:inherit;} 

.thrColFixHdr #content img{
	display:inline;
	float:left;
	border-bottom: 2px solid #ffffcc;
	border-right: 2px solid #ffffcc;
}
.thrColFixHdr #content .460 img {width:460px;}
.thrColFixHdr #content .240 img {width:200px;}
.thrColFixHdr #content .300 img {width:300px;}

.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFCC;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
