<!--
body{
   padding: 0px;
   margin: 0px;
   background: #192535 url('img/body_back.png') repeat-x;
   font-family: Trebuchet MS, sans-serif;
   font-size: 12px;
}

a{
   text-decoration: none;
   color: #19569E;
   font-weight: bold;
}

a:hover{
   text-decoration: underline;
}

#header{
    position: relative;
    background: url('img/content_back.png') repeat-y;
    top: 0px;
    width: 1030px;
    height: 127px;
    margin: 0 auto;
	-background: url('img/content_back.gif') repeat-y;
}

#headerLeft{
    position: absolute;
    top: 0px;
    left: 22px;
    width: 328px;
    height: 127px;
}

#headerRight{
    position: absolute;
    top: 0px;
/*    left: 328px;*/
    left: 350px;
    width: 640px;
    height: 127px;
}


#metaNav{
    position: relative;
    top: 0px;
    width: 1030px;
    margin: 0 auto;
    background: url('img/content_back.png') repeat-y;
    height: 28px; /*was: 29*/
    font-family: Trebuchet MS, sans-serif;
    font-size: 12px;
    -background: url('img/content_back.gif') repeat-y;
}
    
#metaNavBackBar{
    position: absolute;
    top: 0px;
    left: 22px;
    width: 968px;
    height: 100%;
    background: #19569E;
    padding-top: 7px;
}

#metaNavLeft{
    float: left;
    width: 328px;
    height: 29px;
    text-align: left;
}

#metaNavRight{
    float: right;
    width: 640px;
    height: 29px;
    text-align: right;

}

.metaNavLink{
    padding: 7px;
    background-color: #19569E;
    text-decoration: none;
    color: white;
}

.metaNavLink:hover{
    padding: 7px;
    background-color: #083468;
    text-decoration: none;
    height: 100%
}

#metaNavSpacer{
    position: relative;
    width: 1030px;
    margin: 0 auto;
    height: 0px;
    height: 10px;
    background: url('img/content_back.png') repeat-y;
    -background: url('img/content_back.gif') repeat-y;
}

#metaNavSpacerBar{
    position: absolute;
    top: 0px;
    left: 22px;
    width: 968px;
    height: 100%;
    background: #083F81;
/*    background-color: #0A3966;*/
}


#contentArea{
    position: relative;
    top: 0px;
    width: 1030px;
    margin: 0 auto;
    background: url('img/content_back.png') repeat-y;
    -background: url('img/content_back.gif') repeat-y;
}


#contentNavigation{
   position: relative;
   float: left;
   left: 23px;
   width: 176px;
/*   display: block;*/
/*   background-color: yellow;*/   
   /* new for nav list */
   padding: 0;
   padding-top: 10px;
   font-size: 12px;
}

#contentNavigation ul{
   list-style: none;
   margin: 0;
   padding: 0px;
   width: auto;
   display: block;
   
}

#contentNavigation ul ul li a{
   padding-left: 34px;
   font-weight: normal;
}


#contentNavigation li{
   margin: 0px;
}

#contentNavigation li a{
   display: block;
   padding: 6px;
   padding-left: 22px;
   color: white;
   text-transform: capitalize !important;
   text-decoration: none;
   width: 100%;
}

html>body #contentNavigation li a {
   width: auto;
}

#contentNavigation li a:hover {
   background-color: #19569E;
   color: white;
}

.contentNavigationHighlight{
   background-color: #477EB2;
   /*color: #19569e;*/
   text-decoration: none;
}



#contentContent{
   position: relative;
   float: right;
   width: 759px;
/*   width: auto;*/
   margin-right: 40px;
   padding-left: 20px;
   padding-right: 10px;
   padding-top: 5px;
   font-size: 13px;
}

#contentSpacer{
   position: relative;
   height: 10px;
   display: block;
   clear: both;
}

#contentFooter{
    position: relative;
    top: 0px;
    width: 1030px;
    margin: 0 auto;
    background: url('img/border_bottom.png') no-repeat;
    height: 33px;
    -background: url('img/border_bottom.gif') repeat-y;
}

#pageFooter{
    position: relative;
    top: 0px;
    left: 0px;
    clear: both;
    text-align: center;
    font-family: Trebuchet MS, sans-serif;
    font-size: 10px;
    color: #b5b5b5;
    margin-bottom: 50px;
}


h1{
   color: #004494;
   font-size: 14px;
   font-weight: bold;
}

h2{
   color: #132237;
   font-size: 13px;
}


.pageLink{
   color: black;
   font-weight: bold;
   font-size: 12px;
}

.pageLink:hover{
   color: #19569E;
}


.pageFooterLink{
	color: #b5b5b5; 
	text-decoration: none;
}

.pageFooterLink:hover{
	color: #ffffff; 
	text-decoration: underline;
}

.newsHeadline{
	font-size: 14px;
	color: #000000;
	color: #477EB2;
	font-weight: bold;
	border-bottom: dashed 1px #cccccc;
}

.newsContent{
	font-size: 13px;
	color: #000000;
	display: block;
}
.newsDate{
	font-size: 12px;
	color: #477EB2;
	padding-right: 10px;
	width: 150px;
}

.newsLink{
	font-size: 13px;
	color: #477EB2;
	display: block;
}

.newsSpacer{
	width: 90%;
	height: 10px;
}
-->
