﻿body 
{
	background-color: #87a7c8;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 110%;
}

/*****************************
Pseudo Styles
*****************************/
.searchfield
{
	width: 148px;
	border: solid 1px white;
	margin: 42px 0px 0px 80px;
	font-size: 10px;
	color: #666666;
	float: left;
}

.searchbtn
{
	margin-top: 42px;
	margin-left: 4px;
}

.msgcontainer
{
	text-align: left;
	padding: 8px;
}

.msgsubject
{
	font-size: 14px;
	font-weight: bold;
	color: #30667e;
}

.msgposter
{
	color: #666666;
	font-size: 11px;
	font-style: italic;
	line-height: 185%;
}

.msg
{
	color: #333333;
	line-height: 125%;
}

.inputTxt
{
	border: solid 1px #999999;
	font-size: 12px;
}

.inputBtn
{
	border: solid 1px #999999;
	font-size: 12px;
	font-weight: bold;
}

.tableBorder
{
	border: solid 1px #999999;
}

/*****************************
Specific item styles
*****************************/
#center_text
{
	width: 373px;
	display: block;
	text-align: left;
	color: #666666;
	line-height: 135%;
	margin-top: 8px;
	padding: 5px;
	border-bottom: dotted 1px #999999;
}

/*****************************
Page Layout Styles
*****************************/
#wrapper
{
	width: 911px;
	margin: 0 auto;
	/*background-color: #d7e7f7;*/
}

#header
{
	height: 90px;
}

	#header #lft
	{
		width: 242px;
		height: 90px;
		float: left;
		background: white url('images/top_left_logo.gif') no-repeat 0 0;
	}
	
	#header #cntr
	{
		width: 373px;
		height: 90px;
		float: left;
		background: url('images/top_bg.gif') repeat-x 0 0;
	}
	
	#header #search
	{
		width: 296px;
		height: 90px;
		float: left;
		background: url('images/top_search_rt.gif') no-repeat 0 0;
	}

#nav
{
	height: 46px;
	background: url('images/nav_bg.gif') repeat-x 0 0;
}

#main_content_area
{
	width: 911px;
	min-height: 725px;
	background: #d7e7f7	url('images/main_content_bg_lft.gif') repeat-y 0 0;
}

	#main_content_area #left_wrapper
	{
		width: 204px;
		margin-top: 11px;
		margin-left: 12px;
		float: left;
	}
	
	#main_content_area #left
	{
		width: 204px;
		min-height: 650px;
		_height: 650px;
		background: url('images/left_box_bg.gif') repeat-y 0 0;
	}

	#main_content_area #center
	{
		width: 399px;
		_width: 385px;
		min-height: 650px;
		float: left;
		text-align: center;
		padding-top: 20px;
	}
	
	#main_content_area #right_wrapper
	{
		width: 296px;
		float: left;
	}
		#main_content_area #right
		{
			width: 296px;
			min-height: 650px;
			_height: 650px;
			background: url('images/right_bg.gif') repeat-y 0 0;
		}
		
#footer
{
	background-color: #30667e;
	height: 25px;
	color: white;
	font-size: 11px;
}