* {
	margin:0;
	padding:0;
}

p {
	margin:7px 0;
}

#wrapper {
	width:835px;
	margin:20px auto 20px auto;
	height:594px;
}

#column { 
	width:798px;
	float:left;
	border:1px solid #000;
	height:100%;
	position:relative;
}

#column_inner {
	width:758px;
	height:514px;
	margin:40px 20px;
	padding-right:10px;
	overflow:auto;
}

#column_l {
	width:399px;
	float:left;
	border:1px solid #000;
	border-right:none;
	height:100%;
	position:relative;
}

#column_l #section_pic_text {
	position:absolute;
	bottom:10px;
	right:10px;
}

#column_r {
	width:399px;
	float:left;
	border:1px solid #000;
	border-left:none;
	height:100%;
}

#column_r_inner {
	width:348px;
	height:514px;
	margin:40px 20px;
	padding-right:10px;
	overflow:auto;
}

#main_nav {
	width:34px;
	float:right;
	border:1px solid #000;
	border-left:none;
	border-bottom:none;
}

#main_nav a {
	float:left;
	border:1px solid #000;
	border-top:none;
	border-left:none;
	background:#cccccc;
}

#main_nav a:hover,
#main_nav .current {
	background:#cc0000;
}

.secondary_nav {
	margin-bottom:20px;
}

.resource_link {
	margin-top:10px;
}

.post {
	margin-top:10px;
}

form {
	margin-bottom:20px;
}

form fieldset {
	padding:10px;
	background:#f5f5f5;
	border:none;
}

form fieldset label {
	float:left;
	width:100px;
	margin-top:3px;
	font-weight:bold;
}

form fieldset select,
form fieldset input {
	float:left;
}

form fieldset select {
	width:120px;
}

form fieldset br {
	clear:both;
}

.align_to_form {
	margin-left:100px;
}

#search_results {
	border-collapse:collapse;
	font-size:12px;
}

.head_bg {
	text-align:left;
	vertical-align:top;
	padding:5px;
	background:#ccc;
	color:#000;
	border-bottom:1px solid #b2b2b2;
	white-space:nowrap;
}

.light_bg {
	background:#fff;
	vertical-align:top;
	padding:5px;
	border-bottom:1px solid #b2b2b2;
}

.dark_bg {
	background:#f5f5f5;
	vertical-align:top;
	padding:5px;
	border-bottom:1px solid #b2b2b2;
}

.latest {
	margin-bottom:30px;
}

.latest p {
	margin:0 0 20px 0;
}

.latest a {
	display:block;
	margin-bottom:5px;
	text-transform:uppercase;
}

#home_text {
	margin-bottom:20px;
}

.home_head {
	font-size:13px;
}

#calender_container{
	position:relative;
	width:434px;
	background-color:#271f2e;
}

.date_header{
	width:60px;
	height:25px;
	background-color:#271f2e;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

.date_number{
	font-size:12px;
	color:#333333;
}

.todays_date{
  color:#271f2e;
	font-weight:bold;
}


.empty_cell{
	background-color:#FFFFFF;
	width:60px;
	height:45px;
}

.no_events{
	background-color:#EDEDED;
	width:60px;
	height:45px;
	vertical-align:top;	
}

.event_date{
	background-color:#CCCCCC;
	background-image:url(../imgs/calender/event_date.gif);
	width:60px;
	height:45px;
	vertical-align:top;	
}

.agenda{
	width:149px;
	background-image:url(../imgs/calender/agenda_bg.gif);
	background-repeat:repeat-y;
	background-position:top center;
	position: absolute;
	margin-left:20px;
	margin-top:-50px;
	display:none;
}

.agenda_top{
	width:149px;
	background-image:url(../imgs/calender/agenda_top.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

.agenda_body{
	width:139px;
	margin-left:5px;
}

.agenda_body h1{
	width:139px;
	position:relative;
	left:2px;
	padding-top:10px;
  font-size:15px;
	background-image:url(../imgs/calender/event_sep.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:10px;	
}

.agenda_bottom{
  width:149px;
	height:17px;
	background-image:url(../imgs/calender/agenda_bottom.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

.event{	
	position:relative;
	left:2px;
	padding-top:5px;
	padding-left:6px;
  width:125px;
	font-size:10px;
	color:#1b7945;
	font-weight:bold;
	background-image:url(../imgs/calender/event_sep.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:10px;
}

.event a{
	font-size:10px;
	color:#1b7945;
}

.event a:active{
	font-size:10px;
	color:#1b7945;
}

.event a:link{
	font-size:10px;
	color:#1b7945;
}

.event a:visited{
	font-size:10px;
	color:#1b7945;
}
.event a:hover{
	font-size:10px;
	color:#999999;
}