body{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	height: auto;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #000000;
}

b{font-size: 110%;}



#topsection{
	background: #000000;
	height: 50px; /*Height of top section*/
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	margin-bottom: 5px;
	
}

#topsection h1{
margin: 0;
padding-top: 11px;

}
#wrapper{

width: 90%;
margin: auto;
max-width:1000px;

}
#contentwrapper{
float: left;
width: 100%;

}

#contentcolumn{
margin-left: 330px; /*Set left margin to LeftColumnWidth*/
line-height: 22px;

}

#leftcolumn{
float: left;
width: 300px; /*Width of left column*/
background: #000000;
line-height: 22px;
margin-left: -100%;
}

#footer{
	clear: left;
	width: 575px;
	background: black;
	font-size:8pt;
	font-family:arial;
	color: #C0C0C0;
	margin-top: 0px;
	position: relative;
	top: 300px;
	background-color: #000;
	z-index: 224;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clip: rect(auto,auto,auto,auto);
	margin-left: 300px;
}

#footer a{
	color: #CCC;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
h1 {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
}h2 {
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding-left: 20px;
	background-position: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h3 {
	color: #FFFFFF;
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	background-position: 50px;
}

h4{
	color:#ff3300;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
h5{
	color:#ff3300;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
#nav {
	position: relative;
	top: -30px;
	left: 330px;
	width: 575px;
	height: 18px;
	font-family: Arial;
	font-size: 100%;
	z-index: 200;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	padding-top:5px;
	bottom: 0px;	 
}

#nav a {
	color: #C00;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 3px;
	letter-spacing: 0.1em;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
}

#nav a.selected, #nav a:hover {
	color: #C63;
}

#nav ul { /* all lists */
padding: 0; margin: 0; list-style: none; line-height: 1;
}

#nav a {
display: block; 
}

#nav li { /* all list items */
float: left; list-style: none;
}

#nav li ul { /* second-level lists */
position: absolute; background: #e5e5e5; width: 130px; left: -999em; margin: 0; padding: 5px 0; padding: 5px 0 5px 0; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

#nav li ul a { /* second-level lists */
color: #474747; font-weight: normal; display: block; width: 100%; margin: 0 0 2px; padding: 2px 10px; font-size: 11px;
}

#nav li ul a:hover { /* second-level lists */
	color: #639a35;
	font-weight: normal;
	background: #ffffff;
	width: 110px;
}
A:link{
	color:#CCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
A:active{color:#993300; text-decoration: underline;}
A:visited {
	color:#CCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
A:hover{color:#cc6633; text-decoration: none; font-family: Arial, Helvetica, sans-serif;}
.col1 {
	float:left;
	width: 33%;
	margin: 0 auto 0 0px;
	font-size: 110%;
	background: #000000;
	color: #FFFFFF;
	height: 80px;
	padding: 10px 0px 0px;
}
.col2 {
	float:left;
	width: 34%;
	margin: 0 auto 0 0;
	font-size: 110%;
	background: #000000;
	color: #FFFFFF;
	height: 80px;
	padding: 10px 0px 0px;
}
.col3 {
	float:left;
	width: 33%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 110%;
	background: #000000;
	color: #FFFFFF;
	height: 80px;
	padding: 10px 0px 0px;
}

