
/*------------------------------------------------------------------------------
#w=wrap, #h=header, .c=content, .cc=content column, .nc=nested column, #f=footer
/*------------------------------------------------------------------------------
OVERALL LAYOUT
------------------------------------------------------------------------------*/
html { height:100%; overflow-y: scroll; }
body {
	font:.75em/1.6em Arial, Helvetica, sans-serif; color:#FFFFFF;
	background:#103050;/* url(/site_images/bkg32.jpg) repeat; */
	text-align: center;
	width:1215px;
}

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

#page_left {
	float: left;
	width: 250px;
}

#page_middle {
	float: left;
	width: 800px;
	padding-bottom: 10px;
}

#page_right {
	float: left;
	width: 160px;
	min-height: 800px;
	margin-left: 5px;
	background-color: #202020;
}

/*------------------------------------------------------------------------------
PAGE MIDDLE LAYOUT
------------------------------------------------------------------------------*/

#page_header {
	width: 800px;
	height: 230px;
}

#page_header_top {
	height: 9px;
	background: #103050 url(/site_images/top_header.png) no-repeat;
}

#page_header_rest {
	background-color: #202020;
	height: 221px;
}

#page_content {
	width: 780px;
	padding: 10px;
	min-height: 500px;
	/*text-align: center;*/
	font-family: Arial;
	font-size: 1.5em;
	background-color: #202020;
}

#page_footer {
	clear: both;
	background-color: #202020;
	width: 800px;
}

#page_footer_bottom {
	height: 9px;
	background: #103050 url(/site_images/bottom_header.png) no-repeat;
}

/*------------------------------------------------------------------------------
PAGE RIGHT LAYOUT
------------------------------------------------------------------------------*/

#page_right_top {
	height: 9px;
	background: #103050 url(/site_images/top_header_small.png) no-repeat;
}

#page_right_rest {
	min-height: 800px;
	background: #202020;
}

#page_right_bottom {
	height: 9px;
	background: #103050 url(/site_images/bottom_header_small.png) no-repeat;
}

/*------------------------------------------------------------------------------
PAGE 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: 30px;
	vertical-align: bottom;
	width: 425px;
	float: right;
}

#form_field input
{
	width: 350px;
	background-color: #FF8;
}

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

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

/*------------------------------------------------------------------------------
COMMON CLASSES
------------------------------------------------------------------------------*/

#clear_floats {
	clear: both;
}

/*------------------------------------------------------------------------------
EVENTS PAGE
------------------------------------------------------------------------------*/

#event_result {
	font-size: 0.85em;
	line-height: 150%;
	width: 650px;
	margin-left: 100px;
	color: #FFFFFF;
	text-align: left;
}
