a:link {color: #FFFFFF;text-decoration: none;}
a:visited {color: #FFFFFF;text-decoration: none;}
a:hover {color: #FFFFFF;text-decoration: underline;}
a:active {color: #FF0000;text-decoration: underline;}
h1, h2, h3 {margin-top: 0px;margin-bottom: 0px;}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 13px;}
body {
	margin: 0px;
	height: 100%;
	background: #4C555C url(images/bgPage.jpg) repeat-x;
	font: 12px "Courier New", Courier, monospace;
	color: #FFFFFF;
}
body, html{height:100%}
#container {
	width:780px;
	background: #000000 url(images/bgMain.jpg) repeat-x;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	height: 100%;
}
#header {
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}
#navMain {
	margin-top: 16px;
	margin-left: 16px;
}
.navButton {
	border: 1px solid #CCCCCC;
	background: #1C2230 url(images/bgButton.jpg) repeat-x;
	text-align: center;
}
#contentBox {
	background: url(images/homeTxtBox1.jpg) no-repeat;
	width: 480px;
	margin-left: 20px;
	margin-top: 20px;
}
#content {
	padding: 10px;
}
#contentFooter {
	background: url(images/homeTxtBox2.gif) no-repeat;
	height: 16px;
	width: 480px;
	margin-left: 20px;
	margin-top: -16px;
}
#footer {
	padding: 10px;
	clear: both;
	font: 10px Arial, Helvetica, sans-serif;
	color: #CCCCCC;	
}