@charset "UTF-8";
/* CSS Document */
html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	}
	
body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#860002;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	overflow:hidden;
	}

a, a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	}	
a:hover, a:visited:hover {
	color:#FFFFFF;
	text-decoration:none;
	}	
	
#content {
	width:850px;
	height:540px;
	margin:50px auto 0px auto;
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	position:relative;
	}
	
#left_content {
	height:150px;
	width:210px;
	color:#ffffff;
	position:absolute;
	left:20px;
	top:240px;
	}
	
#right_content {
	width:580px;
	height:370px;
	overflow:auto;
	position:absolute;
	left:250px;
	top:50px;
	}
	
h1 {
	font-size:18px;
	margin:0px;
	padding:0px;
	}
	
#navigation {
	width:850px;
	position:absolute;
	top:455px;
	left:5px;
	text-decoration:none;
	z-index:100;
	}
#navigation p {
	background-image:url(images/nav/button03.png);
	background-repeat:no-repeat;
	border:none;
	width:65px;
	height:81px;
	color:#ffffff;
	margin:0px;
	padding:10px 0px 0px 40px;
	float:left;
	text-align:left;
	}
#navigation a, .menuanchorclass a {
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:-.5px;
	text-decoration:none;
	font-size:12px;
	}
	
/* Form Styles */
label {
	float:left; 
	width:140px;
	clear:both;
	margin-top:10px;
	font-size:14px;
	
	}
.textbox {
	width:300px;
	float:left;
	margin-top:5px;
	}
.smallbox {
	width:50px;
	float:left;
	margin-top:5px;
	}