/* CSS Document */

body{
	
	margin: 0px;
	border: #CCCCCC thin;
	max-width: 1086px;
	background-color:#ffffff;
	height: 100%;
}


a:link, a:visited, a:hover {
	color: #003366;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 167%;
 color: #ffffff;
 float:inherit;
 line-height: 125%;
 margin: 10px;
}

h2{
 font-size: 125%;
 color: #666666;
 line-height: 25px;
 padding: 10px 10px 0px 0px;
 text-align:left;  
 }

h3{
 font-size: 100%;
 color: #3399CC;
}

h4 {
 font-size: 75%;
 font-weight: normal;
 color: #333333;
 text-align: left;
 font-family:Georgia, "Times New Roman", Times, serif;
 line-height: 20px;
 
}

h5{
 font-size: 100%;
 color: #003366;
 text-align:left
}

ul {
	font-size: 95%;
	font-family:Arial, Helvetica, sans-serif;
 	color: #666666;
	line-height: 20px;
 	padding: 10px 10px 0px 0px;
 	text-align:left;
	
 
}

/*Component Divs*/

#masthead {
	background: #003366;
	border-bottom:#CCCCCC 1px solid;
	height: 200px;
	width: 100%;
	float:left;
}

#issueinfo {
	background:#666666;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #eeeeee;
	font-size: 80%;
	padding: 0 5px 0 0;
	border-bottom:#eeeeee solid 1px;
	border-top:#eeeeee solid 1px;
}

#content {
	float: left;
	padding: 0px 5px 0 0px;
	white-space:normal;
	background-color:#FFFFFF;
	height: 100%;
}

#container {
	width: 100%;
	margin: 0;
	padding: 5px 12px 5px 5px;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	background:#FFCC00;
	height: 725px;
	position: absolute bottom;
	 
		
}


	
#siteinfo {
	background-color:#666666;
	font-size: 67%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #eeeeee;
	padding: 10px 0 10px 0;
	height: 25px;
	vertical-align:baseline;
}

/*Layout Divs*/


	
.feature {
	padding: 5px 5px 5px 5px;
	background-color: #eeeeee;
	margin: 10px 5px 5px 10px;
	border: #CCCCCC solid 1px;
	height: 275px;
}


.feature h2 {
	padding: 5px;
}

.feature p {
	font-size: 100%;
	line-height: auto;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	
}

.feature img {
	border:#cccccc solid 1px;
	padding: 10px;
	float: left;
	margin: 5px 10px 5px 5px;
	background-color:#FFFFFF;
	}
	
.article {
	padding: 10px 10px 10px 10px;
	border-bottom: #cccccc solid 1px;
	height: 90px; 
}

.article h3{
	line-height:inherit;
		
}

.article h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:75%;
	padding: 0px 0px 0px 3px;
	line-height: 150%;
}

.article p {
	font-size: 75%;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	margin: 5px 5px 0 5px;
	line-height: 15px;
		
}
.article img {
	padding: 5px;
	border: #cccccc solid 1px;
	margin: 3px 5px 6px 0px;
}

.text {
	padding: 10px 10px 10px 10px;
	
	height: 90px;

}
.text p {
	font-size: 75%;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	margin: 5px 5px 0 5px;
	line-height: 25px;
	text-align: left;
}

ol {
	font-size: 75%;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	margin: 5px 5px 0 5px;
	line-height: 25px;
	text-indent: 50px;
	text-align: left;
}
.text img {
	padding: 5px;
	border: #cccccc solid 1px;
	margin: 3px 5px 6px 0px;
}

.text h3{
	line-height:inherit;
		
}

.text h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:75%;
	padding: 0px 0px 0px 3px;
	line-height: 150%;
	color: #666666;
}

.acknowledgment {
	font-size: 67%;
	line-height: 10px;
	color: #003366;
	padding: 3px;
	position:absolute bottom;
}


.page p {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 5px 0 5px;
}


.caption {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #333333;
	text-align:left;
	line-height: 16px;
}

p {
	font-size: 75%;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	margin: 5px 5px 0 5px;
	line-height: 25px;
	text-align: left;
}