html, body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

body {
	background: #f4f4f0 url(../_images/bg-body.jpg) repeat-x center top;
	text-align: center;
	height: 100%;
}


div {
	margin: 0;
	padding: 0;
}

h1 {
	display: block;
	color: #933;
	background: url(../_images/bg-title.gif) no-repeat;
	margin: 0;
	padding: 0;
	font: normal 1.85em Georgia, "Times New Roman", Times, serif;
	height: 45px;
}

h2 {
	color: #933;
	margin: 6px 0;
	font-size: 1.25em;
	line-height: 1.25em;
}

h3 {
	color: #933;
	margin: 0;
	padding: 0;
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1.25em;
	display: inline;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}


p {
	padding: 0px;
	margin: 1em 0;
}

img {border: none;}

hr {
	height: 1px;
	border: none;
	background: #ccc;
	clear: both;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

a:link { color: #005A9D; }
a:visited { color: #636;}
a:hover {color: #9a0008;}
a:active {color: #9a0008;}

#container {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	text-align: left;
	border: 1px solid #999;
}

#header {
	width: 950px;
	background: #fff url(../_images/bg-header.jpg) no-repeat;
	height: 140px;
}

#headerNav {
	height: 80px;
	width: 300px;
	float: right;
	text-align: center;
	margin-top: 50px;
}

#headerNav a  {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#headerNav a:hover {text-decoration: underline; color: #369;}

#headerNav a:active {text-decoration: underline; color: #369;}

#nav {
	background: #39647c;
	width: 185px;
	float: left;
}

#navBreadCrumb {
	height: 20px;
	width: 729px;
	font-size: 10px;
	padding-top: 7px;
	color: #666;
	padding-left: 35px;
	border-bottom: 1px solid #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navBreadCrumb a  {
	color: #666;
}

#navBreadCrumb a:hover   {
	text-decoration: underline;
	color: #369;
}

#navBreadCrumb a:active   {
	text-decoration: underline;
	color: #369;
}

#searchbar {
	background: #000 url(../_images/bg-search.jpg) no-repeat;
	height: 40px;
	width: 950px;
	margin: 0px;
	padding: 0px;
}

#searchbox {
	text-align: right;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	float: right;
	height: 31px;
	padding-top: 9px;
	padding-right: 25px;
}

#contentOuter {
	background: #ECEBE5;
	float: left;
}

#contentInner {
	background: #fff url(../_images/bg-content.jpg) no-repeat;
	float: right;
	width: 765px;
	font-family: Arial, Helvetica, sans-serif;
}

#contentMain {
	padding: 18px 30px 15px 35px;
	height: 100%;
}

#contentMain p {
	line-height: 1.5em;
}

#contentMain ol li {
	line-height: 1.5em;
	font-size: 13px;
}
#contentMain ul li {
	line-height: 1.5em;
	font-size: 13px;
}

.featureItem {
	background: url(../_images/bg-feature-box.jpg) no-repeat;
	padding: 18px;
	width: 660px;
	margin: 5px 0px 0px;
	vertical-align: top;
	clear: both;
}

#footer {
	background: #000 url(../_images/bg-footer.jpg) no-repeat center top;
	height: 110px;
	width: 950px;
	clear: both;
	font-size: 9px;
	color: #fff;
	margin: 0px;
	padding: 0px 0px 10px;
}

#footerContent {
	padding: 12px 0px 0px 150px;
	float: left;
}
#footerRight {
	float: right;
	width: 250px;
	text-align: right;
	padding-right: 25px;
	padding-top: 70px;
	color: #fff;
	font-size: 9px;
}

#footerRight .buildCredit { color: #999; }

#footerRight  .buildCredit a { color: #999; }




#footerRight a {
	color: #fff;
	text-decoration: none;
}
#footerRight a:hover { text-decoration: underline; }


#pageTitle {
	height: 82px;
	width: 765px;
}

div.floatRight {
	float: right;
	margin: 3px 0 0 10px;
	display: inline;
}

div.floatRight p {
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
}

div.floatLeft {
	float: left;
	margin: 4px 12px 0 0;
	display: inline;
	padding: 0px;
}

div.floatLeft p {
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
}

img.border {
	border: 1px solid #666;
	margin-right: 5px;
}
.txtBold {
	font-weight: bold;
}
.txtCaption { font-size: 0.85em; 
}

.txtGrey { color: #999999; }
.txtItalic {
	font-style: italic;
}

.txtRed {
	color: #900;
	font-weight: bold;
}
.txtSmall {
	font-size: 0.8em;
	line-height: 1.25em;
}

.txtSub {
	font-size: 0.8em;
	vertical-align: sub;
}

.txtSup {
	font-size: 0.8em;
	vertical-align: sup;
}

.txtTitle {
	color: #900;
	font-weight: bold;
	font-size: 1.25em;
}


#printLink {
	float: right;
	margin-right: 30px;
	vertical-align: middle;
}

div.luncheon {
	height: 200px;
	background: url(../_images/bg-luncheons.gif) repeat-x;
}

div.luncheon .info {
	height: 135px;
}

div.figure {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin: 25px auto;
}

.dateBold {
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
	}
div.indent {
	padding-left: 20px;
}
div.featureLunchbox {
	background: url(../_images/bg-feature-lunchbox.jpg) repeat-x;
	padding: 67px 10px 8px 30px;
	margin-top: 20px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-left: -10px;
	font-size: 1.1em;
	height: 128px;
}


div.featureLunchbox p {
	margin: 0;
	padding: 0;
}


div.featureLuncheon {
	background: url(../_images/bg-feature-luncheon.jpg) repeat-x;
	padding: 80px 10px 8px 31px;
	margin-top: 5px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-left: -10px;
	font-size: 1.1em;
	height: 135px;
}

div.featureLuncheon p {
	margin: 0;
	padding: 0;
}

div.featureLecture {
	background: url(../_images/bg-feature-lecture.jpg) repeat-x;
	padding: 80px 10px 8px 30px;
	margin-top: 5px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-left: -10px;
	font-size: 1.1em;
	height: 135px;
	margin-bottom: 20px;
}

div.featureLecture p {
	margin: 0;
	padding: 0;
}


/* Home Page Styles */

#contentInnerHm {
	background: #fff url(../_images/bg-home-content.jpg) no-repeat;
	float: left;
	width: 765px;
}


#missionStatement {
	margin-left: 35px;
	margin-right: 300px;
	color: #fff;
	margin-top: 25px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;

}

#news {
	height: 100%;
	float: left;
	width: 475px;
	margin-top: 50px;
	padding: 0px 0px 15px 35px;
	font-family: Arial, Helvetica, sans-serif;
}

.newsItem {
	border-bottom: 1px solid #ccc;
	height: 115px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.85em;
}
.newsItem .pic {
	float: left;
	margin-top: 10px;
	margin-right: 12px;
	padding: 0px;
}



#events {
	width:235px;
	float: right;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 0.85em;
	line-height: 1.25em;
}

.eventsItem {
	background: url(../_images/bg-home-event.jpg) no-repeat;
	padding: 12px 20px 15px;
}

.eventsLuncheon {
	padding: 15px 20px 20px;
}

.sitemapTitle {
	font-weight: bold;
	text-transform: uppercase;
	color: #930;
	border-bottom: 1px solid #ccc;
}
form {
	margin: 0px;
	padding: 0px;
}
.hidden {
	display: none;
	visibility: hidden;
}
div.leftColumn {
	width: 49%;
	float: left;
}
div.rightColumn {
	width: 49%;
	float: right;
}

#doodleNav {
	padding: 8px 5px 5px;
	width: 690px;
	height: 17px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px 0px 20px;
	font-size: 0.9em;
	border-bottom: 1px solid #666666;
}

#doodleNav a { text-decoration: none;}

#doodleNav .selected {font-weight: bold; color: #000;}

table.data {
	border: 1px solid #f0f0f0;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	font-size: 90%;
}

table.data th {
	font-weight: bold;
	text-align: center;
	padding: 4px 5px;
	color: #fff;
	background: #333;
}

table.data td {
	padding: 4px 5px;
	border: none;
}

table.data tr.alt { background: #e2ecef; }

div.Highlight {
	background: #FFFFF0;
	padding: 3px 5px 3px 10px;
	border: 1px dashed #ccc;
}
div.indexContent { float: left; }

div.indexContent p {
	margin: 0px;
	padding: 0px;
}




div.indexContent .Left {
	float: left;
	width: 330px;
}

div.indexContent .Right {
	float: left;
	width: 330px;
	text-align: left;
	margin-left: 40px;
}

div.indexContent .itemBlock {
	clear: both;
	height: 90px;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 328px;
	padding-right: 2px;
}
div.indexContent  .itemBlock  .itemPic {
	border: 1px solid #000;
	float: left;
	height: 70px;
	width: 90px;
	margin-right: 10px;
	margin-top: 5px;
}
