body {
	font-size: 75%;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	margin-bottom: 5px;
}
#nav {
	
}
#nav img { float:left; }
#nav ul {
	float:right;
	margin:20px 0 0 0;
}
#nav li {
	list-style: none;
	margin: 23px 4px 0 0;
	display: inline;
	padding-left:5px;
}
#nav li a {
	text-decoration: none;
	color:#666;
}
#nav a:hover {color: #31b5ed;}
#nav li a.current {
	font-weight:bold;
	color:#31b5ed;
}

#logo {
	clear:both;
}
#main {
	margin-top: 5px;
	margin-bottom: 5px;
}
#main h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 1.25em;
}
#main h2 {
	margin: 0px;
	padding: 5px 0px;
	font-weight: normal;
}
#main p {
	line-height: 1.5em;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#rightCol {
	float: right;
	width: 250px;
	margin-left: 10px;
}
#leftCol {
	width: 500px;
	color: #110F0F;
}
#leftCol ul {
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#leftCol li {
	padding-bottom: 5px;
}
#leftCol h3 {
	font-weight: normal;
}
#rightCol a {
	color: #006699;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
}
#leftCol p.quote {
	color: #555555;
	font-size: 0.85em;
}
#rightCol h2 a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color:#000;
}
#leftCol a {

	color: #003366;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
}
.footer {
	font-size: 10px;
	color: #666;
	text-align: right;
	border-top: 1px solid #666;
	clear:both;
}
form {
	margin: 0px;
	padding: 0px;
}
.form_tip, span.updated {
	color: #999;
	font-size: 10px;
}