body {
	padding: 0;
	margin: 0;
	background: #73ADD7 url(../graphics/gradient.gif) repeat-x;
	color: #666;
	font-family:  Georgia, "Times New Roman", Times, serif;
}
html, body{height:100%;
text-align:center; /* for IE */ 


} 
/* end hack */ 

#container
{
	margin: 25px auto 0;
	width: 85%;
	background-color: #009933;
	color: #000000;
	padding:3px;
	border:1px solid black;
}

#top
{
background-color:#EFEFEF;
background: url(../graphics/topbg.jpg)  repeat-x;
height:90px;


}


#top h1
{text-align:center;
color:#F4F4F4;
padding: 0;
margin: 0;
font-style:normal;
text-decoration:none;
border:0;
}

#leftnav
{
position:relative;/*ie needs this to show float */
float: left;
width: 15%;
margin: 0;
padding: 5px ;
text-align:left;
font-size:80%;


}

#content
{
padding:2px;
float:left;
text-align:left;
width:62%;
background-color: #fff;
}

#footer
{
	clear: both;
	margin: 0;
	padding: 0.5em;
	font-size:80%;
	color:#000000;
	background: url(../graphics/bggray.jpg) bottom left repeat;
	border-top: 1px solid gray;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

.vertmenu {
font-size: 100%;
width: 95%;
padding: 0px;
margin: 25px 0px 0px 0px;

}

.vertmenu h1 {
font: bold 13px Arial;
color: white;
background: black url(../graphics/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/

}

.vertmenu ul {
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/

}
.vertmenu ul li {
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.vertmenu ul li a {
color:#003366;
background: url(../graphics/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;

}


.vertmenu ul li a:hover, .vertmenu ul li a:focus {
	color:#FF0000;
	background-color: #000000;
}


#right-column{
	position:relative;/*ie needs this to show float */
	margin: 0;
	padding: 5px;
	text-align:left;
	font-size:80%;
	width: 20%;
	float:right;
	background-color:#009933;
	height:100%;
}

/*minitabs start here*/

ul#minitabs{list-style: none;margin: 0;padding: 7px 0;
  border-bottom: 1px solid #CCC;font-weight: bold;
  font-size:85%;
  text-align: center;white-space: nowrap}
ul#minitabs li{display: inline;margin: 0 3px}
ul#minitabs a{text-decoration: none;padding: 0 0 3px;
  border-bottom: 4px solid #FFF;color: #999;
  background-image:none;}

ul#minitabs a:hover{
	border-color: #FFFFFF;
	color: #000000
}	

