/*---- Layout ----*/
body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#FFFFFF;
}

#container
{
	margin: 1px auto;
	width: 800px;
	text-align: center;
	border: 1px solid #C9DDE4;

}

#pageFrame
{
	text-align: center;
	background-color:#FFFFFF;
}

#contentColumn
{
	width: 800px;
}

#leftColumn
{
	display:block;
	width:180px;
	height:439px;
	background-image:url(images/cells_sub.gif);
	background-repeat:no-repeat;
	vertical-align:text-top;
	text-align:left;
}

#leftContent
{
	margin:10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2B7C9E;
}

#innerRightColumn
{
	float: right;
	width:620px;
}

#rightColumn
{
	width:134px;
	min-height:150px;
	vertical-align:top;
	background-image:url(images/right_side_sub.gif);
	background-repeat:no-repeat;
}

#center_top
{
	min-height: 150px;
	height:100%;
	background:url(images/sub_center_top.jpg) 0 0 no-repeat !important;
}

#Content_body
{
	background-color:#FFFFFF;
}

#Content
{
	width:416px;
	text-align: left;
	padding: 7px 5px 5px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#Content h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	text-indent:15px;
	color:#93BBCA;
}

#Content h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#93BBCA;
}

#Content h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#93BBCA;
	font-weight:bold;
	text-decoration:underline;
}

#Content img
{
	float:left;
	border:5px solid white;
	max-width:133px;
	max-height:166px;
}

#Content_body
{
	background-color:#FFFFFF;
}

#footer
{
	clear: both;
	border-bottom: 1px solid #C9DDE4;
	border-top: 1px solid #C9DDE4;
}

#innerFooter, #innerFooter table
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

/*---- Borders ----*/

#footer
{
	float:none;
	position:relative;
	border-top: 1px solid #2B7C9E;
	border-bottom: 1px solid #2B7C9E;
}

#masthead
{
	width: 800px;
	height: 130px;
	background-color: #C9DDE4;
	color: #C9DDE4;
}

#mastheadleft
{
	float: left;
	height: 130px;
	width: 180px;
	background-color: #C9DDE4;
	color: #C9DDE4;
}

#mastheadright
{
	float: left;
	height:130px;
	width:620px;
}

/*---- Visual Elements ----*/
body
{
	padding: 5px;
	margin: 0;
}
#navsection
{
	width: 100%;
	height: 16px;
	text-align:left;
	margin: 0;
	padding: 0;
}

#boxicon a {
	display:block;
	width:101px;
	height:23px;
	font: bold 13px Arial, Helvetica, sans-serif;;
	background: url("images/donateicon.gif") 0 0 no-repeat;
	text-decoration: none;
	color:#2B7C9E;
	text-align:center;
	background-color:transparent;
	position:relative;
	top:5px;
	padding:3px 0 0 0;
}

#boxicon a:hover { 
	display:block;
	width:101px;
	height:23px;
	background: url("images/donateicon_over.gif") 0 0 no-repeat;
}

.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;
}

.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;
}

#search
{
	display:block;
	width:134px;
	height:16px;
	font:10px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background:url(images/nav_right_sub.jpg);
	position:absolute;
}

#search input
{
	font:8px Arial, Helvetica, sans-serif;
	height:8px;
	position:relative;
}
