@charset "UTF-8";
/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.3em;
background:#cccccc;
}
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: #000000;
}
#maincontainer{
width: 901px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background:#ffffff;
}
#topsection{
background: #ffffff;
height: 125px; /*Height of top section*/
}
#contentwrapper{
float: left;
width: 100%;
}
#contentcolumn{
margin: 0 250px 0 163px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#leftcolumn{
float: left;
width: 163px; /*Width of left column in pixel*/
margin-left: -901px; /*Set margin to that of -(MainContainerWidth)*/
background: #ffffff;
}
#rightcolumn{
float: left;
width: 250px; /*Width of right column*/
margin-left: -250px; /*Set left margin to -(RightColumnWidth)*/
background: #ffffff;
}
#footer{
	clear: left;
	width: 100%;
	background: #ffffff;
	color: #999999;
	text-align: left;	
	padding: 4px 0;
	font-size: 0.8em;
	/*margin: 260 px;*/
}
#footer a{
color: #ffffff;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
color: #000000;
}
.rod1 {
font-size: 16px;
color: #660000;
}
.rod2 {
font-size: 14px;
color: #660000;
}
.rod3 {
font-size: 9px;
color: #660000;
}
.gron1 {
font-size: 16px;
color: #003300;
}
.gron2 {
font-size: 14px;
color: #003300;
}
.gron3 {
font-size: 9px;
color: #003300;
}
.bla1 {
font-size: 16px;
color: #000066;
}
.bla2 {
font-size: 14px;
color: #000066;
}
.bla3 {
font-size: 9px;
color: #000066;
}
a:link {
color: #333333;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #666666;
}
a:hover {
text-decoration: underline;
color: #666666;
}
a:active {
text-decoration: none;
color: #333333;
}
.admin {
font-family: Arial, Helvetica, sans-serif;
font-size: 6px;
color: #F00;
text-decoration: none;
}
.admin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F00;
	text-decoration: none;
}

