body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-image: url(images/bgr.jpg);
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #85DCF9;
}
a {
	font-weight: bold;
}
a:link {
	color: #003187;
	text-decoration: none;
}
a:visited {
	color: #003187;
	text-decoration: none;
}
a:hover {
	color: #003187;
	text-decoration: underline;
}
a:active {
	color: #003187;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #112174;
	margin-top: 10px;
}
h2 {
	font-size: 12px;
	color: #333333;
}

.side h2 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 5px;
	background-color: #F46C12;
	width: 200px;
	height: 20px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 10px;
	padding-top: 5px;
}
.side p {
	margin: 10px;
}

.topNav {
	background-color: #003187; 
	background-image: url(images/top_right_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: right; 
	height: 25px;
}
.topNav a {
	font-weight: bold;
}
.topNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.topNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.topNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.topNav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.topNav p {	
	text-transform: uppercase;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}

.bottomNav {
	background-color: #F46C12; 
	background-image: url(images/bottom_right_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: top right; 
	height: 25px;
}
.bottomNav a {
	font-weight: bold;
}
.bottomNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.bottomNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.bottomNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.bottomNav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.bottomNav p {
	text-transform: uppercase;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}

.footer p {
	font-size: 10px;
	margin: 10px;
	color: #FFFFFF;
}
.footer a {
	font-weight: bold;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#homeSide {
	width: 150px;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
