@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;
	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;
	background-color: #03193A;
	text-decoration: none;
}
#container  {
	width: 945px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(rtbkgrnd.jpg);
	border-right: thin solid #FFF;
	border-left: thin solid #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-left: 0px;
} 
#header  {
	background-color: #6A0C23;
	height: 40px;
	top: auto;
	overflow: hidden;
	padding: 10px 60px 20px;
	color: #FFF;
	font: 200% "Arial Black", Gadget, sans-serif;
} 
#top , #top a:link, #top a:visited{
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 15px;
	background-color: #6A0C23;
	padding-bottom: 10px;
	height: 10px;
	font: 120% "Times New Roman", Times, serif;
	text-decoration: none;
}
#mainContent   {
	zoom: 1;
	margin-left: 225px;
	border-left-width: 1px;
	border-left-style: solid;
	font: 14px/130% sans-serif;
	padding: 10px 25px 0px;
	margin-bottom: 0px;
}
#mainContent p {
	width: 425px;
}
#mainContent p a:link , #mainContent p a:visited{
	text-decoration: none;
	color: #004E92;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar2 {
	float: right;
	padding-top: 0px;
	padding-right: 5px;
	width: 225px;
}
#sidebar1 ul {
	color: #757575;
	line-height: 130%;
}
#sidebar1 a:link, #sidebar1 a:visited {
	color: #004E92;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #666666;
	text-decoration: none;
}
#sidebar1 .indent {
	text-decoration: none;
	list-style-type: none;
	margin-left: 15px;
	font-size: 0.85em;
	padding-bottom: 3px;
	line-height: 1.5em;
}
#sidebar1 .indent2 {
	text-decoration: none;
	list-style-type: none;
	margin-left: 30px;
	font-size: 0.85em;
	line-height: 1.3em;
}
#sidebar2 h3 {
	font-size: 0.8em;
	color: #004E92;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar2 a {
	text-decoration: none;
	color: #666666;
}
#sidebar2 p {
	color: #666;
	font: 75% "Times New Roman", Times, serif;
	padding-right: 15px;
}
#contacts {
	border-top-width: thin;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-top: 50px;
	padding-left: 20px;
}
#contacts p {
	font-size: 12px;
	color: #666666;
}
#mainContent h3 {
	width: 425px;
}
#header h1 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#figcontent {
	margin-right: 30px;
	margin-left: 30px;
	text-align: left;
	font-size: 0.9em;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
#fig_top {
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #D17315;
	height: 15px;
}
#fig_labname {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #FFFFFF;
	background-color: #004E92;
	text-align: left;
	height: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
h3 {
	color: #6A0C23;
}
h6 {
	color: #CC6600;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
}
h6  a:link, h6 a:visited {
	color: #CC6600;
	text-decoration: none;
}
#footer  {
	color: #FFF;
	font-size: 80%;
	text-align: center;
} 
#footer p a {
	color: #CCC;
	text-decoration: underline;
}
.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;
}
#mainContent h3 strong a {
	color: #6A0C23;
	text-decoration: none;
}
.bc   {
	color: #6A0B23;
	text-decoration: none;
	font: 80% Verdana, Geneva, sans-serif;
}
