/* Main Layout */

body {
    color: #333;
    text-align: left;
    font: normal 11px/19px "Lucida Grande", arial, verdana, helvetica, sans-serif;
    background: #205189;
	padding: 0;
	margin: 0;
	}

a {
	color: #006488;
	font-weight: bold;
  }
a:hover {
			color: #3581a1;
			text-decoration: underline overline;
		}
		
H3 {
		font-size:125%;
	}
		
ul {
		list-style: square;
   }
   
blockquote {
				margin-left: 2em;
			}
			
div.line
{
	background: #FFFFFF url( "/images/gradline.gif" ) no-repeat bottom center;
	height: 1px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
  
#header {
			background: #205189;
		}
		 
#header-inner {
				width: 760px;
				min-height: 100px;
				margin: 0 auto;
				color: #FFFFFF;
			  }

.bodyband	   {
				background: #4778ae;
			   }
			   
.bodyband .hilite	{
						color:#ffffff;
					}

.bodyband .thin {
				   width: 760px;
				   color: #ffffff;
				   text-align: center;
				   margin: 0 auto;
			   	}
				
.bodyband .thick {
					width: 760px;
					min-height: 50px;
					margin: 0 auto;
					color: #ffffff;
					text-align: left;
			   	  }
			  
.bodyband a { color: #ffffff; }
.bodyband a:hover { text-decoration: underline overline; }
			  
#content-body {
				background: #ffffff;
				min-height: 600px;
				margin: 0 auto;
			  }
			  
#content-inner {
					width: 760px;
					text-align: left;
					margin: 0 auto;
			   }

.info-wide {
				background: url(/images/bg_nav-block.gif) top left repeat-x;
				min-height: 115px;
				width: 760px;
				text-align: left;
				margin: 0 auto;
			}
			
.info-thick {
				background: url(/images/bg_nav-block.gif) top left repeat-x;
				min-height: 115px;
				float: left;
				width: 460px;
				margin: 10px;
				text-align: left;
			  }		
			
.info-normal {
				background: url(/images/bg_nav-block.gif) top left repeat-x;
				min-height: 115px;
				float: left;
				width: 230px;
				margin: 10px;
				text-align: left;
			  }
			  
.tagline {
			font-weight: bold;
			color: #852C04;
		 }
		 				

.sidebar-left {
				background: #205189;
				min-height: 115px;
				float: left;
				width: 230px;
				margin: 10px;
				text-align: left;
			  }
			  
.sidebar-right {
				background: #205189;
				min-height: 115px;
				float: right;
				width: 230px;
				margin: 10px;
				text-align: left;
			  }
					   
