/* --- Common Elements-------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 75%;
	font-weight: 100;
	color: #757575;
}
hr {
	width: 619px;
	color: #e1e1e1;
	height: 0px;
	border-top: 1px #e1e1e1 solid;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}
h1 {
	font-size: 18px;
	color: #595959;
	line-height: 10px;
	font-weight: 100;
}
input {
	
	}
textarea {
	width: 450px;
	height: 200px;
	}
/* MAIN LINKS */
a, dt {
	outline: none;
	color: #006d72;
	text-decoration: none;
}

	a:hover {
		color: #006666;
		text-decoration: underline;
	}
	
	a:active {
		color: #006666;
		text-decoration: none;
	}

/* DATE */
.date {
	color: #006d72;
	text-decoration: underline;
	font-size: 12px;
}

/* GREEN FONT */
.green {
	color: #006666;
}

/* --- Structural Elements-------------------------------------------------------*/

/* CONTACT FORM */
#contact_form input {
	width: 100%;
	padding: 0px 2px 0px 2px;
	font-size: 11px;
}
#contact_form textarea {
	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
	font-size: 11px;
}
#contact_form submit {
	width: 100px;
}
.dropdown {
	font-size: 10px;
	width: 100%;
}

/* PROMPTER */
.table_style1 {
	background-color: #E3E3E3;
}
.table_style2 {
	background-color: #F2F2F2;
}
.table_style3 {
	background-color: #EDEDED;
}
.table_header {
  font-weight: bold;
  color: #006e6f;
}
.calendar_input {
	width: 103px;
	text-align: right;
	height: 18px;
	cursor: pointer;
	background-image: url('../images/cal.gif');
	background-repeat: no-repeat;
	border-width: 1px;
	border-color: #808080;
}
.calendar_get_results {
	width: 107px;
	height: 24px;
	cursor: pointer;
	font-size: 11px;
	margin-left: 5px;
}

/* TOP BLANK SPACE */
#space {
	width: 822px;
	height: 20px;
	text-align: right;
}

/* TOP LINKS */
#masthead {
	width: 822px;
	height: 20px;
	text-align: right;
	color: #006d72;
}

/* PRINT LINK --- REMOVED */
#print_content {
	padding-left: 10px;
	width: 600px;
	text-align: left;
}
	#print_content li {
		text-align: left;
		background-image: url('../images/li.gif');
		background-position: 0px 4px;
		background-repeat: no-repeat;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 10px;
	}
	#print_content li a {
		text-decoration: underline;
	}

/* PAGE CONTAINER */
#container {
	position: relative;
	width: 822px;
}

/* LOGO */
#left_col {
	width: 203px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
}
#left_col img {
	margin: 0px 0px 11px 0px;
}

/* PAGE CONTENT */
#page_content {
	padding-left: 203px;
	width: 619px;
	text-align: left;
}
	#page_content img {
		margin: 0px 0px 11px 0px;
	}
	#page_content ol li {
		list-style-type: decimal;
		list-style-position: outside;
		text-align: left;
		margin: 0px 0px 0px 30px;
		padding: 6px 0px 0px 0;
	}
		#page_content ol li a {
			text-decoration: none;
		}
		#page_content ol li a:hover {
		text-decoration: underline;
		}
	#page_content ul li {
		text-align: left;
		background-image: url('../images/li.gif');
		background-position: 0 6px;
		background-repeat: no-repeat;
		margin: 0px 0px 0px 10px;
		padding: 2px 0px 0px 10px;
	}
		#page_content ul li a {
			text-decoration: none;
		}
		#page_content ul li a:hover {
			text-decoration: underline;
		}


/* QUOTE -- REMOVED*/
#quote {
	margin: 25px 0px 5px;
	text-align: center;
	font-family: ms-serif;
	font-size: 18px;
	color: #757575;
	padding-bottom: 8px;
}

/* EDITBALE CONTENT AREA */
#content {
	line-height: 15px;
	text-align: justify;
}
	#content img {
		border: none;
		padding-bottom: 3px;
		padding-right: 5px;
		padding-left: 5px;
	}

/* BIO IMAGE */
#bio img{
	padding-right: 15px;
	margin-left: -4px;
}

#bio_name{
	font-size: 18px;
	color: #595959;
	font-weight: 100;
}
#bio_title{
	padding-top: 2px;
}

/* FOOTER */
#footer {
	color: #757575;
	text-align: center;
}
	#footer a {
		color: #757575;
	}
	#footer a:hover {
		color: #006666;
		text-decoration: underline;
	}
	#footer a:active {
		color: #006666;
		text-decoration: none;
	}

/* DROPDOWN */
dl, dt, dd, ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: absolute;
	top: 225px;
	width: 188px;
	left: 0;
}
dl#menu {
	
}
	dl#menu dt {
		cursor: pointer;
		height: 17px;
		line-height: 20px;
		text-align: left;
	}
	dl#menu dd {
	}
	dl#menu li {
		text-align: left;
		background-image: url('../images/li.gif');
		background-position: 0 4px;
		background-repeat: no-repeat;
		padding: 2px 0px 2px 10px;
		margin-left: 5px;
		vertical-align: bottom;
	}
		dl#menu li a, dl#menu dt a {
			display: block;
			border: 0 none;
			height: 100%;
		}
		dl#menu li a:hover, dl#menu dt a:hover {
			color: #a79ea0;
		}
		dl#menu li a:active, dl#menu dt a:active {
			color: #a79ea0;
		}

