@charset "UTF-8";

body
{
   	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#204480;
	background-color:#6f1515;
	margin:0px;
}

div#site_container
{
	width:768px;
	margin:auto;
}

div#header
{
	width:768px;
	height:135px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	margin:auto;
}

div#menu_container
{
	width:620px;
	height:27px;
	margin:auto;
	position:relative;
	top:108px;
}

div#menu_container a img
{
	width:74px;
	height:27px;
	border:0px;
}

div#site_body
{
	background-image:url(../images/body_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#fff;
	padding:15px 0px 0px 0px;
}

div#body_top
{

	width:738px;
	height:26px;
	margin:auto;
}

div#content
{
	background-image:url(../images/body_top_bar.gif);
	background-repeat:no-repeat;
	width:718px;
	margin:auto;
	padding:10px;
	background-color:#cae0ee;
}

h1
{
   font-size:10pt;
}

h2, h3
{
   font-size:10pt;
}

a
{
   color:#204480;
}
h1.page_header
{
	font-size:10pt;
	color:#6f1515;
	margin:0px;	
	padding-bottom:5px;
	border-bottom:1px solid #204480;
}

h1.big_heading
{
   font-weight:bold;
   font-size:10pt;
   text-align:center;
   margin:20px 5px;   
}

input.submit
{
	border:1px solid #204480;
	font-weight:bold;
	background-color:#cae0ee;
	cursor:default;
}

input.submit_over
{
	border:1px solid #204480;
	font-weight:bold;
	background-color:#B0CEE6;
	cursor:pointer;
}

div#body_bottom
{
	background-image:url(../images/body_bottom_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:718px;
	height:26px;
	margin:auto;
	padding:10px 10px 0px 10px;
	background-color:#cae0ee;
	text-align:center;
}

div#footer
{
	border:0px solid #000;
	padding:5px 15px 5px 15px;
	text-align:center;
	background-image:url(../images/footer_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;	
}

div#alspa, div#alspa a
{
	width:768px;
	margin:auto;
	text-align:right;
	font-size:7pt;
	color:#b78a8a;
}

.status
{
   font-family:Courier New, Tahoma, Verdana;
   color:#f00;
}
