body {
margin:0;
background-color : #ccc;
/* #3c506a; /* #5a5a5a; */
/*background-color : #311f98;*/
}

h3 {
	font-size:1em;
	color:#990000;
	font-family:sans-serif;
	text-align:center;
}

#container
{
color: #333;
line-height: 130%;
min-width:800px;
font-size:small;
}

#top
{
padding: .5em;
height:160px;
text-align:center;
}

#top h1
{
padding: 0;
margin:0;
}

#leftnav
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}

#rightnav
{
float: right;
width: 60px;
margin: 0;
padding: 1em;
}

#centercolumn
{
margin-left: 200px;
margin-right: 50px;
padding: 1em;
}
#centercolumn table
{
	color : #2D3D55;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

/******************* SideBlock style **************************/

div.sideblock {
	background-color : white;
	margin-bottom : 10px;
	padding: 0;
	}

#leftnav div.sideblock {
	width: 175px;
	}



div.sideblock div.title {
	padding : 4px;
	color : white;
	font-weight : bold;
	background-color : #600;
	border-bottom : 2px solid #263515;
	border-right : 2px solid #263515;
	font-size:medium;
	}

div.title a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ebf0e5;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #2D3D55;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #496C93;
	}

div.sideblock div.content {
	font-family: Arial, Helvetica, sans-serif;
	color : #2D3D55;
	}
/******************* SideBlock style **************************/

#centercolumn div.sideblock {
	/*background-color : #FFFFFF;*/
	background-color : #fff;
	margin-bottom : 10px;
	padding: 0;
	}

#centercolumn div.content {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	}

div.sideblock table {
	font-size:small;
}
	
address { font-size: small; font-weight: normal; font-style: italic; text-align: center; }

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #3a5574;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #2D3D55;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #496C93;
	}
	
span.HighlightText {	
	font-size:medium;
	color:#990000;
}

span.smalltext
{
	font-size:x-small;
}

span.fineprint
{
	font-size:x-small;
}

.Center
{
	text-align:center;
}
	
p.Goal {
}
p.Objective {
	margin-left:40px;
}

p.MissionStatement {
}

.Objective span.SectionTitle {
	text-align:left;
	font-size:small;
	color:#990000;
}
.Goal span.SectionTitle {
	text-align:left;	
	font-size:small;
	color:#990000;
}
.Content H3{
	font-size:large;
	color:#990000;
}
p.address
{
	font-size:small;
}

p.address:first-line
{	
	font-size:medium;
	color:#990000;
}