#top {
	background: url(images/leaf_top.gif) no-repeat right;
	height: 30px;
}

#tab {
	background: url(images/tab.gif) no-repeat;
	height: 155px;
}

#tab a {
	height: 155px;
	width: 30px;
	float: left;
}

#header {
	background: url(images/header.jpg) no-repeat;
	height: 120px;
	width: 650px;
	float: right;
	left: 30px;
}

#header a {
	height: 120px;
	width: 650px;
}

#bookend {
	background: url(images/footer.gif) no-repeat;
	height: 15px;
}

.spacer {
	clear: both;
	display: block;
	height: 8px;
}

#phone {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#phone td {
	padding: 2px;
}

.highlight {
	background-color: #C2CDFF;
}

#breadcrumb {
	font-size: 0.7em;
    padding: 30px 0px 0px 0px;
}

body {
	background-color: #D4FFA3;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, sans-serif;
	color: #333;
	font-size: 0.9em;
}

#disclaim {
  font-size: 0.7em;
}


a:link, a:visited {
	color: #336E00;
	text-decoration: none;
}

a:hover, a:active {
	color: #B71316;
	text-decoration: none;
}

img {
    border: 0px;
}

form{
    padding: 0px;
    margin: 0px;
}

#container {
	width: 680px;
	margin: 0px auto;
	padding: 0px;
}

.clearer {
	clear: both;
}

#contentContainer {
	background: url(images/content_bg.gif) repeat-y;
}

#contentContainer #content {
	float: left;
	width: 410px;
	padding: 20px;
	text-align: left;
}

#contentContainer #content a {
	text-decoration: underline;
}

#contentContainer #content ul {
    margin: 15px 0px 15px 15px;
}

#contentContainer #content ul li {
    list-style-image: url(images/bullet.gif);
	margin: 5px 0px 5px 0px;
	padding: 3px 0px 3px 0px;
}

#contentContainer #content ol {
	margin: 15px 0px 15px 15px;
}

#contentContainer #content ol li {
	margin: 5px 0px 5px 0px;
	padding: 3px 0px 3px 0px;
}

#sidebarContainer {
    float: right;
    width: 210px;
    padding: 20px 10px 20px 10px;
    text-align: left;
    font-size: 0.9em;
}

#indent {
	padding-left: 20px;
}

#indent2 {
	padding-left: 40px;
}

#sidebarContainer .sideHeader {
	clear: both;
    display: block;
    padding: 5px 0px 5px 0px;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 1.1em;
    border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

#sidebarContainer #current{
	color: #99B780;
}

#footer{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
	color: #336E00;
	font-size: 0.7em;
}

#navcontainer {
	/*margin-top: 120px;*/
	background: url(images/nav_bg.gif) no-repeat;
	height: 35px;
	width: 650px;
	float: right;
	left: 30px;
}

#navcontainer ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navcontainer li {
	display: inline;
}

#navcontainer ul a {
	width: 100px;
	height: 24px;
	text-align: left;
	padding-left: 30px;
	padding-top: 11px;
	color: #FFF;
	font-size: 0.99em;
	text-decoration: none;
}

h1 {
	display: inline;
	font-size: 1.5em;
	color: #B71316;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

h2 {
	display: inline;
    font-size: 1.2em;
	color: #B71316;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

.newsTitle {
    font-size: 1.2em;
	color: #B71316;
	padding-top: 30px;
	font-weight: normal;
}

.newsDate {
    padding: 7px 0px 7px 0px;
    font-size: 0.8em;
    color: #999;
}

.newsSummary {
	padding-left: 10px;
}

.readMore {
	padding-top: 7px;
}
