body {
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana,Tahoma, Arial,Helvetica,sans-serif;
	BACKGROUND-COLOR: #FFFFFF;
	TEXT-ALIGN: justify;
}

p {
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-STYLE: normal;
	TEXT-ALIGN: justify;
}

/* ^^^^^^^^ 
li {
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-STYLE: normal;
	BACKGROUND-COLOR: #D3DCE3;
	TEXT-ALIGN: left;
}
^^^^^^^^^ */

td {
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-STYLE: normal;
	TEXT-ALIGN: left;
	margin-bottom: 2px;
}

/* ^^^^^^^^
ul {
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-STYLE: normal;
	BACKGROUND-COLOR: #D3DCE3;
	TEXT-ALIGN: left;
}
^^^^^^^^^ */

.pcenter {
	TEXT-ALIGN: center;
}

.pright {
	TEXT-ALIGN: right;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
        color: #800080;
		  text-decoration: none;
}

a:hover {
         color: #008000;
}


#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
height: 100px; /*Height of top section*/
}

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

#contentcolumn{
margin-left: 0px; /*Set left margin to LeftColumnWidth*/
}

#footer{
clear: left;
width: 100%;
text-align: center;
padding: 4px 0;
}


.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
		
/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#styletwo {position:relative;display:block;height:24px;font-size:10px;font-weight:bold;background:transparent url(bgOFF.gif) repeat-x top left;font-family:Verdana,Tahoma, Arial,Helvetica,sans-serif;}
#styletwo ul {margin:0;padding:0;list-style-type:none;width:auto;}
#styletwo ul li {display:block;float:left;margin:0 1px 0 0;}
#styletwo ul li a{display:block;float:left;color:#000;text-decoration:none;padding:6px 15px 0 15px;height:24px;}
#styletwo ul li a:hover {color:#fff;background:transparent url(bgON.gif) repeat-x top left;}
#styletwo ul li a.current{color:#fff;background:transparent url(bgON.gif) repeat-x top left;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */		