body {
	font-family: "Trebuchet Ms", Verdana, sans-serif;
	font-size: 11px;
	background-color: #FF9900;
	text-align:center;
	margin: 0 auto;
}
h1 {
	color:#FFFFFF;
}
#home {
	margin: 0 auto;
	padding: 0;
	text-align: center;
 }
	
#nav {
	margin: 0 auto 30px auto;
	width:  900px;
}
	ul#homenav, #homenav ul{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	}
	
	ul#homenav li{
		margin: 0 1px;
		display: inline;
		table-layout: fixed;
		text-transform: capitalize;
		moz-border-radius: 5px;
		webkit-border-radius: 5px;
	}

		#homenav a {
			padding: 10px;
			text-decoration: none;
			text-align: center;
			vertical-align: center;
			color: #ffffff;
			background-color: #00f;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		
		}
		#homenav a:hover {
			text-decoration: none;
			text-align: center;
			vertical-align: center;
			color: #ffffff;
			background-color: #f00;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}





.link a:link {
	font-size: 11px;
	color: #0000DD;
	text-decoration: none;
}
.link a:visited {
	font-size: 11px;
	color: #000033;
	text-decoration: none;
}
.link a:hover {
	font-size: 11px;
	color: #000033;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000033;
}
.link a:active {
	font-size: 11px;
	color: #000033;
	text-decoration: none;
}
hr {
	width: 80%;
}
img {text-align: justify}