		body {

			background: #0072BC;

		}	

		img { 
			border: 0;
		}
		
		p {
		margin-bottom: 20px;
		margin-top: 20px;
		}

		#all {
	width: 850px;
	border: 1px solid gray;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: white;
	font: 13px verdana, arial;
	margin-top: 0px;
	margin-bottom: 0px;
			
		}

		#topbanner {
	padding: 5px;
	width: 800px;
	height: 75px;
	border: 1px solid gray;
	background-color: white;
	text-align: center;
	background-image: url(header_bg1.gif);
	background-position: center;
			
		}


		#leftnav {
			float: left;
			width: 160px;
			margin: 0px;
			margin-right: 0px;
			margin-top: 7px;
			margin-bottom: 10px;
			padding-bottom: 8px;
			padding-top: 0px;
			padding-right: 0px;
			padding-left: 0px;
			border: 1px solid gray;
            background-color: white;
			
		
		}

		#leftnav a:link {
			text-decoration: none;
			color: #0072BC;
			
			
		}

		#leftnav a:visited {
			text-decoration: none;
			color: #0072BC;
			
		}

		#leftnav a:hover {
			text-decoration: underline;
			color: #0072BC;
			
		}


		#leftnav ul {
			list-style: circle;
			margin-left: 20px;
			padding-left: 0px;
			padding-bottom: 0px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-right: 0px;
			font-weight: bold;
			
		}

		#leftnav ul li {
			margin: 0px;
			margin-bottom: 0px;
			padding: 0px;
			padding-bottom: 0px;
			font-weight: bold;
			
		}

		#leftnav ul a:link {
			text-decoration: underline;
			color: blue;
			font-weight: normal;
		}

		#leftnav ul a:visited {
			text-decoration: underline;
			color: blue;
			font-weight: normal;
		}

		#leftnav ul a:hover {
			text-decoration: underline;
			color: #0099FF;
			font-weight: normal;		
		}	

		#nav1 {
	width: 100%;
	background-color: #EBEADC;
	border-bottom: 1px solid gray;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-weight: bold;
		}

		#nav2 {
			width: 100%;
			background-color: #EBEADC; 
			border-bottom: 1px solid gray; 
			border-top: 1px solid gray;
			padding: 0px; 
			margin: 20px 0px 10px 0px;
			text-align: center;
			font-weight: bold;
		}

		#nav3 {
			width: 100%;
			background-color: #EBEADC; 
			border-bottom: 1px solid gray; 
			border-top: 1px solid gray;
			padding: 0px; 
			margin: 20px 0px 10px 0px;
			text-align: center;
			font-weight: bold;
		}


		#navblog {
			width: 100%;
			background-color: #E6EEF7; 
			border-bottom: 1px solid gray; 
			border-top: 1px solid gray;
			padding: 0px; 
			margin: 20px 0px 10px 0px;
			text-align: center;
			font-weight: bold;
			color: #0072BC;
		}

		#nav4 {
			width: 100%;
			background-color: #E6EEF7; 
			border-bottom: 1px solid gray; 
			border-top: 1px solid gray;
			padding: 0px; 
			margin: 20px 0px 10px 0px;
			text-align: center;
			font-weight: bold;
			color: #0072BC;
		}


		#afternav {
			width: 100%;
			padding: 0px;
			margin: 30px 0px 0px 0px;
			text-align: center;
			font-weight: bold;
		}

		#content {
	width: 660px;
	float: right;
	background-color: white;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
		}


		#content a:link {
			text-decoration: underline;
			color: blue;		
		}

		#content a:visited {
			text-decoration: underline;
			color: blue;
		}

		#content a:hover {
			text-decoration: underline;
			color: #0099FF;
		}

		#bottomad {
		    text-align: center;
			margin-top: 40px;
			margin-bottom: 0px;
			margin-left: auto;
			margin-right: auto;
		}
		
		.adbottom {
		    text-align: center;
			margin-top: 10px;
			margin-bottom: 10px;
			margin-left: auto;
			margin-right: auto;
		}

		#footer {
			clear: both;
			margin-top: 0px;			
			padding-top: 2px;
			padding-bottom: 4px;
			padding-right: 0px;
			padding-left: 0px;
			border: 1px solid gray;
			background-color: #F0F0F0;
			font-size: 13px;
			text-align: center;
		}

		#footer a:link {
			text-decoration: underline;
			color: blue;
		}

		#footer a:visited {
			text-decoration: underline;
			color: blue;
		}

		#footer a:hover {
			text-decoration: underline;
			color: #0099FF;
		}

		
		H1 {
	font-size: 18px;
	font-weight: bold;
	color: #0072BC;
	margin: 0px;
	background-color: white;
	text-align: left;
	text-transform: capitalize;
		}
		
		H2 { 
			font-size: 13px; 
			font-weight: bold;
			border: 1px solid gray;
			background-color: #E6EEF7;
			color: #0072BC;
			margin-top: 15px;
			margin-bottom: 0px;
			padding: 0px;
 
		}

		H3 { 
			font-size: 12px; 
			font-weight: bold; 
			color: black;
			margin: 0px;
			background-color: white; 
		}
