/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c3bf90
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	color: #000000;
}

#page_wrapper{
	align: center;
	background-color: #c3bf90;
	background-image: url(../images/usawm_site_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	/*margin-top: -7px*/
}

#top_seal{margin-top:0; margin-bottom: 0px;width:755px; align: center;}
#bottom_seal{ margin-top:0;margin-bottom:0; width:755px; align: center;}

#section_minor_top{
background:#fdf8c2;
border: 1px solid #b0ac7c;
}

#section_minor_bottom{
border: 1px solid #b0ac7c;
background:#e9fdd9;
}

#section_minor_bottom #title,
#section_minor_top #title{
background: #924922;
font-size:10pt;
font-weight: bold;
width: 96%;
margin: 0px;
padding: 5px;
color: white;
}


#section_major{
border: 1px solid #b0ac7c;
background: #fcf9eb;
}

#section_major #title{
font-weight: bold;
font-size: 12pt;
/*background: #f48c1d;*/
background:#e69e4b;
width: 98.5%;
margin: 0px;
padding: 3px;
color: white
}

#section_major #content,
#section_minor_bottom #content,
#section_minor_top #content{
	padding: 10px;
}

#footer{
color:#728954
}
#footer a, a:hover, a:visited{
color: #728954;
font-size: 9pt;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AF9E4B;
}


.green_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #066850;
}
a.greenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #066850;
	text-decoration: underline;
}
a.greenav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.intro {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
}

/*
//////////////////////////////////////////////////
*/

/*#content p {margin: 0 0 1em 0;}*/
#content h1 {font-size: 18px; margin: 5 0 .1em 0; padding: 4px; }
#content h2 {font-size: 14px; margin: 0 0 .1em 0; padding: 1px; }
#content h3 {font-size: 10px; margin: 0;}
#content h4 {font-size: 8px; margin: 0;}


#content #description {
	width: 45%;
	float: left;
	margin-left: 0px;
	padding: 0px;
}

#content #visual {
	padding: 0;
	margin-top: 0;
	margin-left: 47%;
	width: 50%;
}

#content #visual img {
	border: 1px #666 solid;
}


#content  ul {
	/*margin: 0;*/
	padding: 2;
	list-style: arrow;
	text-align: left;
	/*font-size: 13px;*/
	}

#content  ul li {
	margin: 0;
	padding: 0 0px 0 4px;
	/*border-right: 1px solid #ccc;*/
	text-align: left;
	/*font-size: 13px;*/
}

#content ul li a {
	color: #003c26;
	text-decoration: underline;
	text-align: left;
	font-size: 13px;
}

#content ul li a:hover {

	color: #b99000;
	text-decoration: underline;
	text-align: left;
	font-size: 13px;
}

#content a {

	color: #b99000;
	text-decoration: underline;
	text-align: left;
	font-size: 13px;
}

#content a:hover {
	color: #003c26;

	text-decoration: underline;
	text-align: left;
	font-size: 13px;
}

/*
//////////////////////////////////////////////////
*/

#content #bread_crumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	font-size: 10px;
}

#content #bread_crumb ul li {
	display: inline;
	margin: 0;
	padding: 0 0px 0 4px;
	/*border-right: 1px solid #ccc;*/
	text-align: left;
	font-size: 10px;

}

#content #bread_crumb li.last {
	border-right: none;
	text-align: left;
	font-size: 10px;
}

#content #bread_crumb ul li a {
	color: #006600;
	text-decoration: none;
	text-align: left;
	font-size: 10px;
}

#content #bread_crumb ul li a:hover {
	color: #999;
	text-decoration: none;
	text-align: left;
	font-size: 10px;
}