@charset "utf-8";


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 500px;
	background-color: #E9E9E9;
}
#container  {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left;
}
#header  {
	height: 226px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	margin: 0px;
}
#headertext {
	color: #555555;
	text-align: right;
	float: right;
	width: 400px;
	height: 58px;
	padding-top: 11px;
	padding-right: 11px;
	font-weight: bolder;
}

#cse-search-box  {
	padding-right: 5px;
	padding-left: 5px;
	margin: 10px;

}
#ContentHolder   {
	padding: 0px;
	min-height: 500px;
	font-style: normal;
	background-color: #FFFFFF;
}
#mainContent      {
	padding-right: 7px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	min-height: 500px;
}
#container  #sidebar  {
	float: left;
	position: relative;
	font-size: large;
	width: 180px;
}
#footer  {
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	background-image: url(images/footer.gif);
	border-top-color: #000000;
	height: 65px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: no-repeat;
} 
#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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	font-weight: lighter;
}
#footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	margin-top: 0px;
}
.titletext {
	font-size: 13px;
	font-weight: bold;
	color: #FB0200;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	margin-top: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	margin-top: 0px;
	font-weight: bold;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bolder;
}

p {
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #555555;
}
#mainContent   li      {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 0px;
}
.imageleft {
	float: left;
	padding-right: 8px;
	padding-left: 5px;
}
.imageright {
	float: right;
	padding-right: 5px;
	padding-left: 8px;
}
hr {
	color: #000000;
}
a:visited {
	color: #242D37;
}
#imagerotator {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#headertext a {
	color: #555555;
	text-decoration: none;
	font-weight: bolder;
}
#mainContent a {
	color: #FB0200;
}
.bluetext {
	color: #006;
	font-weight: bolder;
}
.yellowhighlight {
	background-color: #FF0;
}
.tablelink {
	color: #000;
}
#mainContent table tr td h3 .tablelink          {
	color: #000;
}

