
body{
margin:0;
margin-top:5px;
padding:0;
line-height: 1.5em;
font-family: Verdana, Arial, Sans-Serif;
font-size:12px;
/* background-color:#F8F8F8; */
background-image:url(images/bg_grad-1.jpg);
background-position:top;
background-repeat:repeat-x;
}

H2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #98002e;

}

H4 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #00A0AF;
	line-height: 12px;

}

#maincontainer {
width: 940px; /*Width of main container*/
padding: 5px;
border: 2px solid #D8D8D8;
margin: 0 auto; /*Center container on page*/
background-color:#FFFFFF;
position: relative!important;
z-index: 0!important;

}

#leftcolumn{
float: left;
width: 220px; /*Width of left column in pixel*/
}

#rightcolumn{
float: right;
width: 650px; /*Width of right column*/
}

.innertube{
float:left;
vertical-align:top;
margin-right: 30px; /* Set left margin to -(RightColumnWidth)*/
padding: 15px;
}

#navwrapper{
float: left;
width: 100%;
}

#adBox {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	padding:8px;
	background-color: #FFFFCC;
	border: 1px solid #990000;
	width: 180px; 
}

.yellowbox {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	padding:8px;
	background-color: #FFFFCC;
	border: 1px solid #990000;
	width: 180px; 
}

/* GLOBAL CLASSES */	
	.clear         { clear:both; }
	#cursorHelp    {cursor: help; }
	.float-left    { float:left; }
	.float-right   { float:right; }

		
/*  background colors */

.bg_98002e {
background: #98002E;
}

.whitebackground {background-color: white;
}


/* VARIOUS COLORS */

	.bh_98002e {color: #98002e;}


/* LINKS */

a:link {color:#98002e}      /* unvisited link */
a:visited {color:#98002e}  /* visited link */
a:hover {color:#98002e}  /* mouse over link */
a:active {color:#98002e}  /* selected link */


/* FOOTER LINKS */
	
.footer a:link {
	font-size:10px;
	color: #856441;
	background-color: #FFFFFF;
	text-decoration: none;
}

.footer a:visited {
	font-size:10px;
	color: #856441;
	background-color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	font-size:10px;
	color: #856441;
	background-color: #FFFFFF;
	text-decoration: none;
}

.footer a:active {
	font-size:10px;	
	color: #856441;
	background-color: #FFFFFF;
	text-decoration: none;
}

.footer_sub a:link {
	font-size:10px;
	color:#856441;
	background-color: #ffffff;
	text-decoration: none;
}   

.footer_sub a:visited {
	font-size:10px;
	color:#856441;
	background-color: #ffffff;
	text-decoration: none;
}  
 
.footer_sub a:hover {
	font-size:10px;
	color:#856441;
	background-color: #FFC;
	text-decoration: none;
} 

a.footer_sub:active {
	font-size:10px;
	color:#856441;
	background-color: #ffffff;
	text-decoration: none;
}      