html
	{
	padding:0px;
	margin:0px;
	height:100%;
	}
body
	{
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#9BBEFF;
	font-family:Verdana,Arial, sans-serif;
	font-size:12px;
	text-align:center;
	color:#000000;
	}
a
	{
	text-decoration:none;
	color:#0f2346;
	}
a:hover
	{
	text-decoration:underline;
	}
h1
	{
	margin:0px;
	font-size:14px;
	}
form
	{
	margin:0px;
	}
input, select, textarea
	{
	font-family:Verdana, Arial, sans-serif;
	font-size:9px;
	font-weight:100;
	}
#frontform
	{
	margin:0px 0px 10px 12px;
	}
.container
	{
	width:800px;
	text-align:justify;
	height:100%;
	}
.sidebar
	{
	background-image:url(../images/sidebar.gif);
	width:140px;
	color:#fee483;
	font-weight:bold;
	padding:0px 15px 0px 15px;
	font-size:14px;
	text-align:justify;
	height:100%;
	}
.heading
	{
	margin:10px 0px 0px 0px;
	}	
.nav {
	margin: 0;
	padding: 0;
	width: 140px;
	list-style: none;
	overflow: hidden;
}

.nav li {
	width: 140px;
	overflow: hidden;
	text-transform: uppercase;
	font-size:9px;
	font-weight:bold;
}

.nav a {
	color:#fff;
}
.nav_item a  {
	display: block;
	width: 170px;
	height: 20px;
	background: url(../images/navback.gif) no-repeat;
	padding-left: 25px;
	line-height:20px;
	margin-left:-15px;
}
.nav_item a:hover {
	background-position:  0 -20px;
	color:#fee483;
	text-decoration:none;
}
.main
	{
	margin:0px;
	width:621px;
	background-color:#f8f8e8;
	
	}
.body
	{
	padding:15px;
	}
.header
	{
	height:100px;
	width:621px;
	background-color:#AAAAAA;
	background-image:url(../images/header.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
.rightbar
	{
	background-image:url(../images/rightborder.gif);
	background-repeat:repeat-y;
	width:9px;
	}
.paidfor
	{
	color:#000000;
	border: 1px solid #CCCCCC;
	margin-bottom:5px;
	padding:2px;
	width:400px;
	font-size:9px;
	font-family:Verdana;
	text-align:center;
	}
.frontthing
	{
	width:160px;
	display:inline;
	text-align:center;
	float:right;
	margin: 0px 0px 10px 15px;
	border:1px solid #202261;
	background-color:#FFFFCC;
	padding:10px;
	}