/*=====================GENERAL FORMATTING STYLES=======================*/
body {
	margin:0px;
	background-color: #003366;
}
#wrapper {
	position:relative;
	width: 720px;
	margin: 0 auto;
	padding:0;
	
}
/*============================TEXT STYLES===============================*/
p {
	text-align:left;
}

#content {
	margin-top:20px;
	margin-left:20px;
	margin-right:250px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

#content a:link{ text-decoration:none; color:#999999;}
#content a:visited{ text-decoration:none; color:#999999;}
#content a:hover{ text-decoration:none; color:#003366;}

#content #whatwedo a:link{ text-decoration:none; color:#CC0000;}
#content #whatwedo a:visited{ text-decoration:none; color:#CC0000;}
#content #whatwedo a:hover{ text-decoration:none; color:#003366;}

#content #form {
	font-size:12px;
}

#content #form .button {
	background-color:#DADADA;
	color: #000000;
	border:1px solid #000000;
	width:80px;
	height:20px;
	cursor: pointer;
}

#content #form input {
	font-size: 11px;
	height:13px;
	border: 1px solid;
}



#content #form .checkbox {
	border: 0px;
}


#bottom {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#999999;
}
#bottom a:link { text-decoration:none; color:#999999;}
#bottom a:visited { text-decoration:none; color:#999999;}
#bottom a:hover { text-decoration:none; color:#666666;}

/*=====================BACKGROUND IMAGES + COLORS=======================*/
.contentarea {
	background-color:#FFFFFF
}

.logobg {
	background-image:url(../images/interface/logobar.jpg);
	background-repeat:no-repeat;
}

.flashbg {
	background-image:url(../images/interface/flash.jpg);
	background-repeat:no-repeat;
}

.contentbg {
	height:422px;
	background-image:url(../images/interface/content.jpg);
	background-repeat:no-repeat;
}

.footerbg {
	height:21px;
	background-image:url(../images/interface/footer.gif);
	background-repeat:no-repeat;
}

.buttonbg {
	height:37px;
	background-image:url(../images/interface/buttons.jpg);
	background-repeat:no-repeat;
}
/*=====================MENU STYLE=======================*/
#header {
	margin-top:35px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
	font-variant:small-caps;
}
#header a:link { padding:7px; color:#666666; text-decoration:none;}
#header a:visited { padding:7px; color:#666666; text-decoration:none;}
#header a:hover{ color:#CC0000; text-decoration:none;}

#menu {
	margin-right:45px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	font-variant:small-caps;
}
#menu a:link { padding:7px; color:#FFFFFF; text-decoration:none;}
#menu a:visited { padding:7px; color:#FFFFFF; text-decoration:none;}
#menu a:hover{ color:#CC0000; text-decoration:none;}

#footer {
	margin-right:4px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-size:8px;
}
#footer a:link { padding:4px; color:#FFFFFF; text-decoration:none;}
#footer a:visited { padding:4px; color:#FFFFFF; text-decoration:none;}
#footer a:hover{ color:#CCCCCC; text-decoration:none;}



