/* CSS Document */

body {
	background: #FFFFFF;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.hide {	display: none;}

p, #content1 li {
	color: #333333;
	font-size: 0.75em;
}

#content1 {width: 90%;}

h1 {
	color:#000000;
	font-weight: bold;
	font-size: 1.2em;
}

h2 {
	color:#224c7a;
	font-weight: normal;
	font-size: 1.9em;
	font-style: oblique;
}

h3 {
	color:#3b82d8;
	font-weight: normal;
	font-size: 1.2em;
	font-style: oblique;
}

.h2 {
	color:#224c7a;
	font-weight: normal;
	font-size: 1.9em;
	font-style: oblique;
}

.capitalize { text-transform: capitalize;}
.lowercase { text-transform: lowercase;}
.grey {color: #666666;}
a { color: #0153a6; text-decoration: underline; }

td {font-size: 12px}


#content { position: relative;}
#rightbar {
	float: right;
	display: block;
	width: 150px;
	margin: 0 0 0 0;
	padding: 0px 0 5px 25px;
}
#nav4, #nav1, #nav2, #nav3, #contentbg2, #scgov, .h3, #contentbg3, #contentbg4 { display: none;}


#footer p, #footer a{
	color: #666666;
	font-size: 10px;
}
#copyright p {color: #999999;}
