/* ******************************************************************** */
/*                  Author: Tim Tipton | str8wak@gmail.com              */
/* ******************************************************************** */
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-image: url('images/7b2.png');
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-color: #333333;
	font-size: 1.1em;
	line-height: 1.5em;
}
.antispam {
	display: none;
}
#pagewidth {
	width: 100%;
	text-align: left;
	margin: 0 auto;
}
#header {
	height: 120px;
	width: 100%;
	display: block;
	margin-top: 0px;
	text-align: center;
}
#leftcol {
	width: 20%;
	float: left;
	position: relative;
}
#twocols {
	width: 79%;
	float: right;
	position: relative;
}
#rightcol {
	width: 5%;
	float: right;
	position: relative;
}
#maincol {
	float: left;
	position: relative;
	width: 75%;
}
div.transbox {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	margin-top: 10px;
	background-color: #000000;
	border: 3px solid black;
	/* for IE */
	filter: alpha(opacity=70);
	/* CSS3 standard */
	opacity: 0.7;
}
div.navbox {
	padding: 5px;
	margin-top: 10px;
	margin-left: 15px;
	background-color: #000000;
	border: 3px solid black;
	/* for IE */
	filter: alpha(opacity=70);
	/* CSS3 standard */
	opacity: 0.7;
}
h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}
hr {
	color: #ffffff;
	background-color: #ffffff;
	height: 3px;
	margin-bottom: 1px;
	margin-top: 1px;
}
a {
	font-weight: bold;
	text-decoration: underline;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
}
.menuhead {
	/*text-align: center;*/
	font-size: 1.3em;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 5px;
	border-bottom: 2px solid #ffffff;
}
.menuitem {
	text-align: left;
	font-size: normal;
	font-weight: bold;
}
.menuitem a {
	display: block;
	padding-left: 5px;
	border-left: 5px solid #fff;
	font-size: .9em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	vertical-align: middle;
}
.menuitem a:hover {
	background-color: #FF6600;
	padding-left: 5px;
	border-left: 5px solid #a64300;
	border-right: 10px solid #a64300;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
}
.smHelpTxt {
	font-size: 0.7em;
	font-style: italic;
}
.smPower {
	font-size: 0.1em;
	font-style: oblique;
}
.ReqTxt	{
	color: #FF6600;
}
#footer {
	clear: both;
	display: block;
	text-align: center;
	font-size: 10px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

.orangeTxt	{
	color: #FF6600;
	}
/* End hide from IE-mac */

@media print {
	/*hide the left column when printing*/
	#leftcol {
		display: none;
	}
	/*hide the right column when printing*/
	#rightcol {
		display: none;
	}
	#twocols, #maincol {
		width: 100%;
		float: none;
	}
}
