body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000033;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

a img {border:none;}

a:link {
	color: #003366;
}
a:hover {
	color: #003399;
}
a:visited {
	color: #660066;
}
a:active {
	color: #6633FF;
}
h1 {
	font-size: large;
	line-height: 35%;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #0066CC;
	text-decoration: none;
	line-height: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	text-decoration: none;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
#header {
	background-color: #FFFFFF;
	background-image: url(images/header_background.jpg);
	width: 100%;
	background-position: center top;
	position: relative;
	top: 0px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#top_nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 2px 0px 0px 20px;
	list-style: none;
	background: #333399 url(images/border.gif) repeat-x bottom;
	display: block;
}
#top_nav li {
	float: none;
	margin: 0 1px 0 0;
	font:smaller Arial, Helvetica, sans-serif;
	padding: 0;
	display: inline;
}
#top_nav a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 1px 15px 0px 15px;
	color: #000066;
	text-decoration: none;
	border: 1px solid #000066;
	border-bottom: none;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
background: #fff url(images/off_bg.gif) repeat-x top left;
}
#top_nav a:hover, body#about #t-about a {
color: #003399;
padding-bottom: 1px;
border-color:#333399;
background: #fff url(images/on_bg.gif) repeat-x top left;
}

#main-body {
	float: right;
	width: 65%;
	padding: 1em 1em 0px 0em;
	margin: 0px;
	list-style: url(images/list_img_sq.jpg);
}

.news_item{
	padding:8px 10px 0px 10px;
	margin:6px 0px 6px 0px;
	border: thin solid #333399;
	background: url(images/news_tile.gif) repeat-x;
}

.news_item h2{
	font-size: 120%;
}


.news_item h3{
	font-size: 110%;
}

.summer_item{
width: 86%;
padding:8px 10px 0px 20px;
	margin:6px 0px 6px 0px;
	border: thin solid #333399;
background: url(images/summernews_tile.gif) repeat-x;
}

.summer_item h2{
	font-size: 130%;
	color:#006633;
}

.summer_item h3{
	font-size: 110%;
}


.winter_item{
width: 86%;
padding:8px 10px 0px 20px;
	margin:6px 0px 6px 0px;
	border: thin solid #333399;
background: url(images/winternews_tile.jpg) repeat-x;
}

.winter_item h2{
	font-size: 130%;
	color:#330099;
}

.winter_item h3{
	font-size: 110%;
}

#content {
	float: right;
	width: 60%;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 5px;
}
#content li {
	list-style-type: none;
	text-align: center;
}
#business {
	text-align: left;
}
#sidebar{
	float: left;
	width: 40%;
	background: #FFFFFF;
	border-bottom: 1;
	margin-top: 2em;
}

#body #sidebar p {
	text-align: center;
	font-size: smaller;
}
#sidebar-2 {
	float: left;
	width: 25%;
	/*background: #6699CC*/
	padding: 1px;
	font-size: smaller;
	white-space: normal;
	text-align: left;
	margin: 0px;
	padding: 2px 2px 2px 4px;	
}

#sidebar a img {
border:none;
}

#sidebar-2 ul {
	list-style: none;
	margin: 0px;
	padding: 17px 1px;
	float: left;
	line-height: 30px;
	}
#sidebar-2 form {
	margin: 0px;
	padding: 10px 0px 0px;
	float: left;
	line-height: normal;
}


#footer {
	clear: both;
	background: #FFFFFF;
	width: 100%;
	text-align: center;
	padding-top: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
#footer ul {
	display: inline;
	margin-right: 1em;
}
#footer a {
	list-style-type: none;
	font-size: small;
	padding-right: 5px;
	padding-top: 1em;
}
#footer li {
	display: inline;
}
#footer p {
	line-height: 20%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main-body ul {
	line-height: normal;
}
#email {
	float: left;
}
