body {
	background: #E2E2E2 url(/meetings/2010/images/background.gif) repeat-x;
	font-family: Arial, Helvetica, san-serif;
	font-size: 62.5%;
	margin: 0;
}

a {
	color: #0456A8;
	text-decoration: underline;
}

a:hover {
	color: #499CD7;
	text-decoration: none;
}

li {
line-height: 1.4em;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#header {
	height: 103px;
	width: 800px;
	margin: 0;
	padding: 0;
}

#nav_wrapper {
	background: #E2E2E2 url(/meetings/2010/images/nav_bg.gif) repeat-x;
	height: 46px;
	margin: 0;
}

#top_nav {
	width: 810px;
	padding: 0;
}

.dateTime {
	 font-family: Arial, Helvetica, san-serif;
	 font-size: 1.2em;
	 font-weight: bold;
	 color:#0052A4;
	 background-color: #AFD9FF;
	 border-left: 1px solid #9F9F9F;
	 border-right: 1px solid #9F9F9F;
	 padding: 5px 10px;
	 text-align:right;
}


#content {
	font-family: Arial, Helvetica, san-serif;
	font-size: 1.2em;
	background-color: #FFF;
	border-left: 1px solid #9F9F9F;
	border-right: 1px solid #9F9F9F;
	border-bottom: 1px solid #9F9F9F;
	min-height: 600px;
	padding: 8px;
	margin:0;
}


/* IE HACK */
* html #content {
	height: 625px;
	}
	
#contentText {
	width: 470px;
	padding: 5px 10px;
	float: left;
}

#rightCol {
	 width: 275px;
	 min-height: 600px;
	 float: right;
	 margin-left: 10px;
}

.boxCal {
	padding: 10px;
	border: 1px solid #95A1C3;
	background-color: #D2D6E1;
	min-height: 225px;
	margin-top: 5px;
}

.boxInfo {
	padding: 10px;
	border: 1px solid #FDC745;
	background-color: #FEE3A2;
	min-height: 110px;
	margin-top: 5px;
}

#footer  {
	width:800px;
	margin: 10px auto;
	text-align: center;
}

#footer a {
	text-decoration: underline;
	color: #0456A8;
}

#footer a:hover {
	text-decoration: none;
	color: #499CD7;
}

/* Text Styles*/
.heading1, h1 {
font: bold 2.0em Arial, Helvetica, san-serif;
color: #439339;
}

.subhead1 {
	font-family: Arial, Helvetica, san-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #439339;
}

.heading2, h2 {
font-family: Arial, Helvetica, san-serif;
font-weight: bold;
font-size: 1.4em;
color: #293F6F;
margin-top: 0;
}

.subhead2 {
	font-family: Arial, Helvetica, san-serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #293F6F;
}

.heading3, h3 {
font-family: Arial, Helvetica, san-serif;
font-weight: bold;
font-size: 1.4em;
color: #DF0009;
margin-top: 0;
}

.boxHighlight {
	background-color: #E0EFE1;
	border: 1px solid #439339;
	padding: 5px 10px;
}

.return {
	font-size:.8em;
	color: #EF0000;
	text-align: center;
}

.return a {
	color: #EF0000;
	text-decoration: underline;
}

.return a:hover {
	color: #EF0000;
	text-decoration: none;
}
