/* CSS Document */

html{ /*forces vert scrollbars in FF*/
	 min-height: 100%; 
	 margin-bottom: 1px; 
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#000099;
	margin: 0px 0;
}
a {
	color:#FF3300;
	text-decoration:none;
	}
a:hover{
	color:#000066;
	color:#FF6600;
	text-decoration:underline;
	}
#container{
	width:auto;
	margin:0px auto;
	}
#middleSpacer{
	height:20px;
	width:auto;
	background:#6633ff;
	border-top:#FFFFFF dotted 1px;
	border-bottom:#FFFFFF dotted 1px;
	}
#middleSpacerBorder{
	border-top:#3300cc solid 2px;
	border-bottom:#3300cc solid 2px;
	}
#header{
	height:150px;
	width:auto;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#3300cc;
	}
#logo{
	height:150px;
	background-image:url(../images/logo4.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:25px;
	}
#leftNav{
	width:160px;
	height:700px;
	padding-left:0px;
	padding-top:15px;
	float:left;
	background:#3300cc;
	color:#FFFFFF;
	}
#leftNav a{
	color:#FFFFFF;
	text-decoration:none;
	}
#leftNav a:hover{
	color:#FF9933;
	text-decoration:none;
	}
#leftNav a.special{
	color:#FF9933;
	}
#leftNav a:hover.special{
	color:#FFFFFF;
	}
#leftNav li{
	list-style:none;
	height:30px;
	}
#buttons{
	float:left;
	width:160px;
	height:700px;
	padding-left:12px;
	padding-top:20px;
	background:#3300CC;
	}
#mainContent{
	width:auto;
	float:left;
	margin: 20px 20px 0px 20px;
	text-align:justify;
	}
#footer{
	width:auto;
	height:50px;
	text-align:center;
	clear:both;
	background:#6633ff;
	border-top:#FFFFFF dotted 1px;
	border-bottom:#FFFFFF dotted 1px;
}
#footerBorder{
	border-top:#3300cc solid 2px;
	border-bottom:#3300cc solid 2px;
	clear:both;
	}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
	}
#footer a:hover{
	color:#FF9933;
	text-decoration:none;
	}
.small{
	font-size:.8em;
	}
.italic{
	font-size:.7em;
	font-style:italic;
	}
.heading{
	font-weight:bold;
	font-style:italic;
	font-size:1em;
	color:#6633ff;
	}
