@charset "utf-8";
/* CSS Document */
 
html {
	background-color: #5AADC5;
}

body  {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	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: #333333;
	height: 200px;
	font-size:0.8em;
}

/* Container */

.twoColFixRtHdr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/shadow_body.png);
	background-repeat: repeat-y;
}

.twoColFixRtHdr #container h1 {
	font-size:26px;
	font-style: normal;
}

.twoColFixRtHdr #container h2 {
	font-size:18px;
	font-style: normal;
}

.twoColFixRtHdr #container h5 {
	font-size:16px;
	font-style: normal;
	color:#990000;
}

/* Header */

.twoColFixRtHdr #header {
	height: 200px;
	width: 970px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #2F559A;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.twoColFixRtHdr #header h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-weight: normal;
	}

/* Navigation */

#nav {
	background:#231F20;
	overflow:hidden;
	height:34px;
	width: 922px;
	margin-bottom:0px;
	border-top-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #B3262A;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 30px;
}

#nav, x:-moz-any-link {overflow:visible;}
#nav, x:-moz-any-link, x:default {overflow:hidden;}
#nav ul {padding:0px; margin:0px; font-size:0.95em;}
#nav ul li {float:left; display:block; list-style-type:none;
}

#nav ul li a {
	font-size:1.25em;
	height:20px;
	padding:7px 15px 7px 15px;
	display:block;
	text-decoration:none;
	color:#EEF2E0;
	border-bottom:none;
}
#nav ul li a:hover {
	background:#B3262A;
}
#nav ul ul {font-size:1.05em; position:absolute; top:239px; left:-9999px; background:url(images/menu_bg2.png) repeat; z-index:500; width:175px; }
#nav ul ul li {float:none;}
#nav ul ul li a {
	color:#EEF2E0;
	border-bottom:none;
	font-size:1em;
	display:block;
	height:auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#nav ul ul li a:hover {
	border-bottom:none;
	background:#B3262A;
	color:#EEF2E0;
}

#nav ul :hover ul {left:auto;}
#nav :hover > a {
	background:#B3262A;
	cursor:pointer;
}

/* Sidebar */

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	padding-top: 16px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 10px;
}

/* main content */

.twoColFixRtHdr #mainContent {
	z-index: 0;
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
}

.twoColFixRtHdr #mainContent a {
	text-decoration:none;
	color: #2F559A;
	font-weight: bold;
}

.twoColFixRtHdr #mainContent a:hover {
	color: #990000;
	font-weight: bold;
}


.twoColFixRtHdr #flashContent {
border:thick;
}

/* footer */

.twoColFixRtHdr #footer {
	width: 932px;
	background:#231F20;
	clear:both;
	height:40px;
	line-height:14px;
	font-size:9px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #B3262A;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-width: 5px;
	border-top-style: solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.twoColFixRtHdr #footer a {
	border-bottom:medium none;
	color:#62AEC9;
}

.twoColFixRtHdr #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 */
	
}
.twoColFixRtHdr #footer a:hover {
	border-bottom:1px dotted #62AEC9;
}

/* floating elements */

.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;
}
 
/*TYPOGRAPHY*/

blockquote {
	font-weight : bold;
	font-style : normal;
	color : #B3262A;
	line-height: 1.5em;
}
address {
	line-height: 1.4em;
	font-weight: bold;
	font-size: 16px;
	font-variant: normal;
	color: #990000;
	font-style: normal;
}

.style2 {
	color: #FFFFFF;
	}

.style3 {
	color: #000000;
}

/* IE 5 fixes */

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
