/*
 * FILENAME:	ml.css
 *
 * DESCRIPTION:	Site-wide styles that apply to all pages within the website
 */

/* Base Styles */
BODY {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 8pt;
	background-image: url('images/bkgrd_dot.gif');
	background-repeat: repeat;
	margin: 0em 0em 0em 0em;
	/* scrollbar-arrow-color: #FFFFFF; */
	/* scrollbar-track-color: #DEDEDE; */
	/* scrollbar-shadow-color: #CCCCCC; */
	/* scrollbar-face-color: #65693F; */
	/* scrollbar-highlight-color: #CCCCCC; */
	/* scrollbar-darkshadow-color: #FFCC33; */
	/* scrollbar-3dlight-color: #CCCCCC; */
}

#outer {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 440px;
	margin-top: -220px;
	border: 2px solid #65693F;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;
}

p { 
	width: 600px;
	height: 350px;
	border: 0px;
	padding: 0.5em;
}

td, th {
	font-family: georgia,verdana,helvetica,sans-serif;
	font-size: 8pt;
}

.datatable {
	border: 1px solid #000000;
	border-collapse: collapse;
	width: 80%
}

.datatable td {
	border: 1px solid #000000;
	padding: 4px;
	text-align: left;
}

.datatable th {
	border: 1px solid #000000;
	background-color: #65693F;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	padding: 4px;
}

.datatable caption {
	font-family: georgia,verdana,helvetica,sans-serif;
	font-size: 9pt;
	text-align: left;
	padding-top: 14px;
	padding-bottom: 5px;
}

.datatable tr.altrow {
	background-color: #DEDEDE;
	color: #000000;
	padding: 4px;
}

.bio {	
	float: right;
	position: relative;
	background-color: #8B905A;
	width: 210;
	font-size: 7pt;
	font-weight: bold;
	color: #FFF;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 5px;
	padding : 12px;
}

.biohead {	
	font-size: 10pt;
	font-weight: bold;
	color: #00194B;
	margin: 0em 0em 0.25em 0em;
	border-bottom: 1px solid #000;
	display: block;
}

.biosubhead {	
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	margin: 0.25em 0em 0.5em 0em;
}

.BodyText {
	font-family: georgia,verdana,helvetica,sans-serif;
	font-size: 9pt;
	line-height: 150%;
}

.GreenBold {
	color: #65693F;
	font-weight: bold;
}

.BlueBold {
	color: #00194B;
	font-weight: bold;
}

.Contact {
	color: #00194B;
	font-size: 7pt;
	font-weight: bold;
}

.Required {
	color: #990000;
}

.Byline {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	line-height: 150%;
	color: #837742;
}

.Header {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 11pt;
	font-weight: bold;
	line-height: 150%;
}

.Subnav {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 8pt;
}

.Footer {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 8pt;
	line-height: 200%;
}

iframe {
	background-color: #FFFFFF;
}

BR.Clear {
	clear: both;
}

H1 {
	font-size: 12pt;
	color: #65693F;
	margin: 0em 0em 0.25em 0em;
}

H2 {
	font-size: 10pt;
	color: #00194B;
	margin: 0.25em 0em 0.25em 0em;
}

H3 {
	font-size: 12pt;
	margin: 0em 0em 0em 0em;
}

H4 {
	font-size: 1.0em;
}

a, a:link, a:active {
	color: #00194B;
}

a:visited {
	color: #00194B;
}

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

.dropdown {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	background-color:#CCCCCC
	border-style:0px;
}

.input {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC
	border-style: 0px;
}

.submit {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	border-style: 1px;
}

.submitalt {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	border-style: 1px;
}




