/* Processed by Shaun Inman's CSS-SSC :: http://www.shauninman.com/plete/css-ssc/ */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1, h2, h3 {
	color: #0a5650;
	font-family: Arial, sans-serif;
	}

h4, h5, h6 {
	color: #630;
	font-family: Verdana, sans-serif;
	}

h1 {
	font-size: 16px; 
	text-transform: uppercase;
	}
h2 {
	font-size: 14px; 
	text-transform: uppercase;
	}
h3 {
	font-size: 13px; 
	}
h4 {
	font-size: 11px; 
	}
h5 {
	font-size: 10px; 
	}
h6 {
	font-size: 9px; 
	}

a:link, a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

#footer {
	font-size: 11px;
	}
	
p, ul, ol, h2 {
	line-height: 1.25em;
	margin: 8px 0;
}

ul {
	padding-left: 25px;
	}

img {
	border: none;
}

/* -----------------------------  Styles for the cms user ----------------------------- */

p.more {
	text-align: right;
	padding-right: 10px;
	background: transparent url(/images/bg-morelink.gif) no-repeat right center;
	}

.hidden {
	}

.border {
	border: 1px solid #0A5650;
	}

.highlighted {
	color: #0A5650;
	}

.biggertext {
	font-size: 140%;
	}

.leftalign {
	text-align: left;
	}

.centeralign {
	text-align: center;
	}

.rightalign {
	text-align: right;
	}

.justify {
	text-align: justify;
	}

img.imgleft {
	clear: left;
	float: left;
	margin: 0 10px 10px 0;
	}

img.imgright {
	float: right;
	margin: 0 0 10px 10px;
	}

