﻿@import url("menu.css");

html, body {
	padding:0px;
	margin:0px;
	height:100%;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

#PageContent {
	width:100%;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:center;
}

ul
{
    list-style-image: url('terminal.png');
    font-size: 12px;
    vertical-align: inherit;
}


body, tr, td, p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align: left;
}

.TopPane {
	padding:0px;
	margin:0;
}
.LeftPane {
	padding:0px 0 0 0px;
}
.ContentPane {
  padding: 10px 0 0 10px;
}
.RightPane {
	padding:10px 0 0 10px;
}
.BottomPane {
	padding:10px;
}

h4 {
	background-image:url(images/h4_header.png);
	background-repeat:no-repeat;	
	font-size:18px;
	font-weight:bold;
	color:#2D30E9;
	padding-left:39px;
	padding-top: 12px;
	height:40px;
	vertical-align:bottom;
}

h3 {
	color: #2D30E9;
}

.mainTable {
	margin-left: auto;
	margin-right: auto;
}
.smallprint {
 	font-size: 10px;
}

li a, a:visited {
	color:#004B8F;
	text-decoration:none;
}

li a:hover {
	color:#004B8F;
	text-decoration:underline;
}


td {
	text-align:left;
	vertical-align:top
}

.hdr {
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	height:180px;
}

.LfadeBG {
	background-image:url(images/left_bottom.png);
	background-repeat:repeat-y;
	width:13px;
}

.RfadeBG {
	background-image:url(images/right_bottom.png);
	background-repeat:repeat-y;
	width:13px;
}

.mainContent {
	width: 956px;
	background-color:#FFFFFF;
	text-align: left;
	padding: 10px;
}

.footer {
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	font-size: 10px;
	height:73px;
	text-align:center;
	color:#808080;
	padding-top:11px;
	width: 1000px;
}

.HdLine {
	background-image:url(images/H1_bg.jpg);
	background-repeat:no-repeat;
	height:24px;
	width:500px;
	color:#003300;
	font-size:18px;
	font-weight:bold;
	vertical-align:bottom;
}

.navBG {
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

.hdrNav {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

a, a:visited {
	color:#004B8F;
	text-decoration:none;
}
 a:hover {
	color:#004B8F;
	text-decoration:underline;
}

a.links, a.links:visited {
	color:#000000;
	text-decoration:none;
}

a.links:hover {
	color:#000000;
	text-decoration:underline;
}


