/* Layout */
body {
font-size: 62.5%;
margin: 0px;
padding: 0px;
font-family: "Myriad Roman", Arial, Helvetica, sans-serif;
background-color: #FFFFCC;
}

#content {
	position: relative;
	background-color: #F7FAE4;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	font-size: 1.5em;
	font-weight: bold;
	color: #01381C;
	width:expression((document.body.clientWidth-300) + "px" );
}
#content input {
	width: 800px;
}
#content textarea {
	width: 800px;
	height: 300px;
}
.contentborder {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
#footer {
padding: 20px;
margin-top: 20px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CCCCCC;
clear: both;
}

#footer p {
float: right;
color: #666666;
font-size: 9pt;
}

#footer a {
float: right;
color: #666666;
font-size: 9pt;
text-decoration: none;
padding-right: 10px;
}

#header {
padding: 0px 10px 90px 120px;
margin-left: 30px;
background-image: url(images/logo.gif);
background-repeat: no-repeat;
background-position: left;
vertical-align: middle;
}

#header h1 {
font-size: 20pt;
padding-top: 20px;
margin-bottom: 0px;
margin: 0px;
text-align: right;
font-weight: normal;
color: #016533;
text-transform: uppercase;
}

#header h2 {
font-size: 16pt;
font-weight: normal;
color: #FFFFFF;
margin: 6px 0px 0px;
text-align: right;
padding: 0px;
}

#maincontent {
float: left;
padding-left: 10px;
}

.clear {
clear: both;
}

#secondarynav {
float: left;
width: 101px;
text-indent: 0px;
margin-left: 10px;
}
#secondarynav p {
margin: 0px;
color: #016533;
text-align: center;
}
#secondarynav h2 {
color: #016533;
text-align: left;
font-size: 12pt;
font-weight: bold;
margin: 0px 0px 5px 0px;
padding: 0px;
}
#secondarynav ul {
margin: 0px;
text-indent: 0px;
padding: 0px;
vertical-align: middle;
}
#secondarynav li {
	height: 40px;
	list-style-type: none;
	margin: 10px auto 10px auto;	
	text-align: center;
	vertical-align: middle;
	display: block;
	background-image: url(images/button_1.gif);
	background-repeat: no-repeat;
}
#secondarynav li a {
	margin-top: auto;
	margin-bottom: auto;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	font-size: 1.5em;
	vertical-align: middle;
	background-image: url(images/button_1.gif);
	background-repeat: no-repeat;
}
#secondarynav li a:hover {
	background-image: url(images/button_1_highlight.gif);
}
#chatroom {
	font-size:10pt;	
	width:expression((document.body.clientWidth-300) + "px" );
}
#chatroom h1 {
	font-size: 12pt;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#chatroom h1 a {
	text-decoration: none;
	color: #01381C;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#chatroom p {
	padding-top: 0px;
	margin-top: 0px;	
}
#chatroom p a {
	text-decoration: none;
	color: #01381C;
}
#chatroom input {
	width: 80%;
}
#chatroom textarea {
	font-family: "Myriad Roman", Arial, Helvetica, sans-serif;
	width: 80%;
	height: 200px;
}
#members {
	font-size: 10pt;
	width:expression((document.body.clientWidth-300) + "px" );
}
#members table {
	width: 80%;
}
#members th {
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #01381C;
}