/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background-color: #e6f5f5; 
	font-family: arial, san-serif; 
	font-size: 9pt; 
	color: #000;
}

td {font-size: 9pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 20px 0px 20px;}
.welcome {padding: 0px 10px 0px 20px;}
.footer, .copyright {color: #2c7987; text-align: center; font-size: 8pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #125667;}
a:visited {text-decoration: none; color: #125667;}
a:hover {text-decoration: underline; color: #125667;}
a:active {text-decoration: none; color: #125667;}

.footer a:link, .copyright a:link {text-decoration: none; color: #2c7987;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #2c7987;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #2c7987;}
.footer a:active, .copyright a:active {text-decoration: none; color: #2c7987;}


/* ----- backgrounds ----- */
.top {background: url('top_bg.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;}

.content_y {background: url('contenty.jpg') center top repeat-y #ffffff;}
.content_bg {background: url('content_bg.jpg') center top repeat-y;}
.content_bg1 {background: url('content_bg1.jpg') center top repeat-y;}

.middle {background: url('middle_bg.jpg') center top repeat-x;}
.middle_l {background: url('middle_l.jpg') right top no-repeat;}
.middle_r {background: url('middle_r.jpg') left top no-repeat;}
.middle_l_sub {background: url('middle_l_sub.jpg') right top no-repeat;}
.middle_r_sub {background: url('middle_r_sub.jpg') left top no-repeat;}

.welcome {background: url('welcome_bg.jpg') center top no-repeat;}
.content {background: url('subpage_bg.jpg') center top no-repeat;}

.bottom {background: url('bottom_bg.jpg') center top repeat-x;}
.bottom_l {background: url('bottom_l.jpg') right top no-repeat;}
.bottom_r {background: url('bottom_r.jpg') left top no-repeat;}

.footer {background: url('footer_bg.jpg') center top no-repeat;}


/* ----- other stuff ----- */
.image {border: 2px solid #15444f;}
ul li {
	margin-left: -10px; 
	list-style-image: url('FILENAME.jpg');
}