/* Layout */
* {
	margin: 0; padding: 0;
}

p, ul, ol, dl, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 18px;
	line-height: 18px;
}

body {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
}

#header {
	background: url('/i/header.gif') no-repeat;
	width: 770px; height: 190px;
	margin-bottom: 36px;
}

#content {
	margin-bottom: 36px;
}

#footer {
	clear: both;
	position: relative;
	border-top: 2px solid #eee;
	padding-top: 18px;
}

#footer p {
	font-size: 10pt;
	color: #636363;
	margin-bottom: 0;
}

.left-column, .right-column {
	float: left;
	width: 65%;
}

.left-column {
	padding-right: 5%;
	border-right: 1px solid #eee;
}

.right-column {
	width: 25%;
	padding-left: 2%;
}


/* Headings */
h2 {
	font-size: 14pt;
	color: #252525;
}

.right-column h2 {
	font-size: 12pt;
	text-decoration: underline;
}

h3 {
	color: #353535;
	font-size: 12pt;
}

.right-column h3 {
	font-size: 10pt;
}

h4, h5, h6 {
	font-size: 10pt;
}


/* Presentation */
#skip, #nav, #usernav, .login, #footer .float-right, .alt {
	display: none;
}

p, ul, ol, dl {
	font-size: 10pt;
	color: #252525;
}

.right-column p, .right-column ul, .right-column ol, .right-column dl {
	font-size: 8pt;
}

a img {
	border: 0;
}

a {
	color: #252525;
}

ul {
	margin-left: 25px;
	list-style: disc outside;
}

ol {
	margin-left: 35px;
}

li, dd, dt {
	margin-bottom: 12px;
	line-height: 9px;
}

li {
	line-height: 18px;
}

dt {
	padding-top: 9px;
	text-decoration: underline;
}

table {
	width: 100%;
	margin-bottom: 18px;
}

td, th {
	padding: 5px;
	font-size: 10pt;
}

table.form th {
	text-align: left;
}

.quicktours {
	margin: 0 0 36px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.quicktours td, .quicktours th {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-size: 9pt;
}

.quicktours th {
	background: #3AA5DB;
	color: #fff;
}

.quicktours th.subhead {
	text-align: left;
	background: #eee;
	color: #252525;
}

.quicktours td {
	text-align:center;
}

.quicktours td.left {
	text-align: left;
	padding-left:15px;    
}


/* Errors & Messages */
p.error, .error_message, .red {
	color: red;
}

.form_error {
	border: 1px solid red;
}

p.message {
	color: #DB9633;
}



