body {
	margin: 0;
	padding: 0;
	background-image: url(../img/body_background.jpg);
	font-family: "Lucida Grande",Verdana,Sans-serif;
	text-align: center;
}

input {
	margin-top: 3px;
}

#header img {
	display: block;
}

#pageWrapper {
	width: 800px;
	margin: 18px auto;
	text-align: left;
	padding: 10px 10px 5px 10px;
	background-color: white;
}

#contentWrapper {
	background-image: url(../img/menu_background.gif);
	background-repeat: repeat-y;
}

#nav {
	float: left;
	width: 210px;
	font-size: 12px;
	background: #f1f1f1;
}

#nav p {
	padding: 0 5px 0 10px;
}

#nav ul {
	margin: 10px 5px 0 10px;
	padding: 0;
	list-style: none;
}

#nav li {
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #d1d1d1;
	margin-bottom: 5px;
}

#nav li a {
	padding: 2px 3px 2px 3px;
	color: black;
	text-decoration: none;
}

#nav li a:hover {
	background-color: green;
	color: white;
}

#content {
	margin-left: 210px;
	padding: 0 0 10px 10px;
}

#content a {
	border-bottom: 1px dotted #1B478E;
	text-decoration: none;
	color: #1B478E;
}

#content a:hover {
	border-bottom: 1px dotted green;
	text-decoration: none;
	color: green;
}

#content h1 {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: "Trebuchet MS", Georgia, Verdana, serif;
	font-size: 25px;
	font-weight: normal;
	color: #1C4B93;
}

#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-family: "Trebuchet MS", Georgia, Verdana, serif;
	font-size: 18px;
	font-weight: normal;
	color: black;
}

#content img {
	float: left;
	padding: 0 10px 10px 0;
}

#content p {
	margin: 0 0 10px 0;
	font-size: 13px;
	line-height: 130%;
}

#content li {
	font-family: "Lucida Grande",Verdana,Sans-serif;
	font-size: 13px;
	line-height: 130%;
}

#promo {
	padding: 10px;
	background-color: #D1DFEC;
	color: #1C4B93;
}

.italic {
	font-style: italic;
	color: green;
}

#copyright {
	clear: both;
	border-top: 5px solid #d1d1d1;
}

#copyright p {
	margin: 4px 0 0 0;
	font-size: 10px;
	color: #999999;
}

#copyright a {
	padding: 1px 2px 1px 2px;
	text-decoration: none;
	color: #999999;
}

#copyright a:hover {
	background-color: #0000a6;
	color: white;
	border: none;
}

label{
	font-family: Arial, Helvetica, sans-serif;
	width:6em;
	white-space:nowrap;
	margin-right:1em;
	float:left;
	text-align:right;
}

.form_msg{
	margin: 0 0 10px 0;
	font-size: 13px;
	line-height: 130%;
}
