body
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:90%;
	background:#666666 url(../images/bgmaingrad.gif) repeat-x;
	/*background:#003664;*/
	color:#333;
	text-align:center;
	padding:0;
	margin:8px 0 0 0;
}
h1 {
	font-size:130%;
	font-weight:normal;
	color:#004990;
}
h2 {
	font-size:110%;
	font-weight:bold;
	color:#004990;
}
h3 {
	font-size:100%;
	font-weight:bold;
	color:#004990;
}
p {
	color:#333333;
}
a {
	text-decoration:underline;
	color:#A9A076
}
a:hover {
	color:#004990;
	text-decoration:none;
}
img {
	border:none;
	margin:0;
}

ul {
	list-style-type:disc;
	color:#333333;
	margin:0 0 0 10px;
	padding:0;
}
#doc {
	background:#f0f0e6;
	width:770px;
	margin:auto;
	padding:0;
}
#hd {
	background:url(../images/header1.jpg) no-repeat;
	height:100px;
	text-align:left;
	margin:0;
}
#logo {
	padding:0;
	color:#fdf6d8;
	height:100px;
}
#logo img, #logo p {
	float:left;
	margin:0 0 0 2px;
	font-size:14px;
}
#logo p {
	color:#FFffff;
	letter-spacing:2px;
}
#logo span {
	font-size:18px;
}
/*Top Navigation Menu Bar*/
#menu {
	list-style-type:none;
	margin:0;
	padding:0;
	background:url(../images/topgradient.gif) repeat-x;
	height:32px;
	clear:both;
}
#menu li {
	float:left;
	height:27px;
	padding:0
}
#menu li a {
	font-size:13px;
	text-decoration:none;
	color:#ffffff;
	display:block;
	padding:8px 10px;
}
#menu li a:hover,#menu li a.act {
	background:url(../images/actmenugrad.gif) repeat-x;
	color:#333333;
}

/*Styling for accordions on presentation page*/

.accordion_toggle {
			display: block;
			background: #C1B77E url(../images/grad.gif) repeat-x;
			/*height: 30px;*/
			width: 500px;
			padding: 0 0 0 5px;
			/*line-height: 30px;
			color: #A4081D;
			font-weight: bold;*/
			text-decoration: none;
			outline: none;
			cursor: pointer;
			margin: 0 0 10px 0;
}
		
.accordion_toggle_active {
			width: 500px;
			margin: 0 0 10px 0;
			padding: 0 0 0 5px;			
}
		
.accordion_content {
			overflow: hidden;
			margin: 0 0 10px 0;
			padding: 0 0 5px 5px;
			border-bottom: 2px solid #C1B77E;
}

.accordion_content img, hr{
	margin:10px 0;
}
/*end of sliding menu styles for presentations page*/

#bd {
	line-height:125%;
	padding:0;
	margin:20px 0 0 0;
}
.caption {
	font-size:80%;
	margin:0;
	padding:0;
	text-align:center;
	line-height:110%;
}
/*    Some styling for News & Events to tighten up paragraphs*/
.entry p {
	margin:5px 0;
}

.postmetadata {
	margin:5px 0 10px 0;
}

#comment {
	width:490px;
}

#rtbdimg {
	float:right;
	margin:0 0 0 20px;
}
#ltcolumn,#rtcolumn {
	float:left;
}
#ltcolumn {
	width:500px;
	text-align:left;
	padding:20px 40px;
}
#rtcolumn {
	width:190px;
	text-align:left;
	padding:20px 0;
}
#rtcolumn p {
	margin:0;
}
#rttop, #rtbot, #rtmid{
	background:#BEB578 url(../images/grad.gif) 0 0 repeat-x;
	width:160px;
	margin:0;
	padding:3px 0 0 10px;
	min-height:23px;
}
#rttop h2, #rtbot h2, #rtmid h2 {
	font-size:90%;
	font-weight:normal;
	color:#fff;
	margin:0;
}
#rttopcnt, #rtbotcnt, #rtmidcnt {
	background:#d3cfac;
	font-size:85%;
	text-align:left;
	width:150px;
	padding:10px;
	margin:0 0 20px 0;
}
#rttopcnt:after, #rtbotcnt:after, #rtmidcnt:after {
	content:"";
	display:block;
	visibility:hidden;
	height:0;
	clear:both;
}
#rttopcnt a, #rtbotcnt a, #rtmidcnt a {
	color:#004990;
}
#rttopcnt a:hover, #rtbotcnt a:hover, #rtmidcnt a:hover {
	text-decoration:none;
	color:#004990;
}
#copy {
	background:url(../images/grad.gif) repeat-x;
	height:21px;
	padding:5px 10px 0 0;
	clear:both;
}
#copy span {
	float:right;
	color:#fff;
	font-size:11px;
}
#copy a {
	color:#fff;
	text-decoration:none;
}
#copy a:hover {
	text-decoration:underline;
}
#ftmenu {
	font-size:75%;
	list-style-type:none;
	margin:0;
	padding:0 0 0 20px;
}
#ftmenu li {
	float:left;
	height:auto;
	padding-right:20px;
}
#ftmenu li a {
	text-decoration:none;
	color:#333333;
}
#ftmenu li a:hover,#ftmenu li a.act {
	text-decoration:underline;
}
/*notes to chet on the page - you can erase this style once the site is live*/
.chet {
	color:#FF6633;
}
