
a:link {color: #016364; text-decoration: none; }
a:active {color: #585126; text-decoration: none; }
a:visited {color: #585126; text-decoration: none; }
a:hover {color: #BF0103; text-decoration: none; }

body{
background: #FFFFFF;  /*#203104 - GREEN, #310404 - RED, #102104 VERY DARK GREEN, #302800 - KHAKI, #F6FFEE - OFF WHITE*/
margin:0;
padding:0;
line-height: 1em;
}

b{font-size: 110%;}
em{color: red;}

#screenwrapper{
background: #FFFFFF;
width:980px;
height: 900px; /*Height of wrapper*/
border:4px solid #99BCAA;
}

#maincontainer{
background: white;
}

#topsection{
background: white;
height: 85px; /*Height of top section*/
width: 980px;
border: 4px solid #99BCAA;
}

#topsection2{
background: white;
height: 10px; /*Height of top section*/
}

#topsection3{
background: white;
height: 30px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

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

}

#contentcolumn{
font-family: Arial;
line-height: 1em;
text-align:justify;
border:2px solid #cccccc;
background: #F5FAED;
margin: 0 220px 0 130px; /*Margins for content column. Should be "0 RightColumn, Width 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
font-family: Arial;
line-height: 1em;
width: 130px; /*Width of left column*/
margin-left: -100%;
background: white url();
}

#menuspacer{
float: left;
height: 8px;
width: 100px; /*Width of left column*/
background: white;
}

#rightcolumn{
float: left;
font-family: Arial;
line-height: 1em;
width: 220px; /*Width of right column*/
margin-left: -220px; /*Set left marginto -(RightColumnWidth)*/
background: white url();
}

#validate{
position: absolute;
top: 700px;
left: 20px;
background: transparent;
height: 40px;
width: 120px;
font-family: Arial;
line-height: 1em;
}

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

#footer a{
color: #490105;
font-size: 8pt;
font-family: Arial;
line-height: 1em;
text-decoration:none;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
font.smallbl {
	font-family : Verdana, Arial, Helvetica;
	font-size: 12px;
	word-spacing: 0;
	text-align: justify;
	color: #043249;
		text-decoration: none;
}
font.headline {
	font-family : Arial, Helvetica;
	font-size: 14pt;
	color: #028F5F;
	font-weight: bold;
	text-decoration: none;
}
font.subhead {
	font-family : Verdana, Arial, Helvetica;
	font-size: 10px;
	line-height:100%;
	color: #016364;
}
font.location {
	font-family : Arial, Helvetica;
	font-size: 12pt;
	color: #A2985D;
	font-weight: bold;
	text-decoration: none;
}
font.author {
	font-family : Verdana, Arial, Helvetica;
	float: left;
	font-size: 10px;
	color: #666666;
}
font.description {
	font-family : Arial, Helvetica;
	font-size: 12px;
	word-spacing: 0;
	text-align: justify;
	color: #043249;
		text-decoration: none;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px;
}