@charset "utf-8";
html, body, div, ul, li, h1, h2, h3, br, img, a, ul, li {  margin: 0px;  padding: 0px;  border-width: 0px;
} 

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF; margin: 0;	padding: 0; text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000; 
}
#container { 
	width: 963px; margin: 0 auto; padding: 0; text-align: left;  border-width: 0px;
} 



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.standout {
	text-align:center;
	font-size: 1em;
	font-weight:bold;
 padding-bottom: .5em;
}

.brownish { color: #993300;}

#intro {
	letter-spacing: .2em;
	text-align: left;
}
.standout2 {
	text-align:center;
	font-size: 1.2em; letter-spacing:.1em;
	font-weight:bold;
}
#location ul {  list-style-type:none;}

#location li.smspacing{  padding-top: 1.5em; display: block;}
#location li {padding-top: .2em;  display:block;}


.copyright { text-align:center; font-size:.8em;}


#location { float:right; width: 400px; border-style:groove; border-width: 2px; border-color: Black; padding: 5px; text-align: center;}

.bodystyle { font-size: .8em; text-align: left; font-weight:normal;}
.bodystyle2 { font-size: .9em; text-align: left;}
.bodystyle3 { font-size: .8em; }
.alert { font-size: 1.2em; font-weight:bold; color:Red; text-align: left;}

fieldset {
	margin:  0px 0px 1em; color: #2e3192; width: 650px; text-align:left;padding: 25px;
}
legend { font-weight: bold;	margin-left: 1em;
}

