    	* {
    			padding: 0;
    			margin: 0;
    		}
    	
		html, body {
			width: 100%;
			height: 100%;
			text-align: center;
			font: 11px Verdana;
			color: #0A447E;
    		}
    	
    	span {
    			display: none;
    		}
    	
    	div#container {
				margin: 0 auto;
				width: 760px;
				height:auto;
				min-height:550px;
				text-align: left;
    		}
			
		div#cont-style{
				border: 5px solid #0A447E;
				border-top: 0px;
				background-color: #8ADBFF;
				}
				
		#banner{
				padding-top:15px;
				float:none;
				text-align: center;
			}    	

    	div#menu {
				margin: 20px 0px ;
				padding: 0px 20px;		
				float: left;
				width: 130px;
				text-align: right;
    		}
    	#menu ul {
		/*padding-top:5px;*/
		 }   	
    	#menu li {
			display:inline;
			font-family: Verdana, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			list-style: none;
    		}
    		
    	#menu li a {
			padding: 4px 2px 4px 0px;
			display: block;
			text-decoration: none;
			color: #0a447e;
			vertical-align: bottom;
    		}
    	
    	#menu li a:hover{
			color: #000;
    		}
		
		#menu form{
			margin:15px 2px 15px 0px;
		}
		#menu .selected{
			display: block;
			padding: 4px 2px 4px 0px;
			color: #970F00;
			background-image: url(../images/over.gif);
			background-repeat: no-repeat;
			background-position: right top;
		}
		#menu li a.anchor {
			font-size: 10px;
			font-weight: normal;
			padding: 2px 2px 2px 0px;
		}
		#menu .anchorselect {
			font-size: 10px;
			color: #970F00;
			font-weight: normal;
			padding: 2px 2px 2px 0px;
		}
		#menu li a:active {
			color: #970F00;
		}
    	div#footer {
	clear: both;
	text-align: right;
	font-size: 10px;
	margin-top: 3px;
	padding-bottom: 10px;
    		}
		#footer a{
	color: #0A447E;
	text-decoration: none;
	font-size: 9px;
			}
		#footer a:hover{
				color: #000;
				text-decoration: underline;		
			}
		.content {
				border-left: 1px solid #fff;
				position:relative;
				margin: 23px 60px 40px 170px;
				padding: 0px 0px 0px 20px;
				/*width:500;*/
				height:auto;
				min-height:500;
				font-family: Verdana, Helvetica, sans-serif;
				font-size: 11px;
			}
		.content h1{
			font-size: 15px;
			font-weight: bold;
		}
		.content p{
			line-height: 14px;
		}
		.content ul{
			margin-left:30px;
		}
		div#contact{
			position:relative;
			margin-top: 10px;
				float:left;
		}
		.row_tr{
			position:relative;
			float:left;
			width:400px;
			margin-top:2px;
			margin-bottom:2px;
		}
		.row_td{
			position:relative;
			float:left;
			width:110px;
		}
		.row_input{
			position:relative;
			float:left;
			width:290px;
		}
		.content input.text{
			width:200px;
			border:1px solid #0A447E;
			font-size: 11px;
		}
		.content textarea{
			width:200px;
			border:1px solid #0A447E;
			font-size: 11px;
		}
		.content select{
			/*width:200px;*/
			border:1px solid #0A447E;
			font-size: 11px;
		}
		.submit{
			color: #FFFFFF;
			font-weight:bold;
			background-color: #0A447E;
			padding: 1px 1px;
			font-size: 10px;
		}

		.content a{
			color: #0A447E;
			text-decoration: none;		
		}
		
		.content a:hover{
			color: #000;
			text-decoration: underline;
		}
		.clear{
			clear:both;
		}
		.notabene {
		font-size: 10px;
		}
		.content h2 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
		}
		
		img {
			border: 0px;
		}
		img.float_right {
			float: right;
		}
img.abode {
	margin-top: 4px;
}
