body {
	font-family: Tahoma, Arial, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #D5D0CA;
	margin-top: 5px;
}
#content li {
	font-size: 12px;
	margin-left: 20px;
}
a {
	color: #CD5801;
}


#wrapper {
	width: 929px;
	margin-right: auto;
	margin-left: auto;
}
*html #wrapper {
	width: 931px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	background-image: url(../images/masthead_bg.gif);
	height: 88px;
	background-repeat: no-repeat;
	background-position: center;
	width: 929px;
	text-align: left;
}
#flashHighlightWrapper{
width: 659px;
float:left;

}
*html #flashHighlightWrapper{
width: 661px;
}

/* #nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
} */



#nav {
	width: 928px;
	/*height: 13px;*/
	height: 24px;
	text-align: left;
	z-index: 10;
}
#nav h1 {
	display:none;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
    top: auto;
    left: auto;
}

#nav ul { /* all lists */
	list-style: none;
	padding: 0;
    margin: 0;
    z-index:20; 
}

#nav li { /* all list items */
	/* float: left; */
	width: 155; /* width needed or else Opera goes nuts */
	height: 12px;
	display: inline;
	white-space: nowrap;
	float: left;
	position: relative;
    list-style: none;
    z-index:30; 
}

#nav li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 40px;
	padding-left: 20px;
	text-decoration: none;
}


#nav ul li a:hover {
	text-decoration: underline;
	z-index: 5;
}


#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top: 0px;
	padding: 10px;
	background-color: #000000;
	font-size: 12px;
	font-weight: normal;
	/*width: 8em;*/
	           width: 157px; 
    z-index:900;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left: 0px;
	z-index:100;
    display: block;
}


#nav li li{ /* second-level lists */
            list-style: none;
            background-color: #000000;
           width: 157px; 
		   /*	width: 8em;*/
            text-align: left;
            z-index:800;
				padding-bottom: 6px;
}

#nav ul ul a{ /* lists nested under hovered list items */
	text-decoration: none;
		font-size: 11px;
	font-weight: normal;
}


#nav ul ul a:hover{ /* lists nested under hovered list items */
	text-decoration: underline;
}
#nav li li a:active{color: #126551;}
#nav li li a:visited {color: #CCCCCC;}
#nav li li a:hover {color: #FCF26E;}
#nav li li a:visited:hover { color: #FCF26E;}
/*---------------------Main Navigation-----------------------------*/


#callout {
	width: 269px;
	height: 207px;
	float: left;
	display: block;
	margin: 0px;
	
	}
#flashmessage {
	background-color: #FFFFFF;
	height: 208px;
	width: 359px;
	float: left;
	/*border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #C3BDB1;*/
	z-index: 0;
	margin: 0px;
	margin-bottom: 4px;
}
#highlight {
	background-color: #7F1D10;
	height: 207px;
	width: 300px;
	float: left;
	/*border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #C3BDB1;*/
	margin: 0px;
	margin-bottom: 4px;
}

#highlight h1 {
	display:none;
}


#content {
	background-color: #ffffff;
	text-align: left;
	width: 660px;
	float: left;
	
}
#content h1, h2, h3, h4, h5, p, ul {
	margin-left: 20px;
	color: #666666;
}
#content h1 {
	font-size: 26px;
}
#content h2 {
	font-size: 22px;
}
#content h3 {
	font-size: 18px;
}
#content p {
	font-size: 12px;
}
.question {
	font-size: 13px;
	font-weight: bold;
	color: #F36A01;
}
#footer li {
	display: inline;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
}
#footer {
	margin-top: 10px;
	width: 936px;
}
#footer h1 {
	display:none;
}

#footer a {
	color: #EAE9E3;
}
#footer a:hover {
	color: #993300;
}
.subH1 {
	font-size: 18px;
	color: #959595;
}
