/* ----- universal settings -----*/
body {
	margin:0px; 
	padding:0px 0px 0px 0px; 
	background:url('FILENAME.jpg') center top repeat-x #164EA5; 
	font-family:verdana, san-serif; 
	font-size:8pt; 
	color:#000;
	text-align:left;
}

td {font-size:8pt;}
p {margin:0px; padding:0px;}
h1 {font-size: 9pt; margin: 0px;}

#ctr {margin-left:auto; margin-right:auto; width:760px;}


/* ----- typography/positioning ----- */
.welcome {padding:0px 0px 0px 0px;}
.content {padding:0px 24px 0px 20px;}
.fpro {padding:3px 0px 0px 22px;}

.footer, .copyright {color:#fff; text-align:center; font-size:7pt;}


/* ----- links ----- */
a:link {text-decoration:none; color:#164EA5;}
a:visited {text-decoration:none; color:#164EA5;}
a:hover {text-decoration:underline; color:#164EA5;}
a:active {text-decoration:none; color:#164EA5;}

.footer a:link, .copyright a:link {text-decoration:none; color:#fff;}
.footer a:visited, .copyright a:visited {text-decoration:none; color:#fff;}
.footer a:hover, .copyright a:hover {text-decoration:underline; color:#fff;}
.footer a:active, .copyright a:active {text-decoration:none; color:#fff;}


/* ----- backgrounds ----- */
.fea {background:url('backfea.jpg') center top no-repeat;}


/* ----- other stuff ----- */
ul li {margin-left:-10px; list-style-image:url('bullet.gif');}
.img {border: 3px #a4825f solid;}
#fader {width: 760px; height: 200px; overflow: hidden;} 


/* ----- navigation ----- */
.chromestyle {width:548px;}

	/* -------- Style for Drop Down Menu -------- */
	.dropmenudiv {position:absolute; text-align:left; top:0; border:1px solid #cda67e; border-bottom-width:0; font:normal 8pt arial; line-height:20px; z-index:100; background-color:#ebd7c4; width:130px; visibility:hidden;}
	.dropmenudiv a {width:auto; display:block; text-indent:4px; border-bottom:1px solid #cda67e; border-top:1px solid #f4eae0; text-decoration:none; color:#342522; text-align:left;}		
	.dropmenudiv a:hover {background-color:#f4eae0; text-align:left;}
	* html .dropmenudiv a { /*IE only hack*/ width:100%;}
	.notop {border-top:0px !important;}