

body {
	font-family: arial, sans-serif;
	color: #333;
	padding: 0px;
	background: #fff;
	text-align: left;
font-size: medium;
}

#topbox {
	height: 155px;
	margin: 0px;
	padding: 0px 0px 0px 250px;
	border: none;
	overflow: hidden;
	background: transparent url('../images/top-background.gif') repeat-x bottom left;
}


.title {
	margin: 0px 0px 0px 0px;
	padding: 18px 0px 4px 0px;
}

.subtitle {
color: #666;
font-size: 120%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navigation {
position: absolute;
margin-top: 20px;
	width: 200px;
	padding: 0px;
	overflow: hidden;
	text-align: right;	
}


#navigation ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: default;
	list-style: none;
}

#navigation li {
	padding: 3px 0px 3px 0px;
}


#main {
position: absolute;
margin-top: 6px;
left: 250px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	width: 650px;	
}

.section {
font-size: 120%;
}

a,
a:visited {
	color: #d67604;
	text-decoration: none;
}


a:hover,
a:visited:hover {
	color: #000;
	text-decoration: none;
}
