/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 1px; 
	background: url('bg.jpg') center top repeat-x #164a6a; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 12px 0px 12px;}
.welcome {padding: 0px 185px 0px 0px;}

.icon1 {padding: 0px 10px 0px 160px;}
.icon2 {padding: 0px 15px 0px 155px;}

.footer, .copyright {color: #fff; text-align: center; font-size:7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #164f71;}
a:visited {text-decoration: none; color: #164f71;}
a:hover {text-decoration: underline; color: #164f71;}
a:active {text-decoration: none; color: #164f71;}

.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: #ff;}


/* ----- backgrounds ----- */
.top_l {background: url('top_l.jpg') right top no-repeat;}
.top_r {background: url('top_r.jpg') left top no-repeat;}

.bg_y {background: url('bg_y.jpg') center top repeat-y;}

.cont_l {background: url('cont_l.jpg') right top no-repeat;}
.cont_r {background: url('cont_r.jpg') left top no-repeat;}

.content_bg {background: url('content_bg.jpg') left top no-repeat; height:280px;}
.welcome_bg {background: url('welcome_bg.jpg') left top no-repeat; height:213px;}

.foot_l {background: url('foot_l.jpg') right top no-repeat;}
.foot_r {background: url('foot_r.jpg') left top no-repeat;}


/* ----- other stuff ----- */
ul {margin-top: 5px; margin-bottom: 5px;}
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}
.image {border: 3px solid #164f71;}