body {
	background-color: #162B3B;
	background-image: url(images/background_flat.jpg);
	margin-top: 0px;
}

a{
	color:#3366CC;
	text-decoration:underline;
}
a:hover{
	color:#000;
	text-decoration:none;
}


.home_message {
	background-color: #B6AE8D;
	background-image: url(images/home_new_op_15.gif);
}
.hometext {
	font-family: "Trebuchet MS", Arial, Geneva, Helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

.hometext a:hover {
	text-decoration: underline;
	color: #003399;

}

.hometext a {
	color: #003399;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A8A382;
}

.footer a {
	color: #A8A382;
	text-decoration: underline;

}
.content {
	color: #000000;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a79e7e;
	border-left-color: #a79e7e;
	border-right-width: 14px;
	border-left-width: 14px;
	background-color: #fbfbfb;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #A9A180;
	padding-right: 30px;
}

.content h1 {
	font-family: "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	font-size: 18px;
	color: #0c4c8d;
	padding-left: 20px;
	padding-top: 20px;
}

.content-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



.side-nav-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 3px;
	margin-left: 20px;
	line-height: 14px;
}

.side-nav-text a {
	color: #00CC99
	text-decoration: underline;

}
