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

body {
	background-color:#CCC;
}

.link1 a {
	color: white; text-decoration: none; 
}
.link1 a:hover {
	color: #CCFF33; text-decoration: none; 
}
#outer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}
#inner {
	width: 940px;
	height: 600px;
	margin-left: -470px;  /***  width / 2   ***/
	position: absolute;
	top: -300px;          /***  height / 2   ***/
	left: 50%;
}
#wrapper {
	background-color:#CCC;	
	width:940px;	
}
#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:940px;
	height:150px;
	margin:auto;
}
#mainMenu {
	background-color:#666;
	padding-top:7px;
	width:940px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
#content {	
}
#sidebar {		
	max-height:390px;
	max-width:337px;
	margin-right:5px;
	float:left;
}
#mainArea {	
	padding-left:5px;
}
#subHeader {
	background-color:#CCC;
	width:auto;	
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-top:5px;
	padding-bottom:5px;	
}
#subFooter {
	background-color:#FFF;
	width:auto;	
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFF;
}
#bnsubHeader {
	background-color:#693;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	padding-bottom:5px;
}
#textArea {
	background-color:#FFF;
	height:355px;
	max-height:355px;
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:5px;
	padding-right:5px;
}
#formArea {
	background-color:#FFF;
	min-height:355px;
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:5px;
	padding-right:5px;
}
#footer {
	background-color:#666;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	clear:both;
}