/*font*********************************************/
html {font-size: small; font-family: arial, verdana, sans-serif;}
body {font-size: 115%;}
h4 {font-size: 150%; text-align:left; padding-left:10px;}
p {font-size: 100%; text-align:left; padding-left:15px;}
.nav, div#ftr {font-size: 92%;}

/*structure Elements************************************/

html, body { 
    text-align: center; 
    height: 101%; /*turns body scroll bar on, no shift in ff*/
    color: #444444; background: #f9f9f9;
    }
	
div#container {
	position: relative; width: 740px;  margin: 0 auto/*center aligns in ff*/; 
	border: 5px solid gray;
	}

#bnr {height: 250px; position: relative; overflow: hidden;	}
	

.nav {top: 10px; left: 5px; margin-bottom: 15px; }
	.nav a {cursor: pointer; margin-right: 5px; color: #d27c0b; font-weight: bold; text-decoration: underline;}
	.nav a:link, .nav a:visited {color: #d27c0b; cursor: pointer;}
	.nav a:hover {color: #660000; }
	
div#main {
	text-align: left; /*overrides body center for ff*/ line-height: 150%;
	position: relative; padding: 10px; padding-top: 15px ; 
	min-height: 550px/*ie6.css*/; overflow: hidden/*wraps floated children*/; 
	background: white;
	}

	#imgRotator, #imgRotatorTemp  {position: absolute; /*ie.css*/ top: 350px;  right: 10px; width: 345px; height: 345px;}
	.imgDisplay {left: 0 !important; top: 0 !important; }


div#ftr {
	text-align: center;
	position: relative; height: 50px; padding: 5px 0;
	color: black; background: url(images/ftr.gif) center center #d6dadd;
	}
	div#ftr a:link, div#ftr a:visited  {color: #003366;}
	div#ftr a:hover  {color: #6f706c;}

/*global*********************************************/

:link img, :visited img {border: none 0;}
a:link, a:visited {color: #d27c0b; text-decoration: underline; }
a:hover {color: #660000;}/* lt orange*/
b {color: #d27c0b;}/* #a50008*/
h4 {color: #5a6875;}
table {border-collapse: collapse;}
ul {list-style: none;}

/*properties*********************************************/
.logo { padding:20 20 20 20}
.locRight { text-align:left; float:right; position:absolute; top:0px;}
.locRight { text-align:left; float:right; position:absolute; top:0px;}

                            