body{
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-style:normal;
}

a{color:#009966;}

h1, h2, h3, h4, h5, h6, p{
	margin:0 0 15px 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

h3{
	color:#660000;
	font-size:30px;
	font-weight:bold;
}

h4{
	color:#000000;
	font-weight:normal;
	font-size:30px;
}

h4 span{
	font-size:18px;
}

img{
	border:none;
}

a{
	color:#3A1A27;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#skip_nav{
	position:absolute;
	top:-9999px;
	left:-9999px;
}

#header{
	width:920px;
	height:240px;
	background-image:url(../jpg/header_bg.jpg); /*after Flash banner added  use bg.jpg*/
	background-position:top left;
	background-repeat:no-repeat;
	padding:0;
	margin:0 auto;
	position:relative;
}
#header-temp{
	width:920px;
	height:240px;
	background-image:url(../jpg/bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0;
	margin:0 auto;
	position:relative;
}
#headerFlash {
	float:left;
	margin:0;
	padding:0;
	border:0
	}

#nav_container{
	width:920px;
	margin:0 auto;
	background-image:url(../png/nav_bg.png);
	background-position:bottom;
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	padding:4px 0 0 0;
}

/* DROPDOWN NAV */

#nav li:hover, #nav li.hover {
    position: static;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-size:12px;
	z-index:5000;
	text-align:center;
}

#nav a {
	display: block;
	border-bottom:none;
	width: auto;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	padding: 2px 23px 6px 23px;
}
#nav a:hover{
	color:#888888;
	border-bottom:none;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	padding:0;
	margin:0 0 0 0;
	border-right:2px solid #FFFFFF;
}
#nav li.last_nav_li{
	border-right:none;
	padding-right:0;
	margin-right:0;
}
#nav li.last_nav_li a{
	padding-right:0;
	margin-right:0;
}

#nav li ul { /* second-level lists */
	padding:10px 10px 4px 10px;
	position: absolute;
	background: #BEC0C2;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-bottom:5px solid #3A1A27;
	text-align:left;
	margin-left:0px;
	z-index:5000;
}

#nav li ul li{
	margin-bottom:5px;
	height:auto;
	width: 150px;
	border-right:none;
	border-bottom:1px solid #FFFFFF;
	font-weight:normal;
}

#nav li ul a{
	height:auto;
	width:auto;
	text-decoration:none;
	padding:2px 0 6px 2px;
	font-weight:normal;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -33px 0 0 148px;
	background-color:#BEC0C2;
	z-index:5000;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li#help_nav:hover ul, #nav li#help_nav.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left:-92px;
}

#content{
	width:870px;
	margin:0 auto;
	padding:25px;
	text-align:left;
}
#col1{
	width:510px;
	float:left;
	margin-bottom:25px;
}
#col2{
	width:320px;
	float:right;
	text-align:right;
	margin-bottom:25px;
}

#col2 td{
	text-align:center;
	color:#3A1A27;
}

table, td, th{
	font-size:12px;
}

#col2 td a{
	color:#3A1A27;
	text-decoration:none;
	text-transform:uppercase;
}

#col2 td a:hover{
	text-decoration:underline;
}

#flashHeaderContainer, #flashHeader{
	position:absolute;
	top:0;
	left:0;
	width:495px;
	height:225px;
}
#flashLogoContainer, #flashLogo{
	position:absolute;
	top:3px;
	right:0px;
	width:240px;
	height:200px;
}