/*---- Layout ----*/
body
{
	margin: 0;
	padding: 0;
	text-align: center;
}

#container
{
	margin: 1px auto;
	width: 800px;
	text-align: center;
	border: 1px solid #C9DDE4;
}

#pageFrame
{
	text-align: center;
}

#contentColumn
{
	width: 800px;
}
#leftScroll
{
	vertical-align:top;
}

#leftColumn
{
	width:180px;
	height:319px;
	vertical-align:top;
	background-image:url(images/cells.gif);
	background-repeat:no-repeat;
}

#innerRightColumn
{
	float: right;
	width:620px;
}

#rightColumn
{
	width:134px;
	background:url(images/right_side_bg.gif);
	vertical-align:top;
}

#center_top
{
	height: 55px;
	min-height: 55px;
	background:url(images/center_top.gif) 0 0 no-repeat !important;
}

#Content_body
{
	background-color:#FFFFFF;
}

#Content
{
	width:466px;
	text-align: left;
	padding: 10px 10px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	color:#000000;
}
#Content h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#93BBCA;
	text-align:center;
}

#Content blockquote
{
	padding:0 0 5px 0;
}

#footer
{
	clear: both;
	border-bottom: 1px solid #C9DDE4;
	border-top: 1px solid #C9DDE4;
}

#innerFooter
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

/*---- Borders ----*/

#footer
{
	border-top: 1px solid #2B7C9E;
	border-bottom: 1px solid #2B7C9E;
}

#masthead
{
	width: 800px;
	height: 250px;
	background-color: #C9DDE4;
	color: #C9DDE4;
}

#mastheadleft
{
	float: left;
	height: 250px;
	width: 180px;
	background-color: #C9DDE4;
	color: #C9DDE4;
}

#mastheadcenter
{
	float: left;
	height:250px;
	width:486px;
	background-position:left;
}

#mastheadright
{
	float: left;
	height:250px;
	width:134px;
	background-image:url(images/banner_mission.jpg);
	background-position: top right;
}

/*---- Visual Elements ----*/
body
{
	padding: 5px;
	margin: 0;
}
#navsection
{
	width: 100%;
	height: 16px;
	text-align:left;
	margin: 0;
	padding: 0;
}

#pageFrame
{
	width: 800px;
}

#boxicon a {
	display:block;
	width:115px;
	height:90px;
	font: bold 13px Arial, Helvetica, sans-serif;;
	color:#2B7C9E;
	background: url("images/boxicon.gif") 0 0 no-repeat;
	text-decoration: none;
	text-align:center;
	line-height: 13px;
}

#boxicon a:hover { 
background-position: 0 -95px;
}

.mesg_top
{	
	position:relative;
	display:block;
	width:130px;
	height:21px;
	background:url("images/box_title.gif") no-repeat;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#2B7C9E;
	text-align:center;
	background-color:none;
}

.mesg_bot
{
	clear:both;
	display:block;
	position:relative;
	width:130px;
	height:21px;
	background:url("images/box_bot.gif") no-repeat;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#2B7C9E;
}

.mesg_content
{
	display:block;
	position:relative;
	width:130px;
	min-height:1px;
	background:url("images/box_bg.gif");
	background-repeat:repeat-y;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#2B7C9E;
	border:0 5px 0 5px;
	text-align:left;
}

.mesg_content a
{
	position:relative;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#2B7C9E;
	border:0 5px 0 5px;
}	

.mesg_content a:hover
{
	position:relative;
	color:#FFFFFF;
}	

.mesg_content_body
{
	padding: 5px 5px 5px 5px;
}
