/* CSS Document */

body {
	background: url(images/site-bg.gif);
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, serif;
	}

form {
	margin: 0;
	padding: 0;
	}

/********************** Structural Elements **********************/

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 836px;
	height: auto;
	}

#folio {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 836px;
	height: auto;
	}

/****************** Site Wrapper *****************/

#sitewrapper {
	float: left;
	margin: 0;
	padding: 0;
	width: 836px;
	height: auto;
	background: #fff;
	}

/****************** Top Strip *****************/

#topstrip {
	float: left;
	margin: 0px 0 0 0;
	padding: 0;
	width: 836px;
	height: auto;
	}

#logo {
	float: left;
	width: 300px;
	height: auto;
	margin: 0 0 0 25px;
	padding: 0;
	display: inline;
	}

#whenwhere {
	float: right;
	width: 285px;
	height: auto;
	margin: 65px 0 0 0;
	padding: 0;
	text-align: right;
	}


/****************** Navigation Styles ***************/

#nav_wrapper {
	float: left;
	width: 836px;
	height: auto;
	margin: 0px 0 0 0;
	padding: 0;
	}

#navigation {
	float: left;
	width: 786px;
	height: 40px;
	margin: 0px 0 0 25px;
	padding: 0;
	display: inline;
	text-align: right;
	background: url(images/nav-bg.gif) no-repeat;
	}

#navigation p {
	margin: 10px 15px 0 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #901200;
	}

#navigation a {
	color: #901200;
	text-decoration: none;
	}

#navigation a.selected {
	color: #901200;
	text-decoration: underline;
	}

#navigation a:hover {
	color: #901200;
	text-decoration: underline;
	}

.nav_split {
	margin: 0 8px;
	color: #B7AA88;
	}

#content {
	float: left;
	width: 836px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0 0 20px 0;
	background: #fff;
	}


/****************** Left Column Styles ***************/

#maincolumn {
	float: left;
	width: 510px;
	height: auto;
	margin: 10px 0 0 25px;
	padding: 0;
	display: inline;	
	}

.main_content {
	float: left;
	width: 510px;
	height: auto;
	margin: 0;
	padding: 0;
	}
.main_content h1.redo {
	font-weight: normal;
	color: #901200;
	font-size: 22px;
	margin: 0px 0 0 0;
	padding: 12px 0 6px 0;
	background : #ffffff;
	}
.main_content h1 {
	font-weight: normal;
	color: #901200;
	font-size: 22px;
	margin: 0px 0 0 0;
	padding: 12px 0 6px 0;
	}
.main_content h1.line {
	font-weight: normal;
	color: #901200;
	font-size: 22px;
	margin: 0px 0 0 0;
	padding: 12px 0 6px 0;
	background: url(images/left-h1-bg.gif) top left repeat-x;
	}
.main_content h2 {
	font-weight: normal;
	color: #901200;
	font-size: 18px;
	margin: 0px 0 20px 0;
	padding: 12px 0 6px 0;
	
	}	

.main_content p {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 15px;
	color: #333;
	line-height: 1.5em;
	}
.main_content ul {
	margin: 0;
	margin-left: 5%;
	padding: 0 0 20px 0;
	font-size: 13px;
	color: #333;
	line-height: 1.5em;
	}	
.main_content li {
	line-height: 2;
}	

.main_content a {
	color: #901200;
	text-decoration: underline;
	}

.main_content a:hover {
	color: #901200;
	text-decoration: underline;
	}


.dropcap {
	margin: 0 2px 0 0;
	}



/****************** Right Column Styles ***************/

#rightcolumn {
	float: right;
	width: 238px;
	height: auto;
	margin: 0 25px 0 0;
	padding: 0;
	display: inline;
	}

.right_module {
	float: left;
	width: 238px;
	height: 392px;
	margin: 0;
	padding: 0;
	background: url(images/module-bg.gif) no-repeat;
	}

.right_module_sub {
	float: left;
	width: 238px;
	height: auto;
	margin: 12px 0 0 0;
	padding: 0;
	background: none;
	}

.right_module h1, .right_module_sub h1 {
	font-weight: normal;
	color: #901200;
	font-size: 22px;
	margin: 36px 12px 0 12px;
	padding: 0 0 5px 0;
	}

.right_module h1.mailing, .right_module_sub h1.mailing {
	font-weight: normal;
	color: #901200;
	font-size: 22px;
	margin: 10px 12px 0 12px;
	padding: 12px 0 5px 0;
	background: url(images/right-h1-bg.gif) top left repeat-x;
	}

.right_module p, .right_module_sub p {
	font-weight: normal;
	color: #222;
	font-size: 14px;
	margin: 12px 12px 0 12px;
	padding: 0 0 5px 0;
	}

.right_module p.center, .right_module_sub p.center {
	font-weight: normal;
	color: #222;
	font-size: 13px;
	margin: 0px 12px 0 12px;
	padding: 0 0 12px 0;
	text-align: center;
	}

.right_module a, .right_module_sub a {
	color: #901200;
	text-decoration: none;
	}

.right_module a:hover, .right_module_sub a:hover {
	color: #901200;
	text-decoration: underline;
	}


/****************** Form and Tables Styles ***************/

.sponsor_logo {
	padding: 10px 0 7px 0;
	text-align: center;
	}

.sponsor_name {
	padding: 3px 7px 3px 7px;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	text-align: center;
	border-bottom: solid 3px #fff;
	background: #faf7ea url(images/sponsor-bg.gif) repeat-x;
	}

.sponsor_name p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	}

.sponsor_name p.description {
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 11px;
	color: #555;
	}


.signup {
	padding: 10px 0 0 12px;
	}


.formfield {
	font-size: 11px;
	font-family: Georgia, Times New Roman, serif;
	padding: 1px;
	font-weight: normal;
	color: #666;
	}

.formbutton {
	font-size: 11px;
	font-family: Georgia, Times New Roman, serif;
	padding: 1px;
	font-weight: bold;
	color: #333;
	}








/****************** Footer Styles ***************/

#foot_wrap {
	float: left;
	width: 836px;
	height: 54px;
	margin: 0px 0 0 0;
	padding: 0 0 22px 0;
	}

#footer {
	float: left;
	width: 836px;
	height: 24px;
	margin: 0px 0 0 0;
	padding: 0;
	background: url(images/footer-bg.gif) no-repeat;
	}

#footer p {
	margin: 0px 0 0 0;
	padding: 0;
	font-size: 10px;
	}


