/************************
** Overall Page Layout **
************************/
body 
{
	width: 1150px;
	background-color: #22667A;
	font-family: Verdana, Arial;
	text-align: center;
	font-size: 12px;
}

body a, a:hover, a:visited
{
	color: #0000FF;
	text-decoration: none;
}

.page_left
{
	float: left;
	width: 150px;
	padding-top: 120px;
}

.page_middle
{
	background-color: #DDDDDD;
	float: left;
	width: 800px;
}

.page_right
{
	float: left;
	width: 150px;
	margin-left:1px;
	height: auto !important;
	padding-top: 120px;
}

.page_right select, input
{
	width: 150px;
	background-color: #FF8;
	margin-right:10px;
}

/***********************
** Middle Part Layout **
***********************/
.page_header
{
	width: 800px;
	height: 150px;
}

.page_footer
{
	width: 800px;
	height: 50px;
	line-height: 25px;
	font-size: smaller;
}

.page_footer a
{
	color: #00F;
	text-decoration: none;
}

.page_content
{
	min-height: 500px;
	padding: 20px;
	height: auto !important;
	height: 500px;
}

.page_content a, a:hover, a:visited
{
	color: #0000FF;
	text-decoration: none;
}

.divider
{
	background: transparent url('/images/main_bg_middle.png');
	width: 800px;
	font-size: 2px;
	height: 2px;
}

.page_success
{
	width: 800px;
	min-height: 500px;
	line-height: 12px;
	text-align: left;
	color: #280;
	font-weight: bold;
	padding: 20px;
	font-size: 14px;
}

.page_error
{
	width: 800px;
	min-height: 500px;
	line-height: 12px;
	text-align: left;
	color: #F00;
	padding: 20px;
	font-size: 14px;
}

.search_results
{
	clear: both;
	margin-top: 30px;
	text-align: left;
	font-size: 12px;
}

.search_results td
{
	font-size: 12px;
}

.search_results th
{
	font-size: 12px;
}

.search_row_alt
{
	background-color: #888;
}

/****************
***** Menus *****
****************/
.page_menu
{
	background-color: #0f285a;
	width: 800px;
	height: 30px;
	margin-top: 1px;
}

/*****************
***** Tables *****
*****************/
.content_form
{
	width: 680px;
	text-align: right;
}

.form_label
{
	clear: both;
	text-align: right;
	line-height: 25px;
	vertical-align: middle;
	float: left;
	width: 245px;
}

.form_field
{
	text-align: left;
	line-height: 25px;
	vertical-align: bottom;
	width: 425px;
	float: right;
}

.form_field input
{
	width: 250px;
	background-color: #55BBAA;
}

.form_field TEXTAREA
{
	width: 400px;
	height: 100px;
	background-color: #55BBAA;
}

.form_field select
{
	background-color: #55BBAA;
	width: 250px;
}

.option_headings
{
	background-color: #55BBAA;
	font-weight: bold;
	font-style: italic;
}

/*******************
***** View Ads *****
*******************/
.form_label_view_ad
{
	clear: both;
	text-align: right;
	line-height: 25px;
	vertical-align: middle;
	float: left;
	width: 200px;
}

.form_field_view_ad
{
	text-align: left;
	line-height: 25px;
	vertical-align: bottom;
	width: 525px;
	float: right;
}