@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/gridbg.jpg);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	background-position: top;
	background-color: #45360D;
}
#navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-image: url(images/topnavbackground.jpg);
	height: 35px;
	width: 700px;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	background-repeat: no-repeat;
	margin: 0px;
}
#navbar td {
	vertical-align: middle;
	text-align: center;
}
#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	vertical-align: bottom;
	font-style: normal;
	letter-spacing: normal;
	margin: 0px;
	text-align: center;
	text-decoration: none;
	padding: 0px;
}
#navbar a:hover {
	color: #FF7107;
	text-decoration: none;
	filter: Glow(Color="FF7107", Strength=10);
}
#header {
	background-image: url(images/headerbg.jpg);
	background-position: right;
	background-repeat: no-repeat;
	width: 700px;
	background-color: #262626;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 15px;
	width: 700px;
	margin: 0px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: right;
	text-indent: 5px;
	background-color: #000000;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 700px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#contentheader {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
h2 {
	color: #FF6600;
	font-weight: bolder;
}
a {
	color: #FF6600;
}
#container {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#maintablecontainer {
	border: thin solid #666666;
	margin: 0px;
	padding: 0px;
}
