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

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

#heading{
height: 100px;
background-image: url(web_images/headingtest2.jpg);
background-repeat:no-repeat;
margin: 2px;
/* border: 1px solid black; */
}

#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;
}

#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:#CFDEF3; */

background: white url(web_images/gradient.jpg);
       background-repeat: repeat-y;

margin-bottom: 20px;
border: 1px solid black;
float: left;
font-size: 90%;
padding: 3px;
}

#leftcol ul			{ list-style-type: none; margin: 0px; padding: 0px; }
#leftcol ul li		{ /*height:25px;*/ width:auto; /*110px;*/ }
#leftcol ul li span	{ display: block; /*height: 25px;*/ line-height: 23px; background: url(web_images/dot.gif) repeat-x bottom; }
#leftcol ul li span a { padding-left: 9px; display: block; /*line-height: 24px; /*height: 23px;*/ text-decoration: none; color: #000000; }
#leftcol ul li span a:hover { background-color: #C0C0FF/*75B6F3*/; width: auto; }
#leftcol ul li span a.selected { display: block; line-height: 23px; /*height: 23px;*/ text-decoration: none; color: black; 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;*/
border-style: groove;
margin-top: 10px;
margin-right: 2px;
padding: 8px;
}

.red {font-size: 80%; color:red;}

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

#box {
float: left;
margin: 5px;
position:relative;
font-family: Verdana, Arial, Helvetica, sans-serif, serif;
font-size: x-small;
text-align: center;
width: 130px;

background-color: white;
padding: 5px;
/*border-style*/
}
#box A {text-decoration: none;}
#box A:hover {text-decoration: underline;}