﻿body {
	width: 1050px; 
	background: #222 url('/repeat2.gif'); 
	color: #2d0000; 
	font-family: Trebuchet MS, serif;
	background-repeat: repeat;
	font-size:13px;
}
#main {
	background: #FFFFFF;   
	width: 700;  
	height: 100%;  
	padding: 15px;
	color: #2d0000;
	float: left;
}
#main_header {
	padding: 5px;
	font-variant: small-caps;
}

#main_header .banner {
	height:70px; 
	background: #222 url('/repeat2.gif'); 
	font-size:x-large; 
	color:#BBBBBB; 
	padding:15px; 
	width:888px;	
}

#main_header .banner code {
	letter-spacing:3px; 
	font-weight:bolder; 
	position:relative; 
	top:50px;	
}


.main_menu {
	background: #FFFFFF;  
	float: right;  
	width: 200px;  
	height: 100%;  
	padding: 7px; 
	color: #2d0000;
	font-variant: small-caps;
	line-height: 150%;
}
#main_body {
	background: #FFFFFF;  
	float: left;  
	width: 700px;  
	height: 100%;  
	padding: 7px; 
	color: #2d0000;
}
.regular {
	color: #666666;
}
	
A:link {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
}
A:visited {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
}
A:hover {
	text-decoration: underline;
}

.login {
	font-variant: small-caps;
	width: 300px;
}
.login .input {
	font-size: 18px;
	width: 200px;
	padding: 5px;
}
.register {
	font-variant: small-caps;
	width: 300px;
	table-layout: fixed;
}
.register .input {
	font-size: 12px;
	width: 200px;
}
.message {
	color: white; 
	background-color: #666666;
	font-size: 15pt; 
	text-align: center; 
}
table.message  {
	width: 450px;
	color: white; 
	background-color: #666666;
	font-size: 7pt; 
	text-align: left; 
	border-width: 1px;
	border-color: white;
	border-style: solid;
}
table.message td, th{
	border-width: 1px;
	border-color: white;
}
.survey {
	padding: 5px;
}

.survey .radio {
	width: 30px;
	text-align: center;
}

