@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #505878;
}
.oneColFixCtrHdr #container {
	width: 950px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px none #000000;
}
.oneColFixCtrHdr #header {
	width: 950px;
	padding: 0;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 75px;
	background-position: center center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	line-height: normal;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-color: #000;
	position: relative;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	left: 25px;
	right: 750px;
}
.oneColFixCtrHdr #mainContent {
	background: #fff;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	width: 950px;
	clear: both;
	background-color: #505878;
	color: #FFF;
	margin-top: 0px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #footer p {
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.smallFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
}
.home {
	position: absolute;
	height: 75px;
	width: 200px;
	left: 0px;
	top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*Below CSS is from Listamatic*/
.navcontainer ul
{
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	vertical-align: top;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.navcontainer li {
	vertical-align: top;
	margin-top: 5;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.navcontainer a
{
	display: block;
	padding: 2px 2px 2px 30px;
	width: 250px;
	background-color: #979DB9;
	background-image: url(images/white.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.navcontainer a:link, .navlist a:visited
{
	color: #000;
	text-decoration: none;
	background-image: url(images/white.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.navcontainer a:hover
{
	background-color: #979DB9;
	background-image: url(images/lime.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
	background-position: left center;
}
.active a:link, .active a:visited
{
	color: #000;
	text-decoration: underline;
}
.active a:hover
{
	color:#000;
	text-decoration: none;
}
.bulletText ul {
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	vertical-align: top;
	margin-top: 5;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #BEC2D3;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	text-align: left;
	vertical-align: top;
	margin-top: 12px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-align: left;
	vertical-align: top;
	margin-top: 12px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight:normal;
	text-align: left;
	vertical-align: top;
	margin-top: 12px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.H_text2Col
{
	vertical-align: text-top;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	color: #000;
	text-decoration: none;
	padding: 0;
	width: 390px;
	display: block;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	vertical-align: top;
	list-style-image: none;
	font-weight: bolder;
}
.bulletText li {
	vertical-align: text-top;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #000;
	text-decoration: none;
	padding: 2px 2px 2px 30px;
	width: 240px;
	background-image: url(images/black.gif);
	background-repeat: no-repeat;
	background-position: left -2px;
	display: block;
}

#IP_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	text-align: left;
	vertical-align: top;
	margin-top: 12px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-repeat: no-repeat;
}
.bulletText a   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
.bulletList a:visited
, 
.bulletText a:link
{
	color: #000;
	text-decoration: underline;
}

.bulletText a:hover
{
	text-decoration: none;
	color: #000;
}
.text {
	vertical-align: text-top;
	margin-bottom: 3px;
	margin-left: 8px;
	margin-top: 5;
	margin-right: 20px;
	color: #000;
	text-decoration: none;
	padding: 2px 2px 2px 30px;
	width: 240px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	vertical-align: top;
	list-style-type: none;
	
	
}
.bulletText2Col ul {
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	vertical-align: top;
	margin-top: 5;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.bulletText2Col li {
	vertical-align: text-top;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 8px;
	color: #000;
	text-decoration: none;
	padding: 2px 2px 2px 30px;
	width: 390px;
	background-image: url(images/black.gif);
	background-repeat: no-repeat;
	background-position: left -2px;
	display: block;
}
.navcontainer2Col ul
{
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	vertical-align: top;
	margin-top: 5;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-left: 0;
}
.navcontainer2Col li {
	vertical-align: top;
	margin-top: 5;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 8px;
}
.navcontainer2Col a
{
	display: block;
	padding: 2px 2px 2px 30px;
	width: 390px;
	background-color: #979DB9;
	background-image: url(images/white.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.navcontainer2Col a:link, .navlist2Col a:visited
{
	color: #000;
	text-decoration: none;
	background-image: url(images/white.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.navcontainer2Col a:hover
{
	background-color: #979DB9;
	background-image: url(images/lime.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
	background-position: left center;
}
.text2Col {
	vertical-align: text-top;
	margin-bottom: 3px;
	margin-left: 8px;
	margin-top: 5;
	margin-right: 20px;
	color: #000;
	text-decoration: none;
	padding: 2px 2px 2px 30px;
	width: 385px;
	display: block;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	vertical-align: top;
}
.text1Col {
	vertical-align: text-top;
	margin-bottom: 3px;
	margin-left: 8px;
	margin-top: 5;
	margin-right: 20px;
	color: #000;
	text-decoration: none;
	padding: 2px 2px 2px 30px;
	width: 800px;
	display: block;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	vertical-align: top;
}
.bulletText1Col ul {
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	vertical-align: top;
	margin-top: 5;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.bulletText1Col li {
	vertical-align: text-top;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 8px;
	color: #000;
	text-decoration: none;
	padding: 2px 2px 2px 30px;
	width: 800px;
	background-image: url(images/black.gif);
	background-repeat: no-repeat;
	background-position: left -2px;
	display: block;
}
.bulletText1Col a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
.bulletList1Col a:visited, .bulletText1Col a:link {
	color: #000;
	text-decoration: underline;
}
.bulletText1Col a:hover {
	text-decoration: none;
	color: #000;
}
.active a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
.text_contact {
	vertical-align: text-top;
	margin-bottom: 3px;
	margin-left: 8px;
	margin-top: 0px;
	margin-right: 20px;
	color: #000;
	text-decoration: none;
	padding: 0;
	width: 390px;
	display: block;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	vertical-align: top;
}
.text_contact li  {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.text_contact ul {
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 2;
	padding-right: 2;
	padding-bottom: 2;
	padding-left: 0px;
}
.H_text2Col a:link {
	vertical-align: text-top;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	color: #000;
	text-decoration: underline;
	padding: 0;
	width: 390px;
	display: block;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: left;
	vertical-align: top;
	list-style-image: none;
	font-weight: bolder;
}
.H_text2Col a:visited {
	vertical-align: text-top;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	color: #000;
	text-decoration: none;
	padding: 0;
	width: 390px;
	display: block;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: left;
	vertical-align: top;
	list-style-image: none;
	font-weight: bolder;
}

.underline
{
	border-bottom-color:#BEC2D3;
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding: 0px;
	margin: 0px;
}
.text3Col {
	vertical-align: text-top;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-top: 5;
	margin-right: 20px;
	color: #000;
	text-decoration: none;
	width: 240px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	vertical-align: top;
	list-style-type: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 30px;
}
.newBOLD
{
	color: #80FF00;
	text-decoration: none;
	font-weight: bold;
}
.new
{
	color: #80FF00;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-align: center;
	vertical-align: top;
	background-color: #000;
	margin-top: 15px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 55px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
