BODY {
	font-family : arial,helvetica,sans-serif;
	font-size : 12px;
	background-color : #26393d;
	margin: 0px 0px 8px 0px;
	width:100%;
/*	min-width: 780px; */
/*	width: expression( documentElement.clientWidth < 780 ? "780" : "auto" ); */
}

A:LINK {color: #191970; text-decoration: none;}
A:VISITED {color: #191970; text-decoration: none;}
A:HOVER {color: #5B0012; text-decoration: underline;}
A:ACTIVE {color: #191970; text-decoration: none;}

/* reset all standard elements to 0 for cross-browser */
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {margin: 0px; padding: 0px;text-align: left;}

P {
	margin-top : 6px;
	margin-bottom : 6px;
}

PRE {
	font-family : "Courier New", Courier, monospace;
	font-size : 9pt;
	margin-top : 6pt;
	margin-bottom : 6pt;
	padding-left : 6pt;
}

UL {
	margin:0px;
	padding:4px;
	padding-left: 2px;
	list-style:none;
}
UL LI {
    font-size: 11px; color: #333; font-weight: normal;
	background: url(/images/arrow.gif) no-repeat;
	background-position: 0 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
	line-height: 14px;
	overflow: hidden;
}
/*
UL {
	list-style : square;
	margin-top : 3pt;
	margin-bottom : 3pt;
}

OL {
	margin-top : 3pt;
	margin-bottom : 3pt;
}
*/

H1 {font-size: 18px; color: #191970;}
H2 {font-size: 16px; font-weight: bold; color: #191970; margin-top:4px;margin-bottom:4px;}
H3 {font-size: 13px; font-weight: bold; color: #191970; text-decoration:underline;}
H4 {font-size: 13px; font-weight: bold; color: #5b0012;}
H5 {font-size: 13px; font-weight: bold; color: #191970; margin-bottom:0px;}

BLOCKQUOTE {font-size: 10pt; margin-top: 6pt;	margin-bottom : 6pt;}

HR {color: #999; padding: 0px;}

SUP {color: #228B22;}

/* Styles for forms */
INPUT.styled {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 12px;
	color: #555;
	background: #FAFAFA;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-bottom: 2px;
}
TEXTAREA {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 12px;
	width: 96%;
	color: #555;
	background: #FAFAFA;
	border: 1px solid #CCC;
}
.submit {
   margin-top: 4px;
   color:#DDD;
   font-family: verdana,arial,helvetica,sans-serif;
   font-size: 12px;
   font-weight: bold;
   letter-spacing: 0ex;
   background: #40627c;
   border: 1px solid #CCC;
   cursor: pointer; /* hand-shaped cursor */
   cursor: hand; /* for IE 5.x */
}

/* used to contain the width of a site. used in div on header */
#container {
	width:960px;
	margin:0 auto;
	text-align:center;
	background : #26393d;
	padding: 8px;
}

/* general styles */
.caption {font-size: 11px; color : #666;}
.copyright {font-size: 11px; color : #AAA; text-align:center;}
.searchresults {font-family: verdana,arial,helvetica,sans-serif; font-size: 11px;}
.goback {font-family: verdana,arial,helvetica,sans-serif; font-size: 11px;}

.whitelink {font-size: 11px; color : #FFF;}
.whitelink A:LINK, .whitelink A:VISITED, .whitelink A:ACTIVE {color: #FFF; text-decoration: none;}
.whitelink A:HOVER {color: #FFF; text-decoration: underline;}

.topnav {font-size: 11px; color:navy; text-decoration:none;}
.topnav A:link, .topnav A:visited, .topnav A:active {color:navy; text-decoration:none;}
.topnav A:hover {color:#5b0012;	text-decoration:underline;}

.topnav2 {font-family: verdana,arial,helvetica,sans-serif;font-size: 11px; color:#EEE; text-decoration:none;}
.topnav2 A:link, .topnav2 A:visited, .topnav2 A:active {color:#EEE; text-decoration:none;}
.topnav2 A:hover {text-decoration:underline;}

.footer {font-size: 11px; color : #000; text-align: center;}

/* Styles for images and thumbnails */
.imgbox {padding: 4px; border: 1px solid #000;}
.imgboxLoc {border: 1px solid #000;}
.imgLeft { 
	float: left; 
	margin:5px 10px 2px 0px;
/*	background: #FFF; */
	font-family: verdana,tahoma,arial,helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #333;
	border: 1px solid #FFF;
}
