body {
	margin:0;
	padding:0;
	text-align:center;
	height:100.1%;
	background-color:#674d74;
	background-image:url("/img/bg.gif");
	background-position:top left;
	background-repeat:repeat;
}

#container {
	position:relative;
	width:935px;
	margin:26px auto 0 auto;
	border:0px solid white;
}

#branding {
	height:30px;
	position:absolute;
	top:-29px;
	left:0px;
	background-color:transparent;
	background-image:url("/img/bg-branding.png");
	background-position:bottom left;
	background-repeat:repeat-x;
	border:0px solid black;
}

#branding div#logo {
	/*width:323px;
	height:26px;*/
	position:absolute;
	top:105px;
	left:-70px;
	/*background-image:url("/img/logo.png");
	background-position:bottom left;
	background-repeat:repeat-x;*/
}

#branding div#logo a {
	display:block;
	width:323px;
	height:26px;
}	

#container_inner {
	width:935px;
	background-image:url("/img/bg-container.png");
	background-position:top left;
	background-repeat:repeat-y;
	text-align:left;
	border:0px solid blue;	
}

img#header_graphic {
	margin-top:1px;
	margin-bottom:1px;
	margin-left:6px;
}

ul#nav {
	width:923px;
	margin:0px;
	margin-left:6px;
	padding:0px;
	text-indent:0px;
	list-style:none;
	height:31px;	
	background-color:#5c1f21;
	border:0px solid #FFF;	
}

#nav li {
	float:left;
	height:31px;
}

#nav li.first {margin-left:114px;}

#nav a {
	float:left;
	height:23px;	
	display:block;
	font:bold 12px arial, sans-serif;
	text-decoration:none;
	color:#fff;
	padding-top:8px;
	padding-right:24px;
	padding-left:24px;
}

#nav a:visited {}

#nav a:hover {background-color:#000;}

#breadcrumb {
	text-align:right;
	margin:0 14 10 0px;
	border:0px solid #FFF;
}

#pulldown {
	text-align:right;
	margin:0 0 0 30px;
	float:left;
}

#content_full {
	clear:both; /*clear the nav */
	float:left;
	width:920px;
}

#content_full_inner {
	margin:20 20 30 30px;
	border:0px solid blue;
}

#content_left {
	clear:both; /*clear the nav */
	float:left;
	width:625px;
	overflow:hidden;
	border:0px solid #8b4c2a;
}

#content_left_inner {
	margin:20 20 30 30px;
	border:0px solid blue;
}

#content_right{
	float:right;
	width:300px;
	border:0px solid blue;
}

#content_right_inner {
	margin:40 30 30 0px;
	border:0px solid blue;
}

#clear {
	clear:both;
	height:0px
}

#footer {
	height:14px;
	background-image:url("/img/bg-site-info.png");
	background-position:top left;
	background-repeat:no-repeat;
}

#footer p {
	padding-top:12px;
	padding-bottom:8px;
	color:#CCCCCC;
	font-size:11px;
}

/* BEGIN GENERAL SELECTORS */
body {
	color:#000;
	font-family:arial, san-serif;
}

h1{
	font-size:22px;
	color:#000;
	margin:0px 0px 4px 0px;
} 

h2 {
	font-size:18px;
	color:#000;
	margin:0px 0px 4px 0px;
}

h3 {
	font-size:14px;
	color:#000;
	margin:0px 0px 12px 0px;
}

p {
	font-size:12px;
	color:#000;
	margin:0px 0px 10px 0px;
}

td { font-size:12px;
	color:#000000;
	}

textarea {

	margin:0px 0px 16px 0px;
}

a {
	color:blue;
	text-decoration:underline;
}

a:visited {

	text-decoration:underline;
}

a:hover {

	text-decoration:none;
}

.submit {
	background-color:#009900;
	color:white;
	font-weight:bold;
}

.submitsm {
	background-color:#009900;
	color:white;
	font-weight:bold;
	font-size:11px;
}

ul {
	font:14px "trebuchet ms",arial, san-serif;
	color:#fff;
	margin:0px;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
}

img {
	border:0;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.float {
	float:left;
}

.float_right {
	float:right;
	text-align:right;
}

.clear {
	clear:both;
}

.photo {
	margin:0 8 8 0px;
}

.nomargin {
	margin:0px;
}

h1 img {
	vertical-align:middle;
}

.thumb {
	float:left;
	width:81px;
	height:81px;
	background:url("/img/bg-events.gif") no-repeat bottom right; 
	margin:0 6 0 0px;
	border:0px solid #fff;
}

.thumb img{
	margin: 4px 0px 0px 4px;
	background:#9b9999;
	border:0px solid #000;
}

.event {
	margin:0 0 20 0px;
}

.event_text {
	float:left;
	width:260px;
	border:0px solid #fff;
}

.event h3 {
	margin:0px 0px 0px 0px;
	font:bold 14px "trebuchet ms",arial, san-serif;
}

.event h3 > a {
	font:bold 16px "trebuchet ms",arial, san-serif;
}

.event p {
	font:12px "trebuchet ms",arial, san-serif;
	color:#000;
	margin:0px 0px 0px 0px;
}

.event h3 + p{
	margin:0px 0px 8px 0px;
}

#calendar td {
	border-width:1px;
	border-color:#CCCCCC;
	border-style:solid; 
	}
#calendartitle td {
	border-width:0;
	}
.error {
	font-weight:bolder;
	color:#990033;
}

.TableDark {
	background-color:#DDD;
	}
.TableLight {
	background-color:#EEEEEE;
	}
