* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/background.gif);
	font-family: Veranda, Helvetica, Arial;
}

#page {
	width: 700px;
	margin: 50px auto 20px;
}

#header {
	height: 130px;
	position: relative;
}

#header #logo {
	width: 180px;
	height: 152px;
	position: absolute;
	top: -40px;
	left: -50px;
	z-index: 10;
}

#navigation {
	height: 46px;
	background-image: url(images/navigation_background.gif);
	overflow: hidden;
}

#navigation .tab {
	padding-top: 9px;
	margin-left: 18px;
	float: left;
	cursor: pointer;
}

#content {
	padding-top: 9px;
	background-image: url(images/content_background.gif);
}

#content-bottom {
	height: 1px;
	background-image: url(images/content_bottom.gif);
	clear: both;
}

#footer {
	padding-top: 10px;
	font-size: 10px;
	color: #336699;
	text-align: center;
}

#footer a {
	color: #336699;
}

.clear {
	clear: both;
}

.loading {
	width: 100%;
	height: 300px;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}

a img {
	border: none;
}

.column {
	margin-left: 9px;
	float: left;
}

.w1 {
	width: 680px;
}

.w1-2 {
	width: 335px;
}

.w1-3 {
	width: 224px;
}

.w2-3 {
	width: 446px;
}

.w1-4 {
	width: 168px;
}

.w3-4 {
	width: 502px;
}

.box {
	width: 100%;
	border: 1px solid #CCCCCC;
	margin-bottom: 9px;
}

.box .title {
	height: 12px;
	background-image: url(images/title_background.gif);
	background-position: bottom;
	padding: 5px;
	font-size: 12px;
	color: #FFFFFF;
}

.box .content {
	width: 100%;
	background-color: #FFFFFF;
	overflow: hidden;
}

form div {
	margin-bottom: 5px;
}

form div label {
	float: left;
	width: 100px;
	color: #336699;
	font-size: 15px;
	padding: 5px 10px 0 0;
	text-align: right;
}

input {
	border: 1px solid #AAAADD;
	font-size: 15px;
	color: #336699;
	height: 19px;
	padding: 1px;
}

.button {
	border: 1px solid #AAAADD;
	padding: 1px;
}

.input-focus {
	border: 1px solid #336699;
}

.input-error {
	border: 1px solid #CC0000;
	background-color: #FFEEEE;
}

.input-message {
	padding-top: 4px;
	font-size: 10px;
	color: #CC0000;
}

#login-form .input-message {
	padding-left: 110px;
}

#sign-up-form .input-message {
	padding-left: 160px;
}

#login-form {
	margin: 10px;
}

#login-form div label {
	width: 100px;
}

.sign-up p {
	padding: 20px 20px 0px;
	color: #777777;
	font-size: 16px;
}

#sign-up-form {
	width: 420px;
	margin: 0 auto;
}

#sign-up-form div label {
	width: 150px;
}

#sign-up-form h2 {
	font-size: 19px;
	color: #006633;
	padding: 20px 0 5px;
}

#sign-up-form p {
	font-size: 12px;
	color: #777777;
	padding: 0 0 5px;
	text-align: left;
}

.about h1 {
	padding: 20px 20px 10px;
	font-size: 20px;
	color: #006633;
}

.about p {
	padding: 0px 40px 10px;
	font-size: 16px;
	line-height: 22px;
	color: #777777;
}

.news p {
	margin: 10px;
	font-size: 14px;
	color: #777777;
}

.news a {
	color: #666666;
}

.news a:hover {
	color: #555555;
}

.select {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.select li {
	height: 18px;
	padding: 10px 0px 10px 40px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 18px;
	cursor: pointer;
}

.select li:hover {
	background-color: #EEEEEE;
}

form .terms {
	width: 400px;
	height: 300px;
	overflow: auto;
	border: 1px solid #AAAADD;
	white-space: pre-wrap;
	padding: 0 10px;
	font-size: 12px;
	margin-bottom: 5px;
}