/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('bg.jpg') center top repeat-x #997d47; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 26px 0px 26px;}
.welcome {padding: 0px 4px 0px 26px;}

.subnav {padding: 0px 24px 0px 24px;}

.i01 {padding: 0px 32px 0px 18px;}
.i02 {padding: 0px 27px 0px 21px;}
.i03 {padding: 0px 24px 0px 24px;}

.areanews {padding: 0px 15px 8px 26px;}
.fre {padding: 0px 0px 0px 20px;}
.ren {padding: 0px 25px 0px 16px;}
.newsletter {padding: 0px 25px 0px 16px;}

.footer, .copyright {color: #fff; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #1f1083;}
a:visited {text-decoration: none; color: #1f1083;}
a:hover {text-decoration: underline; color: #1f1083;}
a:active {text-decoration: none; color: #1f1083;}

.subnav a:link {text-decoration: none; color: #234060;}
.subnav a:visited {text-decoration: none; color: #234060;}
.subnav a:hover {text-decoration: underline; color: #234060;}
.subnav a:active {text-decoration: none; color: #234060;}

.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 ----- */
.top-l {background: url('top-l.jpg') right top no-repeat;}
.top-r {background: url('top-r.jpg') left top no-repeat;}

.mid-l {background: url('mid-l.png') right top repeat-y;}

.cont1 {background: url('cont1.jpg') left top repeat-y;}
.fre {background: url('bg-fre.jpg') left top no-repeat;}
.cont2 {background: url('cont2.jpg') left top repeat-y;}
.left {background: url('left-bot.jpg') left bottom no-repeat;}
.right {background: url('right-bot.jpg') left bottom no-repeat;}
.ren {background: url('ren-bg.jpg') left top repeat-y;}
.bg-sub {background: url('bg-sub.jpg') left top repeat-y;}
.sub {background: url('sub-bot.jpg') left bottom no-repeat;}

.sub2 {background: url('sub-bot2.jpg') left bottom no-repeat;}

.mid-r {background: url('mid-r.png') left top repeat-y;}

.foot-l {background: url('foot-l.jpg') right top no-repeat;}
.foot-r {background: url('foot-r.jpg') left top no-repeat;}

.subnav-y {background: url('subnav_02.jpg') left top repeat-y;}

.i01 {background: url('icons_07.png') left top repeat-y;}
.i02 {background: url('icons_08.png') left top repeat-y;}
.i03 {background: url('icons_09.png') left top repeat-y;}


/* ----- other stuff ----- */
.img {border:1px solid #ddcd97;}
ul {margin-top:0px; margin-bottom:0px;}
ul li {
	margin-left: -20px; 
	list-style-image: url('bullet.gif');
}