﻿body 
{
    margin: 0px;
    padding: 0px;
    font-family: Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #333333;
}

a
{
    color: #333333;
}

a:hover
{
    color: #990000;
}

a img
{
    border: 0;
    outline: none;
}

h1
{
    font-size: 28px;
    color: #990000;
    margin: 5px 0;
}

h3
{
    font-size: 12px;
    color: #990000;
    margin: 0;
	
}

h4
{
    font-size: 12px;
    color: #990000;
    margin: 0;
    display: inline;
}

h5
{
    font-size: 12px;
    margin: 0;
}

p.DocDesc
{
margin-top:3px;
margin-bottom:4px;
}

.greenText
{
    color: #990000;
}

#siteContainer
{
    width: 900px;
    overflow: hidden;
    margin: 10px auto;
	margin-top:0px;
}

#header
{
    background: url(../images/topbar2.jpg) no-repeat left;
	width: 900px;
}

#header #tools
{
    text-align: right;
    padding: 0;
    height: 50px;
	}

#header #tools #rss
{
    background: url(../images/rssSml.jpg) no-repeat right top;
    height: 20px;
    padding: 3px 30px 0 0;
    margin: 12px 1px 0 0;
    display: block;
    float: right;
}

#header #tools #search
{
    display: block;
    float: right;
    margin: 10px 0 0 10px;
}

#header #nav
{
    background: url(../images/navBack.gif) repeat-x;
    height: 53px;
    width: 900px;
}

#header #nav ul
{
    margin: 0;
    padding: 0;
    height: 45px;
}

#header #nav ul li
{
    display: block;
    float: left;
    list-style: none;
}

#header #nav ul li a
{
    float: left;
    height: 30px;
    width: 120px;
    /*color: #333;*/
    background: #ccc;
    text-decoration: none;
    text-align: center; 
    padding: 15px 15px 0 15px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom:8px solid #999;
}

#header #nav ul li a:hover
{
    color: #fff;
    background: #333;
    border-bottom:8px solid #CCFF33;
}

#contentContainer
{
    overflow: hidden;
}

#contentContainer #leftNav
{
    background: #ccc;
    width: 220px;
    float: left;
    margin: 0 10px 20px 0;
}

#contentContainer #leftNav ul
{
    margin: 0;
    padding: 0;
}

#contentContainer #leftNav ul li
{
    list-style: none;
    display: block;
}

#leftNav ul li.mainNavItem
{
    text-transform: uppercase;   
}

#contentContainer #leftNav ul li.mainNavItem a
{
    text-decoration: none;
    display: block;
    width: 202px;
    height: 18px;
    border-left:8px solid #999;
    /*color: #333333;*/
    padding:10px 0 0 10px;
    font-weight: bold;
}

#contentContainer #leftNav ul li.mainNavItem a:hover
{
    background: #333333;
    border-left:8px solid #CCFF33;
    color: #fff;
}

#contentContainer #leftNav ul li.mainNavItem ul li.subNavItem a
{
    background: #fff;
    font-weight: normal;
    padding: 10px 0 0 10px;
    text-transform: none;
    width: 202px;
}

#contentContainer #leftNav ul li.mainNavItem ul li.subNavItem a:hover
{
    background: #666;
    color: #CCFF33;
}

.mainNavItem table tr td
{
    padding: 0;
}

#contentContainer #content
{
    float: left;
}

.titles
{
    margin: 0 0 5px 0;
}

.textBlock
{
    letter-spacing:0.2px;
    line-height:1.4;
    padding: 10px;
    margin: 10px 0;
    width: 620px;
	border-bottom:1px solid #999999;
}

#homePage .textBlock
{
    width: 405px;
}

#homePage, #contentPage
{
    float: left;
}

a.documentlink
{
    background: #CCC;
    border-left: 8px solid #999;
    color: #333;
    display:block;
    padding: 5px;
    text-decoration: none;
}

a.documentlink:hover
{
    background: #333;
    border-left: 8px solid #CCFF33;
    color: #fff;
}

a.documentlink2
{
    color: #0099ff;
    padding: 5px;
    text-decoration: none;
	font-weight:bold
}

a.documentlink2:hover
{
    color: #990000;
	text-decoration:underline;
	font-weight:bold
}

.textBlock table
{
    width: 100%;
}

.downloadLink
{
    margin: 5px 0 3px 12px;
    float: left;
}

.downloadLinkcontainer
{
width:200px;
float:right;
clear:none
}

.newsItem
{
    margin: 0 0 10px 0;
	border-bottom:1px dotted #999999;
	margin-bottom: 6px;
}

.newsItem .newsTitle
{
    text-transform:;
    font-weight: bold;
    color: #990000;
}

.members .member
{
	display:block;
	clear:both;
    margin-bottom: 10px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #999999;
    overflow: hidden;
    width: 620px;
}

.member .memberLogo, .member .memberInfo
{
    float: left;
}

.member .memberLogo
{
    margin: 0 20px 0 0;
}

.memberInfo a
{
    font-size: 10px;
}

.member img
{
    border: 2px solid #fff;
}

.member a:hover img
{
    border: 2px solid #CCFF33;
}

a.companyTitle
{
    font-size: 12px;
    display: block;
    text-decoration: none;
    color: #990000;
    font-weight: bold;
}

a.companyTitle:hover
{
    color: #666666;
}

.linksPage h3
{
    color: #990000;
}

.linksPage a
{
    color: #990000;
    text-decoration: none;
}

.linksPage a:hover
{
    color: #666666;
}

#contact p
{
    overflow: hidden;
    width: 100%;
}

#contact .label, #contact .input
{
    float: left;
    width: 150px;
}

#contact .input
{
    width: 300px;
}

.verifyCodeContainer
{
    background: #CCCCCC;
    padding: 5px 10px 10px 10px;
    margin: 0 0 0 150px;
    width: 290px;
}

#feedback
{
    width: 190px;
    margin: 20px 0 0 10px;
}

#footer
{
    display:block;
	clear:both;
	background: url(../images/topbar2.jpg) no-repeat left;
	border-top:1px solid #999999;
    width: 900px;
    height: auto;
	line-height:inherit;
}

#footer a
{
text-decoration:none;
}

#footer #fLinks
{
    text-align: right;
    padding: 10px;
	
}

#footer2
{
    width: 900px;
	padding:8px;
    height: auto;
	text-align:center;
	font-size:10px;
	color:#999999;

}

#footer2 .f2Links
{
   text-decoration:none;color:#999999;
}

#footer2 .f2Links:hover
{
   text-decoration:none;color:#990000;
}

a.emaillink
{
    color: #0099ff;
    text-decoration: none;
	font-weight:bold
}

a.emaillink:hover
{
    color: #990000;
	text-decoration:underline;
	font-weight:bold
}
