body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	margin: 0; padding: 0;
	background-color: #E1F2FF;
	border-bottom:5px solid #;
	text-align:center;
}
 
#container {
	width:1000px;
	position: relative;
	margin: 0 auto 0;
	text-align:left;
}

#header {
	float: left;
	width: 1000px;
	height:210px;
	background-color: #fff;
	border-bottom:2px solid #E1F2FF;
}

#sublinks {
	float: left;
	width: 200px;
	margin-left:5px; 
	padding: 0;
	background: #fff;	
}

#sublinks ul {
	float: left;
	display: block;
	margin: 0;padding:0;
	list-style: none inside;
}

#sublinks li a{
	width: 180px;
	margin: 5px 0 0 0;  /* a little top margin */
	border: 0;
	border-left: 10px solid #D6FFAD;
	padding: 10px 5px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #000;
	background: #E1F2FF;
	font-size:15px;
	font-family: "Palatino Linotype", Harrington, Georgia;
}

#sublinks li a#current {border-color: #71CF02;	background: #D6FFAD}

#sublinks li a:hover {background: #D6FFAD; color: #000; border-left: 10px solid #fff}

#loc {float: left; margin-top: 30px}

#columnleft {float: left; width: 350px}

#spacer {margin: 10px; clear:both; background: #D6FFAD; height: 1px}

#columnright {float: right; width: 350px}

#right {
	float: right;
	width:730px;
	overflow: visible;
	border: 1px solid #C7FF8F;
	margin:10px 10px 10px;
}

#main {
	clear: both;
	float: left;
	width:1000px;
	background-color: #fff;	
}

h1 {
	padding: 0 0 5px 20px;
	font-size: 2.3em;
	color: #02B4D0;
	font-family: "Tempus Sans ITC", Harrington;
}

h2 {	
	padding: 5px 5px 5px 20px;
	font-size: 1.4em;
	color: #02B4D0;
	font-family: "Tempus Sans ITC", Harrington;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 5px;
	padding: 0 10px 10px 15px;
	list-style-type: square;
	line-height: 140%;
}

#sublinks p {padding:5px 0 0 0;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;padding:0;
}

p span {
	font-weight: bold;
	}

h1 a {text-decoration: none}

a {
	color: #008cd2;
}

a:hover {
	color: #85c446;
}

#footer{
	clear: both;
	width:1000px;
	margin: 0 auto 0;
	text-align:center;
	color: #000000;
	height: 50px;
	padding: 3px;
}
.small{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}