/* CSS Document */

body {
	
	background-color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .8em;
	margin-left: 7%;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
	
}

a:hover {
	color: #FFCB4B;
	text-decoration: none;
}

a:active {
	color: #000000;

}


h1 {
	position: relative;
	font-size: 24px;
	text-align: justify;
	font-style: italic;
	letter-spacing: 5px;
	color: #000000;
	margin-left: 20px;
}

h2 {
	position: relative;
	font-size: 1.1em;
	color: #FFCB4B;
	margin-left: 90px;
}

p {
	position: relative;
	font-size: 1em;
	text-align: justify;
	line-height: 1.7em;
	margin-left: 110px;
	margin-right: 20px;
	color: #000000;
}

#top {
	width: 762px;
	height: 100px;
}

#navbar {
	width: 762px;
	height: 50px;
	overflow: hidden;
}

#navbar table tr td.nav{
	width: 125px;
	height:40px;
}

#banner {
	border: 6px solid black;
	width: 762px;;
	height: 150px;
	background-image:url(images/banner.jpg);
	background-repeat: no-repeat;
	margin-top:10px;
}