/* The html, body height:100% code when combined with #wrap min-height and height values allows the user to resize font and elements background to grow accordingly.  For Mozilla browsers a DISPLAY:table element is added to the layout styles */

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}
#wrap{ 
	min-height:100%;
	height:auto;
	width:820px; 
	margin:0 auto; 
	text-align:left;
	padding-bottom: 20px;
} 
* html #wrap{height:100%;}
BODY {
	padding: 0px;
	margin: 0px;
	font: 0.7em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.4em;
	background-color: #201f1f;
	background-image: url(/images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#container {
	background: #000000;
	width: 820px;
	border-top-style: none;
	text-align: left;
	display:table;/* for mozilla/opera*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#content {
	width: 810px;
	background-repeat: repeat;
	text-align: left;
	min-height:100%;
	display:table;/* for mozilla/opera*/ 
}
DIV.header {
	width: 820px;
	background-color: #000000;
}
DIV.headerMain {
	width: 820px;
	background-color: #000000;
	margin-left: 0px;
	margin-right: -10px;
}
DIV.headCol1 {
	float: left;
	background-color: #000000;
}
DIV.headCol1Table {
	margin-left: 35px;
	background-image: url(/images/navBgnd.gif);
	background-repeat: no-repeat;
}
DIV.headCol1Table table {
	padding-top: 3px;
	padding-left: 30px;
	padding-right: 10px;
}
DIV.headCol1Table td {
	padding-top: 0px;
	padding-bottom: 0px;
}
DIV.headCol2 {
	margin-left: 5px;
	float: left;
	background-color: #000000;
}
DIV.clear {
	clear: both;
}
DIV.main {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 20px;
	background-color: #202020;
	border-top: 2px inset #797777;
	border-right: 2px outset #797777;
	border-bottom: 2px outset #797777;
	border-left: 2px inset #797777;
}
DIV.main p {
	margin-top: 0px;
	margin-bottom: 10px;
}
DIV.main img {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
DIV.bottom {
	float: left;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 5px;
	margin-right: 25px;
	background-color: #202020;
	width: 748px;
	border-top: 2px inset #797777;
	border-right: 2px outset #797777;
	border-bottom: 2px outset #797777;
	border-left: 2px inset #797777;
	padding-bottom: 10px;
}
DIV.about {
	float: left;
	width: 724px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
DIV.about p {
	margin-top: 0px;
	margin-bottom: 10px;
}
DIV.about img {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
DIV.news {
	margin: 10px;
	float: left;
	width: 205px;
}
DIV.news p {
	margin-top: 0px;
	margin-bottom: 20px;
}
DIV.news img {
	margin-left: -3px;
}
DIV.welcome {
	margin: 10px;
	float: left;
	width: 210px;
}
DIV.welcome p {
	margin-top: 0px;
	margin-bottom: 20px;
}
DIV.mission {
	margin: 10px;
	margin-left: 30px;
	float: left;
}
DIV.mission ul {
	margin-top: 0px;
	margin-bottom: 5px;
}
DIV.spacer {
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
	float: left;
}
DIV.column1 {
	FLOAT: left;
	TEXT-ALIGN: center;
	MARGIN: 5px 5px 5px 0px;
	PADDING: 5px;
	BACKGROUND-COLOR: #202020;
}

DIV.clear {
	clear: both;
}
label
{
width: 4em;
float: left;
text-align: left;
margin-right: 1.7em;
display: block
} 
input
{
color: #cacac8;
background: #202020;
border: 1px solid #cacac8;
}
.submit input
{
color: #cacac8;
font-weight:bold;
background: #202020;
border: 2px outset #cacac8;
}
textarea
{
color: #cacac8;
background: #202020;
border: 1px solid #cacac8;
} 
fieldset
{
border: 1px solid #202020;
width: 31em
}
#footer {
	clear: both;
	width: 820px;
	text-align: center;
	font-size: 10px;
}
