body {
	margin: 0;
	padding: 0;
	font-family: georgia, times, "times new roman", serif;
	font-size: 14px;
	background-attachment: fixed;
	background-repeat: repeat;
}

#container {
	display:inline-block; 
	margin: 8px 5%;
	border: 1px solid #333;
	width:775px;
	margin:auto;
}

#banner #logo {
	margin: 0;
	padding: 4px 10px;
	text-align:center;
}

#banner #logo h1 {
	text-align:left;
}

#sections {
	padding:5px 0;
	text-align:center;
}

#sections ul {
	padding:0 0 0 0;
	list-style:none;
}

#sections li {
	display:inline;
	padding: 0 0 0 10px;
	margin: 0;
	list-style:none;
	text-align:center;
}

#sections a {
	text-decoration:none;
	text-align:center;
}

#nav {
	float: left;
	width: 160px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
}

#nav ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; 
	font-size: 14px;
}

#nav li {
	margin: 0 0 -1px 0; /* single dividing line */
}

#nav a {
	display: block;
	padding: 2px 6px 2px 22px;
	width: 140px;
	font-weight:bold;
}

#nav ul.nested li {
	margin-top:4px;
}

#nav ul.nested a {
	font-weight:normal;
	padding: 2px 0px 2px 28px;
}

#nav a:link, #nav a:visited {
	text-decoration: none; 
}

#sections a {
	color:#FFFFFF;
	text-decoration:none;
}

#sections a:hover, #sections a.current {
	text-decoration:underline;
}

a {
	font-weight:bold;
}

#content {
	padding: 0;
	margin: 0 16px 16px 204px;
}

#content h2 { 
	margin-top: 0; 
}

#content div {
	margin-bottom:8px;
}

#content img {
	margin:4px;
}

#content a img {
	border: 0;
}

#breadcrumbs {
	margin: 16px 0 15px 0 !important;
}

#footer {
	clear: both;
	padding: 8px;
	text-align: right;
	border-top: 1px solid #333;
}

#footer a, #footer a:hover{
	font-weight:normal;
	text-decoration:none;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.msg {
	 font-weight: bold;
	 color:#CC0000;
}

#form .nostyle {
	background-color: transparent;
	width: auto;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:18px;
}

hr {
	border-width: 1px 0 0 0;
	border-style:dashed;
	border-color:#000;
	height: 0;
}