		body {

			background: #f3f3f3;

		}	

		img { 
			border: 0;
		}

		#all {
			width: 747px;
			border: 1px solid gray;
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
			background-color: white;
			font: 13px verdana, arial;
			
		}

		#topbanner {
			padding: 0px;
			width: 747px;
			height: 108px;
			border-bottom: 1px solid gray;
			background-color: white;
			text-align: center;
			
		}


		#leftnav {
			float: left;
			width: 153px;
			margin: 0px;
			padding: 0px;
                        background-color: white;
			text-align: center;
			
		
		}

		#leftnav a:link {
			text-decoration: none;
			color: blue;
			
			
		}

		#leftnav a:visited {
			text-decoration: none;
			color: blue;
			
		}

		#leftnav a:hover {
			text-decoration: underline;
			color: #258FAE;
			
		}
		
		
		#leftnav ul {
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 10px;
			margin-left: 0px;
			padding: 0px;
			list-style: none;
			border-bottom: 0px;
		}
		
		
		#leftnav li {
			text-align: center;
			margin: 0;
			padding: 0;
			color: #000;
			list-style: none;
		}


		#leftnav li a {
			display: block;
			border-bottom: 1px solid white;
			background: #2CADD4;
			color: white;
			text-decoration: none;
			width: 100%;
		}

		#leftnav li a:link {
			display: block;
			padding: 0px;
			border-bottom: 1px solid white;
			background: #2CADD4;
			color: white;
			text-decoration: none;
			width: 100%;
			font-weight: bold;
		}


		#leftnav li a:visited {
			border-bottom: 1px solid white;
			background: #2CADD4;
			color: white;
			width: 100%;
			font-weight: bold;
		}

		#leftnav li a:hover {
			background: #005874;
			color: white;
			text-decoration: none;
		}


		#nav1 a:link{
			width: 100%;
			background-color: green; 
			border-bottom: 1px solid gray; 
			padding: 0px; 
			margin: 0px 0px 10px 0px;
			text-align: center;
			font-weight: bold;
		}


		#afternav {
			width: 100%;
			padding: 0px;
			margin: 30px 0px 0px 0px;
			text-align: center;
			font-weight: bold;
		}

		#content {
			width: 567px;
			float: right;
			margin: 0px;
			padding-top: 10px;
			padding-right: 13px;
			padding-bottom: 20px;
			padding-left: 13px;
			background-color: white;
			border-left: 1px solid gray;
		}


		#content a:link {
			text-decoration: underline;
			color: blue;		
		}

		#content a:visited {
			text-decoration: underline;
			color: blue;
		}

		#content a:hover {
			text-decoration: underline;
			color: #258FAE;
		}


		#footer {
			width: 747px;
			clear: both;
			margin: 0px;			
			padding-top: 0px;
			padding-right: 0px;
			padding-bottom: 4px;
			padding-left: 0px;
			border-top: 1px solid gray;
			background-color: #2CADD4;
			font-size: 11px;
			color: white;
			text-align: center;
		}

		#footer a:link {
			text-decoration: underline;
			color: white;
		}

		#footer a:visited {
			text-decoration: underline;
			color: white;
		}

		#footer a:hover {
			text-decoration: underline;
			color: #D46F2C;
		}

		
		H1 { 
			font-size: 18px; 
			font-weight: bold; 
			color: #258FAE;
			margin: 0px;
			background-color: white;
			text-align: center;
		}
		
		H2 { 

			font-size: 14px; 
			font-weight: bold;
			border-bottom: 1px solid #D46F2C;
			background-color: white;
			color: #258FAE;
			margin-top: 20px;
			margin-bottom: 15px;
			padding: 0px;

		}

		H3 { 
			font-size: 12px; 
			font-weight: bold; 
			color: black;
			margin: 0px;
			background-color: white; 
		}

		#news li {
			padding-bottom: 10px;

		}