<style type="text/css">

body {
color : #333333; 
background-color : #FFF; 
margin-top: 0px;
margin-right: 0px;  
margin-left: 0px;
margin-bottom: 0px;
padding : 0; 
font : 12px verdana, arial, helvetica, sans-serif,MS UI Gothic; 
} 
 
a.:link {color:#999900;text-decoration:underline;}
a.:alink {color:#999900;text-decoration:underline;}
a.:visited {color:#999900;text-decoration:underline;}
a.:hover {color:#CC9966;;text-decoration:underline;}

#maincontainer{
width: 780px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color:#FFFFFF;
}



#dottedline {
	width: 780;
	position:relative;
	height: 1px;
	background: url(../img/shared/dotted_line.gif) repeat-x;
	margin:10px;

}

.spacer10{
	height:10px;
	
}


#floatLeftImg {
	float: left;
	margin-top: 0px; 
	margin-bottom: 10px; 
	margin-left: 0px; 
	margin-right: 10px; 
	top: 0px;
}
#floatRightImg {
	float: right;
	margin: 0px;
	top: 0px;
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 220px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 220px; /*Width of left column*/
margin-left: -780px; /*Set left margin to -(MainContainerWidth)*/

}

.titles{
	margin-top: 0px; 
	margin-bottom: 10px; 
	margin-left: 0px; 
	margin-right: 0px; 
	color:#999900;
	line-height: 100%;
	font-weight: 100;
	font: 18px verdana, arial, helvetica, sans-serif,MS UI Gothic; 
	
}
.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	color:#666666;
	line-height: 100%;
	font-weight: 100;
	font: 12px verdana, arial, helvetica, sans-serif,MS UI Gothic; 
	
}

.innertube a{
	text-decoration:underline;
	color:#999900;
	font-size: 12px; 
	line-height: 100%; 
	font-weight: 100;
	
}
.innertube a:hover{
	text-decoration:underline;
	color:#CC9966;
	font-size: 12px; 
	line-height: 100%; 
	font-weight: 100;
	
}



#footer{
clear: left;
width: 780px;
color: #999900;
text-align: center;
font: 12px verdana, arial, helvetica, sans-serif,MS UI Gothic; 
padding: 4px 0;
}

#footer ul{
	list-style:none;
	margin:0 0 0 0;
}

#footer a{
	text-decoration:none;
	color:#999900;
	font-size: 12px; 
	line-height: 100%; 
	font-weight: 100;
	
}
#footer a:hover{
	text-decoration:underline;
	color:#CC9966;
	font-size: 12px; 
	line-height: 100%; 
	font-weight: 100;
	
}

#footer li{
	display:inline;
	text-align: center;
	padding: 5px 5px 0px 5px;
}

#footerCopyright {
	width:780px;
	text-decoration:none;
	color:#999900;
	font-size: 10px;
	line-height: 100%;
	font-weight: 100;
	text-align: center;
	padding: 5px 5px 0px 5px;

}



</style>