@charset "utf-8";
.caption {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
}
#container {
	width: 996px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/icons/spacer1.gif);
	background-repeat: repeat-y;
} 
#header {
	padding: 0 10px 0 20px;  
	background-color: #030166;
}

#header h1 {
	margin: 0; 
	padding: 10px 0; 
	color: #FFFFFF;
	position: absolute;
	top: -200px;
}
#navBar {
	height: 1.6em;
	width: 996px;
	background-color: #E4A82C;
	margin: 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #9D2831;
	clear: none;
}

#sidebarMicrosite {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #9D2831;
	clear: none;	
	font-size: 70%;
	font-weight: bold;
	color:#FFFFFF;
}
#sidebarMicrosite li {
	list-style-type: none;
}
#sidebarMicrosite li li{
	list-style-type: square;
	color:#000000;
}
#sidebarMicrosite li li a:link{
	color:#000000;	
}
#sidebarMicrosite li li a:hover{	
	color: #FFFFFF;
}

#sidebarMicrosite ul {
	margin-left: 25px;
	padding-left: 0px;
}


#sidebarMicrosite a {
	color:#FFFFFF;
	text-decoration:none;
}

#sidebarMicrosite a:hover {
	color:#333333;
	
}


#mainContent {
	margin: 0 0 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 70%;
} 
#mainContent h2 {
	font-size: 125%;
}

#mainContent h3 {
	font-size: 115%;
} 
#footer {
	padding: 5px;
	background-color: #030166;
	border-top: 1px solid #FFFFFF;
}
#footer p {
	margin: 0;
	font-size: 70%;
	color: #FFFFFF;
	text-align: center;
}

#search {
	width: 300px;
	margin: 20px 0px 0px 0px;
	padding: 0px;

}
#search form {
	display: inline;
}
.fltrt {
	float: right;
	margin-left: 10px;
}
.fltlft {
	float: left;
	margin-right: 10px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

label {
	display:block;
	}
.chkRad label {
	display: inline;
}
.clearIt {
	clear: both;
}
select {
	font-size: 85%;
}
/* Add this style for warning messages */
.warning {
	font-weight:bold;
	color:#FF0000;
	}
	
.textInput {
	width:250px;
	}
#mainContent p {
	line-height: 150%;
}
#striped tr {
	background-color: #EEE;
}
#striped tr.hilite {
	background-color: #FFFF99;

}
.whiteText {
	font-weight: bold;
	color: #FFFFFF;
}
ul {
	line-height: 130%;
}
.odd {
	background-color: #FFFFCC;
}
.even {
	background-color: #FFFF99;
}
.hover {
	background-color: #FFCC33;
}
.eventbox {
	background-color: #FFCC66;
	padding: 2px 10px;
	width: 65%;
	left: auto;
	right: auto;
}
.maroonHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #431110;
}
.grayHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}
.success {
	font-size: 125%;
	font-weight: bold;
	color: #0000FF;
}
.list {
	margin-top: -5px;
	margin-left: 25px;
	padding-top: -5px;
	padding-left: 0px;
}
