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

body	{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
}

a	{
color: #003366;
}

.header-link	{
	color: #336699;
	text-decoration: none;
}

.sub-menu-link {
	color: #000000;
	text-decoration: none;
}

.login	{
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	color: #330066;
}

a:hover	{
	color: #990000;
	text-decoration: none;
}

h1	{
	font-size: 24px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #336699;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

h2	{
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 18px;
	font-weight: bold;
	color: #336699;
}

h3	{
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-transform: uppercase;
}

h4	{
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}

div.header	{
	background: #FFFFFF;
}

div.header-right	{
	float: right;
	width: 240px;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 12px;
	color: #336699;
	text-align: left;
}

div.container {
	width: 750px;  
	background-color: #e5e6ea;
}

div.menu {
	background: url(../images/homepage2_04.jpg);
	background-repeat: no-repeat;
	border-bottom: 2px solid #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
	font-family: times, georgia, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

div.banner	{
	border-top: 10px solid #000000;;
}

div.home_banner	{
	border-top: 1px solid #ffffff;
}

div.home-heading {
	background: #000000;
	padding: 3px;
	text-align: center;
	font-family: times, georgia, serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}

div.home-heading h1{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: times, georgia, serif;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}

div.home-text	{
	text-align: center;
	padding: 10px;
	background-color: #e5e6ea;
}

div.home_body {
	background: url(../images/home_content_bkg.jpg);
	padding: 20px;
}

div.navheader	{
	background: url(../images/heading-bkg.gif);
	border-bottom: 1px solid #000000;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

div.left {
	float: left;
	width: 250px;
	border-right: 2px solid #ffffff;
}

div.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

div.home-content {
	background: url(../images/3column.gif) repeat-y;
}

div.middle {
	margin-left: 250px;
	padding: 0px;
}

div.right {
	float: right;
	padding: 0px;
	width: 250px;
	border-left: 2px solid #ffffff;
}

div.right_content {
	float: right;
	padding: 0px;
	width: 250px;
}

div.footer {
	clear: both;
	background-image: url(../images/homepage2_09.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border-top: 2px solid #ffffff;
	padding-top: 2px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 10px;
	color: #cccccc;
}

div.content_container {
	border-top: 10px solid #000000;
}

div.content {
	padding: 30px;
	text-align:left;
	color: #000000;
}

#menu-links {
padding:0;
margin:0;
color:#000000;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-size: 11px;
text-transform: uppercase;
white-space: nowrap;
list-style-type: none;
}

#menu-links li {
display: inline;
border-collapse: collapse;
}

#menu-links li a {
padding: 5px;
color:#000000;
text-decoration:none;
float: center;
}

#menu-links li a:hover {
color:#cc3333;
}

#request {
	width: 100%;
}