	body {
		margin: 0px;
		padding: 0px;
		background-color: #0E3192;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: center;
	}
	
	a {
	color: #B36D08;
	text-decoration: none;
	}
	
	a.sub {
	color: #0E3192;
	text-decoration: none;
	}
	
	a:hover {text-decoration: none;}

	#master {
		position: relative;
		width:95%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		background-color: #006600;
		text-align: left;
	}

	#logo {
		position: absolute;
		width:200px;
		height:125px;
		top: 0px;
		left: 0px;
	}

	#navbar {
		position: absolute;
		height:auto;
		width: 100%;
		top: 110px;
		right: 0px;
		text-align: right;
		border-bottom: solid #B36D08 4px;
		border-top: solid #B36D08 4px;
	}

	#picture {
		position: absolute;
		height:131px;
		width: 387px;
		top: 0px;
		right: 0px;
	}

	#bodywrap {
	position: absolute;
	padding: 20px;
	width: 95%;
}

	#maincol {
	background-image: url(images/new_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 160px;
	margin-left: 100px;
	margin-bottom: 20px;
	padding: 5px;
	color: #FFFFFF;
}

	#footer {
		width:100%;
		height:auto;
		clear: both;
		padding: 10px 0px;
		text-align: center;
		color: #FFFFFF;
		border-bottom: solid #B36D08 3px;
		border-top: solid #B36D08 3px;
		font-size: x-small;
	}

	ul, li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	div.menu {
		position: relative;
		z-index: 3;
		clear: both;
	}
	div.menu li {
		float: right;
		width: 82px;
	}

	#list {
		text-align: justify;
		margin: 10px;
		list-style-position: inside;
		list-style-image: url(images/bullet_w.gif);
		font-size: 12px;
	}
