body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333333;
	background-image: url(carbon_fiber_bg.gif);
	background-repeat: repeat;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 840px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: #FFFFFF;
	background-image: url(../images/bg_color.gif);
	background-repeat: repeat-y;
}

#topsection{
	background: #EAEAEA;
	height: 213px; /*Height of top section*/
	z-index: 100;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
	margin-left: 200px;
}

#rightcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -840px;
	background-color: #CCCCCC;
}

#footer{
	clear: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	background-color: #000000;
}
.imgBox01 {
	float: left;
	margin: 5px;
}
.subBox01 {
	float: left;
	width: 48%;
	padding: 15px;
	text-align: justify;
}



#footer a{
color: #FFFF80;
}

.innertube{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

</style>

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/*BEGIN NAVIGATION*/

a {
	text-decoration: none;
}

a:link {
	color: #AA0037;
}

a:visited {
	color: #AA0037;
}

a:active {
	color: #AA0037;
}

a:hover {
	text-decoration: underline;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}



h1 {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #CCCCCC;
}

#nav a {
	font-weight: bold;
	color: #FFFFFF;
	z-index: 10;
}

#nav a {
	text-decoration: none;
	z-index: 10;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	padding: 5px;
	z-index: 10;
}

#nav li li a:hover {
	padding-right: 5px;
	padding-left: 5px;
	z-index: 10;
	background-color: #999999;
}

li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	background-color: #666666;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: bottom;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: #666666;
	overflow: visible;
	height: auto;
	width: 210px;
	z-index: 10;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: .5em;
	padding-left: 0;
}

li>ul {
	top: auto;
	left: auto;
	z-index: 10;
}

li li {
	display: block;
	float: none;
	width: 210px;
	z-index: 10;
}

li:hover ul, li.over ul {
	display: block;
}
.innertubeheader {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.flashtop {
	z-index: 20;
}
