body{
background-color: #FFFFFF;
color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
/*text-align: center;*/
font-size:100%;
}

#wrapper{
width: 100%;
background-color: white;
margin: inherit;
/* border: 1px solid #000000; */
text-align: left;
}

#banner{
height: 80px;
background-image: url(../images/logo.jpg);
background-repeat:no-repeat;
margin: 2px;
border: 1px solid black;
font-size: 90%;
}

#content{
margin-left: 180px;
}

#content p{
font-size: 80%;
margin: 20px;
}

#content h1{
font-size: 130%;
color: #003366;
padding: 0;
margin: 20px;
}

#content h2{
font-size: 110%;
color: #003366;
padding: 0;
margin: /*100px 0 0*/ 20px;
}



/*.clearit{
clear: both;
display: block;
background-color:#00FF66;
width: 200px;
}*/


#footer{
border-top: 1px solid #000000;
background-color: #003366;
color: #FFFFFF;
clear: both;
}

#footer p{
padding: 10px;
margin: 0;
font-size: 70%;
}

#leftcol{
margin-left: 5px;
margin-top: 10px;
width: 130px;
/* background-color: #C7D9FF; */
 /*background-color:#E1E1FF;*/
 background-color:#F4F4FF;
margin-bottom: 20px;
border: 1px solid black;
float: left;
font-size: 80%;
padding: 3px;
}

#leftcol h1{
font-size: 130%;
color: #003366;
padding: 0;
text-align:center;
/* margin: 20px; */
}

#leftcol ul			{ list-style-type: none; margin: 0px; padding: 0px; }
#leftcol ul li		{ height:auto; /*25px;*/ width:auto; /*110px;*/ background: /*url(folio.arrow.gif) no-repeat 8px;*/ }
#leftcol ul li span	{ display: block; height: 20px; line-height: 20px; background: url(dot.horo.gif) repeat-x bottom; }
#leftcol ul li span a { padding-left: 10px; display: block; line-height: 19px; height: 18px; text-decoration: none; color: #000000; }
#leftcol ul li span a:hover { background-color: #C0C0FF; width: auto; }
#leftcol ul li span a.selected { display: block; line-height: 24px; height: 23px; text-decoration: none; color: #84A30E; font-weight: bold; }
#leftcol ul li span a.selected:hover { background-color: #C0C0FF; width: auto; }

#content p.right{
float: right;
}

.container{
width: 99%; 
float:right;
background-color:#FFFFFF;
border: 1px solid black;
margin-top: 10px;
margin-right: 2px;
padding: 8px;
}

/* test - tables in main container*/
.container table{
font-size: 90%;
}


#box {
float: left;
margin: 5px;
position:relative;
font-family: Verdana, Arial, Helvetica, sans-serif, serif;
font-size: x-small;
text-align: center;
width: 130px;
border: 1px solid black;
background-color: white;
padding: 5px;
/*border-style*/
}
#box A {text-decoration: none;}
#box A:hover {text-decoration: underline;}

.button{
/* style for buttons on the site*/
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold;
	color: #FF0000; 
	background-color: #C7D9FF; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 

}