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

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

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

.ptitle {
	FONT-SIZE: 9pt;
	FONT-FAMILY: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	TEXT-ALIGN: center;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-width: thin;
}
	
.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: 175px; /*Height of top section*/
}

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

#content1c{
margin: 0 0px 0 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#content2c{
margin: 0 0px 0 130px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftsp{
float: left;
width: 130px; /*Width of left column in pixel*/
margin-left: -800px; /*Set margin to that of -(MainContainerWidth)*/
}

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

.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
		
#menu {
	background: #333;
	font-size: 10pt;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
}

#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}

#menu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px
}

#menu li a.current {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px
}