@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}
.sidemenu {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color: #00387b;
	margin-left: 1.5em;
}
#sidemenu a:link {
	color: #00387b;
	text-decoration: none;
}
#sidemenu a:hover {
	color: #c84e00;
	text-decoration: none;
}
#sidemenu a:visited {
	color: #70b1ff;
	text-decoration: none;
}
#sidemenu a:active {
	color: #c84e00;
	text-decoration: none;
}
.orghdr {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color: #c84e00;
}
.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.textbold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.bluetext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00387b;
}
.bluesmtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00387b;
}
.bluesmhdr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00387b;
}
.blueslghdr {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #00387b;
}
.ltbluetext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #70b1ff;
}
.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.rwrap {
	margin-right: .5em;
}
a:link {
	color: #00387b;
	text-decoration: underline;
}
a:hover {
	color: #c84e00;
	text-decoration: underline;
}
a:visited {
	color: #00387b;
	text-decoration: underline;
}
.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
}
#whitetext a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#whitetext a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#whitetext a:visited {
	color: #FFFFFF;
	text-decoration: none;
}