@charset "utf-8";
/* CSS Document */

html
{
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px auto;
	height: 100%;
	background: url("../images/bg.jpg") top center repeat-y;
}

h1 {
	font-size: 14px;
	border-bottom: 2px solid #006699;
	padding-bottom: 2px;
}

h2 {
	font-size: 13px;
}

a {
	color: #000;
}

a:hover {
	color: #009999;
	font-family: Verdana;
	font-weight: bold;
}

fieldset {
	border: none;
	border-top: 2px solid #CCC;
}

legend {
	font-weight: bold;
}

.row {
	clear: both;
	margin-bottom: 10px;
}

label {
	float: left;
	width: 90px;
}

.bottom-links a:hover
{
	font-weight: normal;
}

/*
 * DIV CONTAINERS
 */

#container
{
	width: 766px;
	margin: 0px auto;
	padding: 0px auto;
	height: 100%;
}

#header
{
	height: 290px;
	margin: 0px auto;
	background: url("../images/header_bg.jpg") top center no-repeat;
}

#menu
{
	height: 52px;
	margin: 0px auto;
	background: url("../images/menu_bg.jpg") top center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}

#menu a
{
	margin-right: 40px;
	color: #fff;
	text-decoration: none;
}

#sidemenu
{
	width: 221px;
	margin-left: 13px;
	margin-right: 13px;
	margin-top: -70px;
	float:left;
}

#login_box
{
	width: 221px;
	margin: 0px auto;
	background: url("../images/login_bg.jpg") top left no-repeat;
	margin-bottom: 10px;
	padding-top: 30px;
	padding-left: 2px;
	display: none;
}

#search_box
{
	width: 211px;
	height: 437px;
	margin: 0px auto;
	background: url("../images/search_bg.gif") top left no-repeat #6784d5;
	padding-left: 0px;
	text-align: left;
	padding-top: 60px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

html>body #search_box
{
	height: 437px;
}

#search_box input
{
	padding-left: 8px;
}

.text_input
{
	height: 15px;
	margin-top: 6px;
}

#content
{
	width: 504px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1d3b8b;
	float:right;
	text-align: left;
	padding-top: 20px;
	padding-right: 15px;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}