/************************
** Overall Page Layout **
************************/
body 
{
	width: 1150px;
	background-color: #AAAAAA;
	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: 130px;
}

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

.page_right
{
	float: left;
	width: 130px;
}

.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;
/*	background: transparent url('/images/main_bg_bottom.png') no-repeat; */
	font-size: smaller;
}

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

.page_content
{
/*	background: transparent url('/images/main_bg_middle.png') repeat-y scroll 0 0; */
	min-height: 500px;
	padding: 20px;
	height: auto !important;
	height: 500px;
}

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

.divider
{
	width: 800px;
	font-size: 1px;
	height: 1px;
}

.page_success
{
/*	background: transparent url('/images/main_bg_middle.png') repeat-y scroll 0 0; */
	width: 800px;
	min-height: 500px;
	line-height: 12px;
	text-align: left;
	color: #280;
	font-weight: bold;
	padding-left: 25px;
	font-size: 14px;
}

.page_error
{
/*	background: transparent url('/images/main_bg_middle.png') repeat-y scroll 0 0; */
	width: 800px;
	min-height: 500px;
	line-height: 12px;
	text-align: left;
	color: #F00;
	padding-left: 25px;
	font-size: 14px;
}

.search_results
{
	clear: both;
	margin-top: 30px;
/*	background-color: #BBB; */
	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: url('/images/menu_bg.png');
	width: 800px;
	height: 30px;
	line-height: 30px;
}

.page_menu a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	margin: 0px 10px 0px 10px;
}

.page_menu a:hover
{
	color: #002;
}

.inner_menus a
{
	color: #F00;
	text-decoration: none;
}

/*****************
***** 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: #FF8;
}

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

.form_field select
{
	background-color: #FF8;
}

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