/* Layout */

BODY {
	background-color: #eee;
	margin: 0px auto;
	width: 790px;
}

#web_page {
	float: left;
	width: 790px;
	background-image: url('/__site_img/page_background.png');
	background-repeat: repeat-y;
}

#header {
	float: left;
	width: 790px;
	height: 103px;
	margin: 0px;
	padding: 0px;
}

#footer {
	float: left;
	width: 790px;
	height: 53px;
	background-image: url('/__site_img/page_bottom.png');
	background-repeat: no-repeat;
}

.clear {
	float: left;
	clear: both;
}

#content, #copyright {
	float: left;
	clear: both;
	margin: 0px 30px 0px 15px;
	width: 745px;
}

/* Formatting */

H1 {
	margin: 10px 0px 5px 0px;
	font: 24px "Georgia", serif;
	color: black;
	font-weight: bold;
}

H2 {
	margin: 0px 0px 5px 0px;
	font: 18px "Georgia", serif;
	font-style: italic;
	color: black;
}

P {
	margin: 5px 90px 10px 30px;
	font: 12px "Arial", sans-serif;
	text-align: justify;
	color: #444;
}

A {
	color: #800;
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
}

UL {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

LI {
	margin: 0px 0px 5px 10px;
	padding: 0px;
	font: 12px "Arial", sans-serif;
	list-style-type: none;
}

#breadcrumb {
	margin-top: 1px;
	font: 9px "Arial";
	background-color: #444;
	color: white;
}
#breadcrumb A {
	color: white;
	text-decoration: none;
}

#copyright {
	text-align: center;
	font: 10px "Arial", sans-serif;
	color: #777;
	padding-bottom: 15px;
}

TABLE TR TD {
	font: 10px "Arial", sans-serif;
}

FORM.webform {
	margin-left: 30px;
}
FORM.webform DIV.field {
	margin-bottom: 6px;
}
FORM.webform DIV.label {
	font: 10px "Arial", sans-serif;
	font-weight: bold;
	color: #222;
}
FORM.webform DIV.control INPUT {
	width: 400px;
}
FORM.webform DIV.control TEXTAREA {
	width: 400px;
	height: 150px;
}
FORM.webform SPAN.required {
	font: 12px "Georgia";
	color: red;
	margin-left: 6px;
}
FORM.webform P {
	margin: 0px;
	font-style: italic;
}
