/* structure--------------------------------- */

html {height: 100%;}

body { 
	height: 101%; 
	margin: 0px 0px 20px 0px;  
	padding: 0px;   
	color: #333;  
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	text-align: center;
	background: #fff url("../images/banner_background.gif") repeat-x;
	} 

img {
	border-width: 0px;
	}
	
td {
	vertical-align: top;
	}

hr {
	height: 1px;
	color: #bbb;
	}

div.clearer {clear: both; height: 0;}
	
/* Layout Formatting Containers --------------------------------- */

#container { 
	width: 778px;  
	margin: 0px auto 0px auto;
	text-align: left; 	

	}

#pageBody { 
	width: 778px;    
	border-left: 1px solid #CCCCCC;  
	border-right: 1px solid #CCCCCC;
	background: #fff url("../images/navborder.gif") repeat-y;
	}
		
/* Page Banner --------------------------------- */

#banner {  
	position: relative;
	height: 78px;
	padding: 0px;
	width: 100%; 
	margin: 0px 0;
	}
	
	
#topNav {  
	position: relative;
	height: 24px;
	top: 0px;
	text-align: right;
	}
	
#siteTitle {  
	position: relative;  
	height: 53px;
	top: 0px;
	}



/* Left Navigation Bar--------------------------------- */

#nav {
	width: 100%;
	text-align: left;
	background-color: white;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 5px 0px;	
	}

#nav ul {
	list-style-type: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;  
	font-weight: 300;
	color: #900;
	padding: 0px;
	margin: 0 0 0 20px;
	white-space : nowrap;
	}

#nav li {
   	display : inline;
	margin: 0;
	padding: 0px 30px 0px 0px;

    }	

#nav a, #nav a:visited{ 
	text-decoration: none;
	color: #666;
	}

#nav a:hover, a:active {
	color: #999;
	}

#nav p {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 2em;
	}

#nav a.navon, #nav a.navon:visited {
	color: #900;
}

#leftnav {
	float: left;
	width: 159px;
	text-align: left;
	background-color: white;
	}

#leftnav ul {
	list-style-type: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;  
	font-weight: bold;
	color: #900;
	padding: 30px 0px 0px 0px;
	margin: 0;
	border-bottom: 1px solid #ccc;
	}

#leftnav li {
	margin: 0;
	padding: 10px 0px 5px 20px;
	border-top: 1px solid #ccc;
    }	

#leftnav a, #leftnav a:visited{
	font-size: 12px; 
	text-decoration: none;
	color: #666;
	}

#leftnav a:hover, a:active {
	color: #999;
	}

#leftnav p {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 2em;
	}

#leftnav a.navon, #leftnav a.navon:visited {
	color: #900;
}

#seal {
	position: relative;
	width: 102px;
	margin: 30px auto 0px;
	}
	
#seal a {
	display: block;
	width: 102px;
	background: url("../images/seal.gif") no-repeat top left;
	}
	
#seal a:hover {
	background: url("../images/seal_over.gif") no-repeat top left;
	}	


/* Page Bodytext--------------------------------- */


	
#bodyText {
	float: left;
	width: 584px;
	height: 100%;
	margin:0px 0px 0px 0px; 
	padding: 8px 16px 16px 16px; 
	border-left: 1px solid #ccc;
	font-size: 12px;
	background: white;
	}
	
#bodyText p {  
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px 0px;
	}

	
#bodyText li {  

	padding: 3px 5px;

	}	
		
#bodyText h1 {  
	font-family: Georgia, Times, serif;  
	font-weight: normal;  
	font-size: 185%;  
	color: #990000;  
	margin: 12px 0px 10px 0px;  
	}
	
#bodyText h2 { 
	font-family: Georgia, Times, serif;
	font-weight: bold;  
	font-size: 120%;  
	color: #000;
	padding: 0;
	margin: 0;
	}
	
#bodyText h4 {  
	color: #900;  
	font-size: 12px;  
	line-height: 14px;  
	font-weight: bold;  
	margin-top: 0px;  
	margin-bottom: 20px;  
	}
	
#bodyText a {
	text-decoration: underline;
	color: #333;
	}
#bodyText a:visited {
	color: #306;
	}
	
#bodyText a:hover {
	color: #999;
	}


	
#bodyText p.breadcrumb {
	margin: 0px; 0px; 10px; 0px;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 2em;
	}


#bodyText a.breadcrumb:link, #bodyText a.breadcrumb:visited {
	text-decoration: underline;
	color: #900;
	font-weight: normal;     
	}

#bodyText a.breadcrumb:hover {
	color: #999;    
	}

/* News area */


#news {
	width: 500px;
	margin: 0 auto;
	padding-bottom: 1.5em;
	background-color: #EDE8DD;
	font-size: 90%;
	}

#news h2 {
	margin: 0; 
	padding: 5px 15px 5px 15px;
	font-size: 120%;
	color: #ffffff;
	background-color: #005758;	
	}
	
#news ul {
	margin: 0;
	padding-top: 1em;
	padding-left: 2em;
	background-color: #EDE8DD;
	}
	
#news li {
	margin-left: 0;
	padding-left: 0em;
	padding-right: 2em;
	padding-top: 1em;
	}
#news a, #news a:visited {
	color: #434a44;
	font-size: 95%;
/*	text-decoration: underline;*/
	text-decoration: none;
	font-weight: bold;
	}
#news a:hover {
	color: #990000;
	}

/* Page Footer --------------------------------- */

#footer {   
	background:#900;  
	color:#fff;
	width: 100%;
	font-size: 11px;  
	line-height: 13px;  
	text-align: center;  
	padding: 3px 0px 3px 0px; 
	margin: 0px 0px 12px 0px;
	}
	
#footer a:link, #footer a:visited {  
	padding:0 5px;
	font-weight:bold;  
	color:#fff;  
	text-decoration: none;  
	}
	
#footer a:hover {
	text-decoration: underline;  
	}

/* Copyright Line--------------------------------- */

#copyright {  
	clear: both;  
	background:#fff;  
	color:#000;
	width: 100%;
	font-size: 11px;  
	line-height: 13px;  
	text-align: center;  
	margin: 0px 0px 25px 0px;
	}
	
#copyright a:link, #copyright a:visited {  
	padding: 0 2px;
	font-weight: normal;  
	color: #000;  
	text-decoration: underline;  
	}
	
#copyright a:hover {
	color: #666;  
	}	
	
	
	
	