BODY
{
	COLOR: #000; /* default text color */
	background: #3F6075;
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	margin: 0px; /* no margins on any sides */
	line-height: 130%;
	
}

/* General Settings */

H1
{
	COLOR: #3F6075;
	margin-top: 0px;
	font-family: arial, san-serif;
}

H2
{
	COLOR: #3F6075;
	padding-top: 12px;
	display: block;
}

.cboth
{
	clear: both;
}

p.dropcap:first-letter
{
color:#3F6075;
font-size: 350%;
float: left;
padding-right: 0px;
font-family: Times New Roman, Serif;
}


.testblock
{
	display: block;
}

.testblock H2
{
	COLOR: #3F6075;
	border-bottom: solid 1px #983222;
	padding-top: 12px;
	display: block;
}

.signature
{
	color: #983222;
}


.ouragencypg h2
{
	padding-top: 20px;
	font-size: 20pt;
}


a:link, a:visited {
	text-decoration: underline;
	color: #3F6075;
}
a:hover {
	text-decoration: none;
	color: #0000ff;
}

li
{
	margin-bottom: 6px;
}


.headwrapper
{
	display: block;
	background: url(images/header-bg.jpg) repeat-x;
	height: 75px;
}

.header
{
	width: 950px;
	text-align: left;
	display: block;
}

.logo
{
	margin-top: 12px;
}

.menu
{
	width: 790px;
	float: right;
	display: block;
	text-align: center;
	padding-top: 28px;
}

.menu ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
}

.menu ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
}

.menu ul li a:link, .menu ul li a:visited
{
	padding-left: 7px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #000;
	font-family: arial, san-serif;
	font-size: 11pt;
	border-left: solid 1px #fff;
}

.menu ul li a:hover
{
	color: #3F6075;
}

#leftmostnav
{
	border-left: solid 0px #fff;
}

.middlewrapper
{
	display: block;
	clear: both;
	background: #fff;
}

.bodycontainer
{
	display: block;
	width: 1000px;
}

.bodyinside
{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 33px;
	padding-bottom: 30px;
	text-align: left;

}


.bodyinside td
{

	font-size: 12pt;
}


.footerwrapper
{
	display: block;
	background: #3F6075;
}

.footercontainer
{
	display: block;
	width: 950px;
	text-align: center;
	color: #fff;
	padding-top: 10px;
	font-size: 8pt;
}

.footercontainer a:link, .footercontainer a:visited, .footercontainer a:hover
{
	color: #fff;
	text-decoration: none;
}

.footercontainer a:hover
{
	color: #aaa;
}


a.jwd:link, a.jwd:visited {
	color: #fff;  
	text-decoration: none;
	font-weight: bold;
	margin-top: 60px;
	display: block;
}
a.jwd:hover 
{
	color: #0000ff;
}

a.admin:link, a.admin:visited {
	color: #cccccc;  
	text-decoration: none;
	font-size: 8pt;
	text-align: center;
	width: 100%;
}

.question
{
	COLOR: #990033;
	FONT-FAMILY: Arial;
	font-weight: bold;
}

.answer
{
	COLOR: #000000;
	FONT-FAMILY: Arial;
}

p.inheader
 {
	position: absolute; 
	top: 140px; 
	right: 10px;
	COLOR: #ffffff;
	font-size: 100%;
	FONT-FAMILY: Arial; 
}

div.contactform
{
	width: 280px;
	float: right;
	text-align: center;
}
div.contactcontent
{
	width: 280px;
	float: left;
}

.homepglist
{
	font-size: 10pt;
	list-style-type: square;
}

.homepglist li b
{
	font-size: 12pt;
}


.floatright
{
float: right;
}
.floatleft
{
float: left;
margin-right: 10px;
}
DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}

@media print
{
.container, .header, 
{
	width: 640px;
}
.leftbar
{
	display: none;
}

}