@charset "UTF-8";
#wrapper {
	margin: auto;
	width: 760px;
	background-color: #FFF;
	height: 2000px;
}
#header {
	height: 290px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.fine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #000;
	text-align: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 10px;
}
#navigation {
	float: left;
	width: 171px;
	margin-right: 0px;
	padding-left: 20px;
	height: 850px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666;
}
#content {
	float: right;
	margin-left: 10px;
	width: 520px;
	padding-right: 20px;
	height: 850px;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000;
	text-align: left;
	padding-right: 2px;
}
.formtext_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	text-align: left;
	padding-right: 2px;
}
#foot {
	width: 720px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
body {
	margin-top: 0px;
	background-image: url(../Images/bgrnd.jpg);
	background-repeat: repeat-x;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.2em;
	color: #666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #CC0033;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.2em;
	color: #666;
	list-style-type: square;
}
.bold-grey {
	font-weight: bold;
	color: #333;
	line-height: .5em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-weight: bold;
	color: #666;
	text-indent: 15px;
	white-space: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #333;
	white-space: normal;
}
.italic {
	font-style: italic;
}
.pict {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-style: italic;
	line-height: .95em;
	color: #666;
}
.clear-float {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.left-float {
	float: left;
	margin-right: 10px;
}
.right-float {
	float: right;
	margin-left: 10px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #C03;
	text-decoration: none;
	line-height: 1.2em;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	text-decoration: none;
	line-height: 1.2em;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #00F;
	text-decoration: none;
	line-height: 1.2em;
	font-weight: bold;
}
