root { 
    display: block;
    font-size: 12px;
}

body{
    background-color: white;
    background-image: url('/imgs/backgroundNew.png');
    background-position: top center;
    background-repeat: no-repeat;
    font-family: Calibri;
    font-size: 12px;
    color:#004085;
}

body table{
  
}

td{
    vertical-align: top;
    line-height: 20px;
    font-size: 12px;
}

p{
   line-height: 20px;
   font-size: 12px;
   margin:0;
   padding:0;		
   color:#004085;
}

#mainTable{
    float: inherit;
    margin-top: 0px;
    _margin-top: -15px;
}

#headLinks li{
    list-style-type: none;
    display: inline;
    color: white;
}

#headLinks a{
    color: white;
    text-decoration: none;
    font-size: 12px;
}

#headLinks a:hover{
    color: #004085;
}

#headLinks{
    float: right;
    margin-right: 10px;
    margin-top: -13px;
    margin-bottom: -14px;
    _margin-top: 12px;
    _margin-bottom: -15px;
}

#headLinksTable{
    float: left;
    margin-top: -11px;
}

#headLinksTable td{
    background-color: #009ee0;
}

#headImgs table{
    border-width: 0px;
}

#headImgs td{
    vertical-align: middle;
}

#headerImage{
    float: left;
    margin-top: 0px;
    _margin-bottom: -3px;
}

#headerImage img{
   
}

#subLinks li{
    list-style-type: none;
    display: inline;
    color: #009ee0;
   float: left;
   margin-top: -16px;
   _margin-top: 0px;
}

#subLinks a{
    color: #009ee0;
    text-decoration: none;
}

#subLinks a:hover{
    color: #004085;
}

#menuMain li{
    list-style-type: none;
    line-height: 25px;
    float: left;
    margin-left: -40px;
    width: 208px;
    padding-left: 0px;
}

#menuMain li:hover{
    background-color: #009ee0;
}

#menuMain a{
    color: white;
    text-decoration: none;
    width: 208px;
    padding-left: 15px;
}
#curPage a{
    background-color: #009ee0;
}
#menuMain #curPage{
    background-color: #009ee0;
}


#menuMain a:hover{
    background-color: #009ee0;
}

#menuMain ul{
    padding-bottom: 20px;
}


#footer{
    background-color: #d8d8d8;
}

#footer a{
    color: #009ee0;
    font-size: 12px;
    text-decoration: none;
}
#footer li{
    list-style-type: none;
}

#footer td{
    
}



#content p{
    font-size: 12px;
}

#content{
    width: 660px;
    padding-top: 5px;
    padding-left: 30px;
    _padding-left: 0px;
    padding-right: 20px;
    _margin-left: 30px;
    _margin-top: 5px;
    _margin-right: 20px;
    line-height: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    
}
H2 {
	font-size: 13px;
	color:#004085;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}
H1 {
	font-size: 15px;
	color:#004085;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}
H3 {
	font-size: 100%;
}

H1,H2,H3,H4 {
	font-weight: bold;
}
A:link {
	color: #005696;
	font-weight: bold;
	text-decoration:underline;
}
A:visited {
	color: #005696;
	font-weight: bold;
	text-decoration:underline;
}
A:hover,A:active {
	color: #005696;
	font-weight: bold;
	text-decoration:underline;
}
A.smallLink:link {
	color: #005696;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
}
A.smallLink:visited {
	color: #005696;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
}
A.smallLink:hover,A.smallLink:active {
	color: #005696;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
}
.leftShaddow{
    background-image: url('/imgs/leftshaddow.png');
    background-position: top right;
    background-repeat: repeat-y;
	}
.rightShaddow{
    background-image: url('/imgs/rightshaddow.png');
    background-position: top right;
    background-repeat: repeat-y;
	}
