html *{
padding:0px;
margin:0px;
}

body {
	background-color: #999999;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #1F3071;
	margin: 0 auto;
	
}
img {
border:0;
}
div#ctools {
color: black;
}
h6 {
color:black;
font-weight:normal;
font-size: 10px;
}
#toprightlink{
text-align:right;
padding-bottom:3px;
}



.blue {
	border: 2px solid #1F3071;
	padding: 10px;
	height: 150px;
	vertical-align: top;
}

.masthead {
width: 600px;
height: 165px;
background-image: url(images/main.jpg);
}

p,td {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}
.body {
vertical-align: top;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
padding: 3px 5px 5px 10px;
}

.body p {
	margin: 4px;
}
.body ul{
	list-style-image: url(images/bullet.gif);
	margin-left: 25px;
}

.body a{
	text-decoration: none;
	font-weight: bold;
}

.body a:hover{
	text-decoration: underline;
}

.line a {
	text-decoration: underline;
}

.form {
	background-color: #E6E6E6;
	border: 1px solid #1F3071;
}

h4 {
font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 3px 0 7px 0;
}

a:link {
	color:#1F3071;
}

a:visited {
	color:purple;
}

.login:link {
	color:#ffffff;
}

.login:visited {
	color:ffffff;
}
.help:active {
	color:ffffff;
	text-decoration: none;
	font-weight: bold;
}
.help:link {
	color:#ffffff;
}

.help:visited {
	color:ffffff;
	
}
.login:active {
	color:ffffff;
}
#nav {
	height: 22px;
	background: url(images/nav_bg.gif);
	text-align: center;
}
#active{
	height: 22px;
    background-color: #CCCCCC;
	text-align: center;
}
.active{
	height: 22px;
    background-color: #CCCCCC;
	text-align: center;
}
#bnav {
	color:#1F3071;
}
#bnav a,visited,active{
	color: #1F3071;
	text-decoration: none;
}
#bnav a:hover{
	text-decoration: underline;
}
.btop
{
	background-image: url(images/blue_top.gif);
	background-repeat: repeat-x;
	height: 6px;
}
.blueleft{
	background-image: url(images/blue_left.gif);
	background-repeat: repeat-y;
	width: 6px;
}
.blueright{
	background-image: url(images/blue_right.gif);
	background-repeat: repeat-y;
	width: 6px;
}
.bbottom
{
	background-image: url(images/blue_bottom.gif);
	background-repeat: repeat-x;
	height: 6px;
}
#footer{
		background-image: url(images/gold_bar.gif);
		background-repeat: no-repeat;
		height: 76px;
		padding: 20px 0 20px 0;
		width: 600px;
		text-align: center;
}
#footer a,visited,active{
	text-decoration: none;
	white-space: nowrap;
}
#footer a:hover{
	text-decoration: underline;
}
#left {
	color: #1F3071;
	vertical-align: top;
	text-align: left;
	padding: 0 0 0 4px;
	border-right: 1px solid #999999;
}
#left p{
	margin: 0 0 3px 0;
	padding: 0px 5px 5px 5px;
}
#left ul{
	list-style: none;
}

.bluebox
{
	background: White;
	border: thick solid #1F3071;
	padding-left: 10px;
}
img.floatRight { 
    float: right; 
}
#dropmenudiv{
position:absolute;
border:1px solid #999999;
border-bottom-width: 0;
width: 200px;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color:#DAD8D8;
}

#dropmenudiv a{
width: 200px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #999999;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #F4E21E;
}