@charset "UTF-8";
body {
	background-image: url(Images/BkgBlock.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 1000px;
	border: 2px solid #000000;
	background-color: #5E5E5E;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	width: 1000px;
}
#navbar {
	padding: 3px;
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	height: 24px;
}
#sidebar {
	width: 200px;
	float: left;
	padding: 3px;
	background-color: #333333;
	height: inherit;
}
#sidebarwide {
	width: 290px;
	float: left;
	background-color: #333333;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#maincontent {
	float: right;
	width: 770px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#maincontentslim {
	float: right;
	width: 650px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
}
#navbar li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#navbar a {
	text-decoration: none;
	font-size: small;
	font-weight: 500;
	color: #ECAF30;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}
#navbar a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	background-image: url(Images/navbarhover.jpg);
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}
.floatright {
	float: right;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: 400;
	color: #999999;
	background-color: #333333;
	padding-bottom: 0px;
	height: 35px;
	padding-right: 8px;
	text-align: left;
	text-indent: 12px;
	padding-top: 12px;
	clear: both;
}
h1 {
	font-size: medium;
	font-weight: 300;
	color: #ECAF30;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: 400;
	color: #E1E1E1;
	text-align: center;
}
.column235 {
	text-align: center;
	width: 235px;
	float: left;
	border: 1px solid #D1D1D1;
	padding-top: 3px;
	padding-bottom: 12px;
	font-weight: 400;
	color: #FBFBFB;
	font-size: 90%;
	padding-right: 3px;
	padding-left: 5px;
	margin: 5px;
}
.column200 {
	text-align: center;
	width: 200px;
	float: left;
	font-size: 90%;
	margin: 5px;
}
.column360 {
	text-align: center;
	width: 355px;
	float: left;
	padding-top: 3px;
	padding-bottom: 12px;
	font-weight: 400;
	font-size: 90%;
	padding-right: 3px;
	padding-left: 5px;
	margin: 5px;
}
.column435 {
	width: 425px;
	float: left;
	font-size: 90%;
	margin: 5px;
}
.column750 {
	width: 750px;
}
.whitehead1 {
	font-weight: 400;
	color: #E1E1E1;
	text-align: center;
	font-size: small;
}
.orangehead1 {
	font-weight: 400;
	color: #ECAF30;
	text-align: center;
	font-size: medium;
}
.whitetext {
	font-weight: lighter;
	color: #E1E1E1;
	text-align: left;
	font-size: small;
	line-height: 1.4em;
}
.whitetextlink {
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
}
.whitetextlink:hover {
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: underline;
}
.whitetextlink:visited {
	font-weight: 400;
	color: #FFFFFF;
}
.categorylink {
	font-weight: 400;
	color: #ECAF30;
	text-decoration: none;
}
.categorylink:hover {
	font-weight: 400;
	color: #cccccc;
	padding-bottom: 12px;
	padding-right: 22px;
	padding-left: 22px;
	padding-top: 8px;
	border: thin solid #CCCCCC;
}
.clearboth {
	clear: both;
}
.orangeheadlink {
	font-size: small;
	color: #ECAF30;
	text-decoration: none;
}
.orangeheadlink:link {
	font-size: small;
	color: #ECAF30;
	text-decoration: none;
}
.orangeheadlink:hover {
	font-size: small;
	color: #BBBBBB;
	text-decoration: underline;
}
.orangeheadlink:visited {
	font-size: small;
	color: #ECAF30;
	text-decoration: none;
}

