html {
	text-align: center;
	font: 90%/1.4 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	background-color: #fff;
	color: #4b4b4b;
}

body {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: left;
}

a:link, a:visited {
	background-color: inherit;
	color: #333;
	text-decoration: underline;
}

a:hover, a:active {
	background-color: inherit;
	color: #555;
	text-decoration: underline;
}

ul#nav {
	margin: 0;
	padding: 0 0 0 6px;
	width: 794px;
	height: 44px;
	background: #000 url(/images/nav_bg.gif) repeat-x;
	color: inherit;
	font-size: 80%;
}

ul#nav li {
	float: left;
	margin: 0;
	padding: 15px 0 0 0;
	list-style-type: none;
	text-transform: uppercase;
}

ul#nav li a {
	text-decoration: none;
	padding: 13px 30px 14px 30px;
}

ul#nav li a:link, ul#nav li a:visited {
	background-color: inherit;
	color: #fff;
}

ul#nav li a:hover, ul#nav li a:active {
	background-color: inherit;
	color: #fd3;
}

ul#nav li.active {
	background: transparent url('/images/topnav-active.gif') 0 0 no-repeat;
}

ul#subnav {
	margin: 0;
	padding: 0 0 0 40px;
	width: 760px;
	height: 31px;
	background: #000 url(/images/subnav_bg.gif) repeat-x;
	color: inherit;
	font-size: 80%;
}

ul#subnav li {
	float: left;
	margin: 0;
	padding: 9px 0 0 0;
	list-style-type: none;
	text-transform: uppercase;
}

ul#subnav li a {
	text-decoration: none;
	padding: 7px 20px 7px 20px;
	background: transparent url(/images/subnav_sep.gif) no-repeat left;
}

ul#subnav li a:link, ul#subnav li a:visited {
	background-color: inherit;
	color: #303030;
}

ul#subnav li a:hover, ul#subnav li a:active {
	background-color: inherit;
	color: #000;
}

ul#subnav li#subnavfirst a:link, ul#subnav li#subnavfirst a:visited, ul#subnav li#subnavfirst {
	background: transparent url(/images/subnav_icon.gif) no-repeat left;
	color: #303030;
	padding: 7px 20px 7px 20px;

}

ul#subnav li#subnavfirst a:hover, ul#subnav li#subnavfirst a:active {
	background: transparent url(/images/subnav_icon.gif) no-repeat left;
	color: #000;
}

div#banner {
	margin: 0;
}

div#colone, div#coltwo, div#colthree {
	width: 240px;
	float: left;
	margin: 0 0 35px 20px;
}

div#colone h2, div#coltwo h2, div#colthree h2 {
	font: bold 120%/1.4 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	background-color: inherit;
	color: #4b4b4b;
	margin: 35px 0 0 0;
	padding: 0 0 0 25px;
}

h2 span {
	background-color: inherit;
	color: #579;
}

div#colone h2 {
	background: #fff url(/images/icon_star.gif) left no-repeat;
	color: inherit;
}

div#coltwo h2 {
	background: #fff url(/images/icon_star.gif) left no-repeat;
	color: inherit;
}

div#colthree h2 {
	background: #fff url(/images/icon_star.gif) left no-repeat;
	color: inherit;
}

div.featureimg {
	border: 1px solid #999;
	padding: 6px;
	width: 215px;
	height: 125px;
	/*background: #fff url(/images/feature_bg.gif) no-repeat;*/
	color: inherit;
}

ul.featurelist {
	margin: 0 0 0 20px;
	padding: 0;
}

ul.featurelist li {
	margin: 0;
	padding: 3px 0 3px 16px;
	list-style-type: none;
	background: #fff url(/images/bullet.gif) left no-repeat;
	color: inherit;
}

h2.heading {
	font: bold 140%/1.4 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	background-color: inherit;
	color: #4b4b4b;
	margin: 20px 0 0 0;
	padding: 0 0 1px 25px;
	border-bottom: 1px solid #ddd;
	background: #fff url(/images/icon_star.gif) left no-repeat;
	color: inherit;
	clear: both;
}

h3.heading {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	background: #f0f0f0;
}

p {
	font-size: 100%;
	margin-bottom: 15px;
}

ul.cal-links {
	margin: 0;
	padding: 0 0 0 6px;
	font-size: 80%;
}

ul.cal-links li {
	float: left;
	list-style-type: none;
	width: 75px;
}

a.ical {
	background: #fff url(/images/ical.gif) 0 0 no-repeat;
	display: block;
	line-height: 30px;
	padding-left: 30px;	
}

a.rss {
	background: #fff url(/images/rss.gif) 0 0 no-repeat;
	display: block;
	line-height: 30px;
	padding-left: 30px;	
}

img.hangleft {
	border: 1px solid #999;
	float: left;
	margin: 15px 10px 10px 0;
	padding: 10px;
}
	       
img.hangright {
	border: 1px solid #999;
	float: right;
	margin: 15px 0 10px 10px;
	padding: 10px;
}


div#foot {
	background: #000 url(/images/nav_bg.gif) repeat-x;
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
	width: 800px;
	height: 43px;
	color: #ededed;
	text-align: center;
}

div#foot p {
	padding: 9px 0 0 0;
}

div#foot p a {
	text-decoration: none;
}

div#foot p a:link, div#foot p a:visited {
	background-color: inherit;
	color: #4b4b4b;
}

div#foot p a:hover, div#foot p a:active {
	background-color: inherit;
	color: #000;
}
