/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('bg.jpg') center top repeat-y #305164; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.welcome {padding: 0px 0px 0px 19px;}
.content {padding: 0px 19px 0px 19px;}
.footer, .copyright {color: #1a3e54; text-align: center;}


/* ----- links ----- */
a:link {text-decoration: none; color: #1a3e54;}
a:visited {text-decoration: none; color: #1a3e54;}
a:hover {text-decoration: underline; color: #1a3e54;}
a:active {text-decoration: none; color: #1a3e54;}

.footer a:link, .copyright a:link {text-decoration: none; color: #1a3e54;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #1a3e54;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #1a3e54;}
.footer a:active, .copyright a:active {text-decoration: none; color: #1a3e54;}


/* ----- backgrounds ----- */
.footer {background: url('bg_bot.jpg') center top repeat-y;}
.contentbg {background: url('contentbg.jpg') center top repeat-y;}

.content {background: url('bg_content.jpg') center top no-repeat;}

.welcome {background: url('bg_welcome.jpg') center top no-repeat;}

.icon001 {background: url('icon001bg.jpg') center top no-repeat;}
.fp {background: url('icon002.jpg') center top no-repeat; text-align:center; margin-right:1px; padding-top:31px;}


/* ----- other stuff ----- */
.img {border:2px solid #1a3e54;}
ul {margin-bottom:5px;margin-bottom:3px;}
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}