body, html {
	height: 100%;
}
body {
	color:#333333;
	font:12px "Lucida Sans", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
	background-color: #c3dcb5;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00508d;
	text-transform: uppercase;
	font-weight: bold;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
strong, em {
	font-family:"Lucida Sans", Helvetica, Arial, sans-serif
}
p {
	padding-bottom: 15px;
}
a {
	text-decoration:none;
	color: #669933;
}
a:hover {
	text-decoration:underline
}
.left {
	float:left
}
.right {
	float:right
}
.alignright {
	border:3px solid #006699;
	float:right;
	margin-left:12px;
	margin-bottom: 5px;
}
.alignleft {
	border:3px solid #006699;
	float:left;
	margin-right: 12px;
	margin-bottom: 5px;
}
img.clear {
	clear:both;
	display:block;
	height:0px
}
#container {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 34px;
	padding-left: 34px;
	background-image: url(/images/page-bg.png);
	background-repeat: repeat-y;
	height: auto;
	min-height: 100%;
}
#header1 {
	background-image: url(/images/header-bg.gif);
	background-repeat: repeat-x;
	height: 277px;
	background-color: #FFFFFF;
}
#header1 h1 {
	float: left;
	padding-top: 57px;
	padding-left: 20px;
}
#header1 h1 span {
	display: none;
}
#ssp {
	float: right;
	height: 260px;
	width: 544px;
	background-image: url(/images/ssp-bg.gif);
	background-repeat: no-repeat;
	display: inline;
	margin-top: 11px;
	margin-right: 15px;
	padding-top: 6px;
	padding-left: 6px;
}
#nav {
	background-image: url(/images/nav-bg.gif);
	background-repeat: repeat-x;
	height: 35px;
	padding-left: 25px;
	width: 800px;
}
#nav li {
	float: left;
	display: block;
}
#nav li a {
	font-size: 14px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 35px;
}
#nav li a:hover {
	color: #003300;
}
#nav .current_page_item a, #nav .current_page_ancestor a  {
	background-image: url(/images/nav-active-bg.gif);
	background-repeat: repeat-x;
	color: #003300;
}
#page {
	width: 785px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 110px;
	padding-left: 20px;
	background-image: url(/images/page-top-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#sidebar-1 {
	float: left;
	width: 257px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
#blue-box {
	background-image: url(/images/blue-box-bg.gif);
	background-repeat: repeat-x;
	width: 217px;
	color: #FFFFFF;
	padding: 10px;
	background-color: #00538F;
}
#blue-box strong {
	color: #BFDFFF;
}
#blue-box a {
	color: #FFFFFF;
	text-decoration: underline;
}
#blue-box  h2, #blue-box h3 {
	color: #bfdfff;
	font-size: 14px;
}
#blue-box h3 {
	font-size: 12px;
}
#green-box {
	background-image: url(/images/green-box-bg.gif);
	background-repeat: repeat-x;
	padding: 10px;
	width: 217px;
	margin-top: 15px;
	color: #FFFFFF;
	background-color: #C2E2A2;
}
#green-box h2 {
	color: #FFFFFF;
	font-size: 14px;
}


#welcome {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
}
#newHere {
	margin-bottom: 25px;
}
#podcast {
}
#events {
	margin-bottom: 25px;
}
#subnav {
	background-image: url(/images/subnav-bg.gif);
	background-repeat: repeat-x;
	background-color: #99C96A;
	width: 237px;
	border: 1px solid #CCCCCC;
	margin-top: 0;
}
#subnav li {
	padding: 0;
}
#subnav a {
	color: #FFFFFF;
	line-height: 37px;
	display: block;
	padding-left: 20px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfd9a5;
}
#subnav .current_page_item a {
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 45px;
	color: #003300;
	background-color: #A9C48F;
}
#newsletter {
	width: 237px;
}
#primary {
	/* Contains the main column */
	width: 505px;
	float: right;
	}
#primary ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 20px;
}
#primary li {
	padding-bottom: 5px;
}
#primary .right {
	width: 47%;
}
#primary .left {
	width: 47%;
}
.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary h2 {
	text-align: left;
	}
#footer1 {
	background-image: url(/images/footer-bg.gif);
	background-repeat: repeat-x;
	height: 103px;
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -110px;
}
#footer1 .content {
	float: left;
	padding-top: 10px;
	width: 751px;
}

