@charset "utf-8";
body  {
	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: #252C3A;
	background-color: #CC9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
}
h1 {
	font-size: 14pt;
	color: #252C3A;
}
h2 {
	font-size: 12px;
	color: #252C3A;
}
h3 {
	color: #333;
}



p.menuItems {
	margin-left: 30px;
	margin-top: -5px;
			 
	}



.menu_header {
	font-weight: bold;
	margin-left: 20px;
}



.twoColFixLtHdr #container #mainContent #slideshow {
	width: 620px;
	height: 450px;
}

.twoColFixLtHdr #container {
	width: 860px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(images/sidebar_bkg2.gif);
	background-repeat: repeat-y;
	background-position: left top;
} 
.twoColFixLtHdr #container #sidebar1 #nav {
	margin-left: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #sidebar1 #nav li {
	list-style-type: none;
	padding-bottom: 6px;
	margin-bottom: 8px;
	background-color: #E58100;
	padding-left: 10px;
	text-align: left;
	padding-top: 6px;
}
.twoColFixLtHdr #container #sidebar1 #nav li a {
	color: #252C3A;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr #container #sidebar1 #nav li a:hover {
	text-decoration: underline;
}
#goat {
	height: 162px;
	width: 182px;
	position: relative;
	left: 0px;
	top: 10px;
}
.twoColFixLtHdr #header {
	background-color: #A81F1B;
	background-image: url(images/logo2.gif);
	height: 140px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#loadarea {
	width: 400px;
	height: 300px;
	color: #999;
	text-align: center;
}
	
	
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #FEEBC3;
	font-weight: normal;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #252C3A;
} 
.icis {
	font-size: 9px;
	text-decoration: none;
	color: #252C3A;
}

.twoColFixLtHdr #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 */
	color: #FFF;
}
.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;
}

.bl {background: url(images/bl.gif) 0 100% no-repeat #FEEBC3; width: 180px}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {
	background: url(images/tr.gif) 100% 0 no-repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.clear {font-size: 1px; height: 1px}
.smitalics {
	font-size: 16px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}


.twoColFixLtHdr #container #footer p a {
	color: #FFF;
}
a {
	color: #039;
}
.closed {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #A81B1B;
	font-size: 16px;
	text-align: left;
}
.notice {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #A81B1B;
	text-align: center;
	font-weight: bold;
}
.less_space {
	line-height: 0.9em;
}

.marquee  {
	background-color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.scroll { color: #300; font-style: italic; font-weight: bold; font-size: 12pt; font-family: "Times New Roman", Georgia, Times; margin-top: 10px }

