html, body { height: 100%; }
body {
	background: #6C6A5A;
	color: #414141;
	text-align: center;
	font-family: georgia, serif;
	font-size: 14px;
}
#container {
	min-height: 804px;
	_height: 804px%;
	width: 773px;
	margin: 0 auto;
	text-align: left;
	position: relative;

}
/* Header */
h1#header {
	margin: 0;
	height: 804px;
	background: url(../images/header.jpg) 0 no-repeat;
	text-indent: -1234em;
	border-top: 20px solid #6C6A5A;
}
#header a {
	position: absolute;
	left: 7px;
	top: 2px;
	height: 26px;
	width: 23px;
	text-decoration: none;
}
#header em {
	display: none;
}


/* Navigation Links */
#pathway {
	position: absolute;
	left: 240px;
	top: 40px;
	color: #30251A;
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size: 26px;
	font-weight: bold;

}


#pathway2 {
	position: absolute;
	left: 250px;
	top: 90px;
	color: #333333;
	padding: 0;
	margin: 0 20px 0 10px;
	font-weight:bold;
	width: 460px;

}


#pathway3 {
	position: absolute;
	left: 20px;
	top: 100px;
	color: #E6DDC5;
	padding: 0;
	margin: 0 2px 0 2px;
	font-weight:bold;
	width: 180px;
	font-size: 11px;

}

#pathway4 {
	position: absolute;
	left: 60px;
	top: 790px;
	color: #E6DDC5;
	padding: 0;
	margin: 0 2px 0 2px;
	font-weight:bold;
	font-size: 11px;

}



/* Content */
#wrapper {
	width: 575px;
	float: left;
	position: relative;

}
h2#featured {
	margin: -12px 0 2px 194px;
	padding: 9px;
	background: #FFFF00;
	color: #363636;
	font-size: 11px;
	line-height: 1;
	_height: 1px;
	_position: relative;
}
h2#featured em {
	font-style: normal;
	color: #394A5A;
}

#content {
	padding: 0 10px 10px 20px;
}
h3.heading {
	background: url(../images/headingborder.gif) 0 100% no-repeat;
	font-size: 14px;
	padding: 3px 0;
	text-transform: uppercase;
}
h4.divider {
	color: #616061;
	background: #EFEFEF;
	margin: 2px 0;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 14px;
}
/* Right Column */
#extras {
	margin: 0px 0 0 577px;
	_margin-left: -3px;
	color: #414141;
	width: 207px;
	_width: 206px;
}

#extras_text {
padding-left: 8px;
}

hr#clear {
	clear: both;
	height: 65px;
	visibility: hidden;
}

a:link {
	color: #E6DDC5;
	text-decoration: none;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	color: #7616061;
	font-weight: bold;
}
hr.clearing {
	height: 1px;
	visibility: hidden;
	clear:both;
	width: 500px;
	margin: 0;
}

.bigger {
	font-size: 12px;
}


a:visited {
	color: #E6DDC5;
		text-decoration: none;

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





ul#bigger_list {
	margin-left: 5;
	padding: 0;
	color:	#394A5A;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	 line-height: 1.4;
}

}
#bigger_list a {
	color: #394A5A;
	text-decoration: none;
}
#bigger_list a:hover {
	color: #01A7BF;

	}

#pre_path {
color: #FFFFFF;
}



/* Standard sans stylesheet - VP3 Media */
* {
	padding:0;
	margin:0;
}
body {
	padding:0px;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
pre, 
blockquote, 
form, 
label, 
ul, 
ol, 
dl, 
fieldset, 
address {
	margin: 10px 0;
}
li, 
dd, 
blockquote {
	margin-left: 40px;
}
fieldset {
	padding:10px;
}
h1 {
	font-size: 16px
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}

input {
 background-color: #F3EBD7;
 color: #333333;
 border: 1px solid #666666;
 font-family: georgia, serif; 

}

textarea {
 background-color: #F3EBD7;
 color: #333333;
 border: 1px solid #666666;
  font-family: georgia, serif; 

}