body, h1, h2, p, img {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background: #99CCCC url('imgs/bg.gif');
	color: #666666;
}

body, td {
	font-family: georgia;
	font-size: 16px;
	line-height: 22px;
}

a:link {
	color: #669999;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #669999;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #663333;
	text-decoration: none;
	font-weight: bold;
}

#container {
	position:absolute;
	margin:0px 0px 0px -400px;
	left: 50%;
	width: 800px;
	height: 100%;
	background: #ffffff;
	border-left: solid 1px #996666;
	border-right: solid 1px #996666;
}

#inner {
	position:absolute;
	margin:0px 0px 0px -401px;
	left: 50%;
	width: 800px;
	background: #ffffff;
	border-left: solid 1px #996666;
	border-right: solid 1px #996666;
}

#header {
	margin: 0;
}

#nav {
	position: relative;
}
#nav-inner {
	position: absolute;
	top: -195px;
	right: 5px;
}

#nav {
	margin: 0;
	background: #663333;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	list-style-type: none;
}
#nav li {
	float: left;
	display: block;
	position: relative;
	background: #663333;
	margin-left: 5px;
}
#nav a {
	display: block;
	padding: 10px;
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover,
#nav a.highlighted:hover,
#nav a:focus {
	color: #663333;
	background-color: #99CCCC;
}

#nav a.highlighted {
	color: #000000;
	background-color: #99CCCC;
}

#current a {
	color: #663333;
	background-color: #99CCCC;
}

#content {
	background-image: url('imgs/shadowbottom.jpg');
	background-repeat: repeat-x;
	padding: 40px;
}

#intro {
	font-size: 18px;
	line-height: 30px;
}

h1 {
	color: #663333;
	font-weight: normal;
	font-size: 40px;
	line-height: 40px;
	border-bottom: dotted 2px #99CCCC;
	margin-bottom: 10px;
	margin-top: 0px;
}
p {
	margin-bottom: 20px;
}

.divider {
	margin: 20px;
}

.box {
	width: 395px;
	margin: 5px 0 0 0;
	font-size: 16px;
	line-height: 20px;
	z-index: 1;
}

.box-inner {
	width: 395px;
	background-color: #CCE8EC;
	background-image: url('imgs/boxbg.gif');
	background-repeat: repeat-y;
	margin: 0;
	z-index: 2;
}

.box p {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}

.box h2 {
	padding-left: 10px;
	margin-bottom: 18px;
	font-size: 20px;
}

#space {
	margin-bottom: 150px;
}

#sitemeter {
	position: absolute;
	z-index: -1;
}
pre {
	display: none;
	font-size: 0px;
}
.questionnaire td {
	padding: 0 0 20px 0;
}
input[type="text"],
textarea {
	padding: 2px 5px 2px 5px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	font-family: georgia;
	font-size: 14px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

.login {
	background: #CCE8EC;
	float: right;
	font-size: 14px;
	padding: 10px;
	margin-left: 10px;
}
.login_prompt h1 {
	font-size: 20px;
	line-height: 20px;
}