body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#564;
	margin:0;
	padding:0;
	background-image:url(images/main_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

a:link { color:#339; text-decoration:none; }
a:visited { color:#339; text-decoration:none; }
a:active { color:#66c; text-decoration:underline; }
a:hover { color:#99f; text-decoration:none; }

b { color:#342; }

p { padding:10px; }

p a { font-weight:bold; }

ul.emphasis {
	font-style:italic;
	font-family:Georgia, "Courier New", Courier, mono;
	list-style-type:circle;
}

ul.emphasis li {
	padding:5px;
}

.courier {
	font-family:Georgia, "Courier New", Courier, mono;
	font-size:150%;
}

.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.justify { text-align:justify; }

#main_layout {
	position:relative;
	margin:10px auto;
	padding:25px;
	width:625px;
	background-color:#fff;
	border:1px solid #675;
}

#main_layout.narrow {
	width:375px;
}

#logo {
	position:absolute;
	top:20px;
	left:20px;
	width:370px;
	height:100px;
	background-image:url(images/logo.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#top_nav {
	position:absolute;
	top:100px;
	right:50px;
	text-align:right;
	width:505px;
	border-top:1px solid #342;
	border-right:none;
	border-left:none;
	border-bottom:none;
}

#top_nav.narrow {
	width:260px;
	right:30px;
	border-right:1px solid #342;
}

.nav_btn {
	float:right;
	width:85px;
	height:20px;
	border-left:1px solid #342;
	border-bottom:1px solid #342;
	border-right:1px solid #342;
	border-top:none;
	background-color:#cdb;
	margin:0 0 0 10px;
	text-align:center;
	font-size:75%;
	font-family:Georgia, "Courier New", Courier, mono;
	font-weight:bold;
	padding-top:2px;
}

#top_nav.narrow .nav_btn {
	width:64px;
	margin:0;
	border-right:none;
}

#content {
	margin:150px 50px 50px 50px;
	text-align:justify;
}

#content.narrow { margin:175px 25px 25px 25px; }

/* FORM STYLES */

div.request_form {
	width:545px;
	text-align:center;
}

div.form_element {
	clear:both;
	width:100%;
}

div.form_label {
	width:100px;
	float:left;
	padding:3px 10px 0 10px;
	text-align:right;
	font-weight:bold;
	font-size:75%;
}

div.form_field {
	text-align:left;
}

