
body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #005438;
}

.width_restrict {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

.header {
	border-bottom: 1px dashed #ccc;
	position: relative;
}
.header .logo {
	border: 0;
}
.header .page_images {
	position: absolute;
	right: 0; 
	bottom: 0px;
}



.left_column {
	float: left;
	width: 240px;
}

.left_column ul {
	margin: 0; 
	padding: 0;
}
.left_column ul li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
}
.left_column ul li a:link, .left_column ul li a:visited {
	text-decoration: none;
	display: block;
	padding: 7px 0;
}
.left_column ul li a:hover {
	background-color: #eee;
}

.left_column h2 {
	font-size: 0.9em;
	font-weight: normal;
	color: #000;
	margin: 50px 0 5px 0;
}

.content {
	margin-left: 250px;
}

.content h1 {
	font-size: 1.5em;
	position: relative;
}

.content h1 .back {
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: normal;
	font-size: 0.7em;
}

.page_menu_item {
	display: block;
	margin-bottom: 5px;
}


.small_width {
	width: 300px;
}

.label {
	font-size: 0.8em;
	padding-top: 10px;
}

.field input {
 	width: 290px;
}

.field textarea {
	width: 590px;
	height: 100px;
}

.help {
	font-size: 0.8em;
	color: #999;
}



