/* CSS Document */

body{
	margin: 0px;
	background: #692;
	font: 100% "Century Gothic";
}

#wrapper{
	width: 770px;
	margin: 0px auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	overflow: hidden;
	background: #FFFFFF;
}

#banner{
	height: 50px;
}

#blurb{
	text-align: justify;
	background: #FFFFFF;
	overflow: hidden;
	padding: 5px;
}

#content	{
	background: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	overflow: hidden;
}

#mainwrapper {

	width: 700px;
	margin: 0px auto 0px 0px;
	text-align: left;
	background-color: #FFFFFF;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	overflow: auto;
}

#outerwrapper {
	background-color: #692;
}

#innerwrapper {

	width: 700px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	overflow: hidden;
}

.special {
	color: #000000;
	text-align: left;
	background: #FFFFFF;
	text-transform: uppercase;
	font-size: 80%;
	width: 475px;
	display: block;
	overflow: hidden;
}
#wrapper #blurb .special a {
	text-transform: lowercase;
	text-decoration: underline;
}

#sidebar  {
    width: 226px;
    float: right;
    }

#content h1{
font-size: 130%;
color: #003366;
padding: 0;
margin: 20px;
}

#content h2{
font-size: 110%;
color: #003366;
padding: 0;
margin: /*100px 0 0*/ 20px;
}

img		{
	border: 0;
	}

.leftimage{
float: left;
border: 1px solid #000000;
}

.rightimage{
	float: right;
	padding: 2px;
	overflow: hidden;
}

/*.clearit{
clear: both;
display: block;
background-color:#00FF66;
width: 200px;
}*/


#footer{
	color: #FFFFFF;
	clear: both;
	background-color: #000000;
	text-align: center;
	border-top-color: #CCCCCC;
	border: 1px;
}

#footer p{
padding: 10px;
margin: 0;
font-size: 70%;
}

.leftcol{
	margin-left: 10px;
	margin-top: 20px;
	width: 750px;
	margin-bottom: 20px;
	border-top-color: #FFFFFF;
	border: 3px;
	border-top-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-style: double;
	text-align: left;
	color: #000000;
	background-image: url(../images/WHITEPAP.JPG);
	background-repeat: repeat;
	border-right-color: #0000FF;
	border-right-style: solid;
	border-left-color: #FF0000;
	border-left-style: solid;
}

.rightcol{
	margin-right: 10px;
	margin-top: 20px;
	width: 600px;
	margin-bottom: 20px;
	float: right;
	border-top-color: #0000FF;
	border: 1px;
	border-top-style: solid;
	text-align: justify;
	border-bottom-color: #FF0000;
	border-bottom-style: dashed;
	background-color: #FFFFFF;
}

.container{
width: 99%; 
float:right;
}
#footer a {
	color: #FFFFFF;
}
a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #692;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #8b2;
	background: #FFFFFF; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #692;
	background: #FFFFFF;  
	}

.h3{
	font:200% Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	text-align: left;
}

.h4{
	font:180% "Century Gothic";
	color:#692;
	vertical-align: baseline;
}

.left {
	float: left;
	right: 50%;
}
.right {
	float: right;
	left: 50%;
	clear: both;
	overflow: hidden;
}

.p {
	text-indent: 10px;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
}
.psmall {
	color: #000000;
	font: 80% "Century Gothic";
	text-align: justify;
	padding: 0px;
	margin-left: 5px;
	display: block;
	margin-right: 5px;
}

.psmallsidebar {
	font-size: 60%;
	color: #000000;
	font-weight: bold;
}

#utility {
	float: right;
}

.links{
	color: #000000;
	font-size: 60%;
	width: 100%;
	}
.1942report {
	font-family: "1942 report";
}
.typicalwriter {
	font: 14px "Century Gothic";
	color: #FFFFFF;
}
.twnr {
	font-family: "Typewriter New Roman";
}

