/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('bg.jpg') center top repeat-x #bdd0e9; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 18px 0px 18px;}
.welcome {padding: 0px 0px 0px 18px;}
.featured {padding: 0px 0px 0px 16px;}
.featured2 {padding: 0px 12px 0px 8px;}
.footer, .copyright {color: #1a365a; text-align: center; font-size:7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #1a365a;}
a:visited {text-decoration: none; color: #000;}
a:hover {text-decoration: underline; color: #000;}
a:active {text-decoration: none; color: #000;}

.footer a:link, .copyright a:link {text-decoration: none; color: #1a365a;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #385b88;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #385b88;}
.footer a:active, .copyright a:active {text-decoration: none; color: #1a365a;}


/* ----- backgrounds ----- */
.bg1 {background: url('bg_content.jpg') left top repeat-y;}
.bg2 {background: url('bg_content2.jpg') left top no-repeat; height:246px;}
.bg3 {background: url('r_bg.jpg') left top repeat-y;}

.top_l {background: url('top_l.jpg') right top no-repeat;}
.top_r {background: url('top_r.jpg') left top no-repeat;}

.fader_l {background: url('fader_l.jpg') right top no-repeat;}
.fader_r {background: url('fader_r.jpg') left top no-repeat;}

.content_l {background: url('content_l.jpg') right top no-repeat;}
.content_r {background: url('content_r.jpg') left top no-repeat;}


/* ----- other stuff ----- */
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}