@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/backgrd.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-position: top;
}
p {
padding: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 1em;
margin-left: 0;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #004698;
}
h2 {
	font-size: 1em;
	color: #004698;
	font-weight: bold;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
	border: thin solid #666;
	background-image: url(images/bar.jpg);
	background-repeat: repeat-y;
	margin-top: 15px;
}
#leftsidebar {
	float: left;
	width: 85px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bar.jpg);
	background-repeat: repeat-y;
	height: 600px;
}
#rightsidebar {
	font-size: 0.8em;
	font-style: italic;
	color: #666;
	width: 210px;
	line-height: 1.5em;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	float: left;
	background-color: #F0F8FB;
	padding-top: 5px;
}
#rightsidebar ul li {
	list-style-type: square;
	margin-bottom: 12px;
}
#rightsidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #004698;
}
#maincopy li {
	margin-bottom: .9em;
}
#header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #D14399;
	text-align: right;
	background-image: url(images/header.jpg);
	height: 150px;
}
#maincopy {
	font-size: 0.9em;
	color: #666;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 600px;
	line-height: 1.3em;
	margin-right: 0px;
}
#maincopy ul {
	list-style-type: square;
}
#maincopy a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#maincopy a:hover {
	font-weight: bold;
	color: #609835;
}
#maincopy .bold {
	font-weight: bold;
}
#contactinfo {
	font-size: 0.8em;
	font-weight: normal;
	color: #004698;
	text-align: center;
	clear: both;
}
#contactinfo a {
	color: #004698;
	text-decoration: none;
}
#contactinfo a:hover {
	color: #666;
}
#footer {
	color: #004698;
	padding: 5px;
	font-size: 0.8em;
	text-align: center;
}
#footer a {
	color: #004698;
	text-decoration: none;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
#selected {
	font-weight: bold;
	color: #FFF;
	background-color: #44ACEA;
}
.ital {
	font-style: italic;
}
#header p {
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.form-line {
	list-style-type: none;
}

