.whiteborder {
	border-left: 1px solid #990033;
	border-right: 1px solid #990033;
}

.rightborder {
	border-right: 1px solid #990033;
}

.nav {
	width: 148px;
	background-image: url("images/navfade.jpg");
	background-repeat:no-repeat;
	background-color: #99cccc;
	border-right: 1px solid #003399;
	border-left: 1px solid #990033;
}

.footer {
	width: 770px;
	height: 15px;
	background-image: url("images/footerbg.jpg");
}

.contact {
	width: 148px;
	height: 168px;
	background-image: url("images/contactbox.jpg");
	background-repeat:no-repeat;
}

.contact_sub {
	width: 148px;
	height: 168px;
	background-image: url("images/contactbox_sub.jpg");
	background-repeat:no-repeat;
}

.contacttext {
	font-family: verdana;
	font-size: 10px;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 20px;
}

.text {
	font-family: verdana;
	font-size: 12px;
	color: #003399;
}

.bold
{
    font-weight:bolder;
    color:#003399;
    
}

.hdr_copy
{
    font-weight:bolder;
    color:#003399; 
}

.imgborder {border:2px solid #1156B3;}

.floatR {float:right; padding:5px;}
.floatL {float:left; padding:5px;}