/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background-color: #0c6022; 
	font-family: georgia, serif; 
	font-size: 8pt; 
	color: #000;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 22px 0px 22px;}
.welcome {padding: 0px 10px 0px 22px;}

.i1 {padding: 0px 10px 0px 22px; color: #fff;}
.i2 {padding: 0px 10px 0px 22px; color: #fff;}
.i3 {padding: 0px 10px 0px 22px; color: #fff;}

.footer, .copyright {color: #fff; text-align: center;}

.image {border: 3px solid #ffffff;}


/* ----- links ----- */
a:link {text-decoration: none; color: #700;}
a:visited {text-decoration: none; color: #700;}
a:hover {text-decoration: underline; color: #700;}
a:active {text-decoration: none; color: #700;}

.i1 a:link, .i2 a:link, .i3 a:link {text-decoration: underline; color: #fff;}
.i1 a:visited, .i2 a:visited, .i3 a:visited {text-decoration: underline; color: #fff;}
.i1 a:hover, .i2 a:hover, .i3 a:hover {text-decoration: none; color: #fff;}
.i1 a:active, .i2 a:active, .i3 a:active {text-decoration: underline; color: #fff;}

.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 ----- */
.welcome {background: url('bg_welcome.jpg') left top no-repeat; height: 269px;}
.content {background: url('bg_content.jpg') left top no-repeat; height: 269px;}

.bg_top {background: url('bg_top.jpg') center top repeat-x;}
.bg_fader {background: url('bg_fader.jpg') center top repeat-x;}
.bg_nav {background: url('bg_nav.jpg') center top repeat-x;}
.bg_cont {background: url('bg_cont.jpg') center top repeat-x #ffffff;}
.icons {background: url('bg_icons.jpg') center top repeat-x;}
.bg_foot {background: url('bg_foot.jpg') center top repeat-x;}

.top_l {background: url('top_l.jpg') right top no-repeat;}
.top_r {background: url('top_r.jpg') left top no-repeat;}

.foot_l {background: url('foot_l.jpg') right top no-repeat;}
.foot_r {background: url('foot_r.jpg') left top no-repeat;}

.i1 {background: url('icon1a.jpg') left top no-repeat; height: 97px;}
.i2 {background: url('icon2a.jpg') left top no-repeat; height: 97px;}
.i3 {background: url('icon3a.jpg') left top no-repeat; height: 97px;}

.side1 {background: url('img003.jpg') left top no-repeat;}
.side2 {background: url('img002.jpg') left top no-repeat;}
.side3 {background: url('img004.jpg') left top no-repeat;}


/* ----- other stuff ----- */