@charset "utf-8";
/* CSS Document */

html { 
	min-height: 100%;
	margin-bottom: 1px;
	}

body {
	background-color: #6CC164;
	text-align: left;
	margin: 0 0 0 0;
	}
	
td {
	vertical-align: top;
	}
	
td.form {
	color: #333333;
	font: 11px/16px verdana, arial, helvetica, sans-serif;
	}		

/* These styles control the presentation of the images behind the text */

.mast {
	background-image: url(images/mast02a.gif);
	background-repeat: no-repeat;
	height: 87px;
	width: 526px;
	}
	
.mast2 {
	background-image: url(images/mast02b.gif);
	background-repeat: no-repeat;
	height: 87px;
	width: 526px;
	}
	
.mast3 {
	background-image: url(images/mast02c.gif);
	background-repeat: no-repeat;
	height: 87px;
	width: 526px;
	}		
	
.content {
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	width: 529px;
	}

.copyright {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	height: 50px;
	}

.sidebar {
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
	width: 211px;
	}
	
img { 
	border: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

/* These styles control the presentation of text */

h1, h2, h3 {
	background-color: transparent;
	color: #0872BA;
	}
	
h1 {
	padding: 0px 25px 0px 20px;
	}
	

h2, h3 {
	padding: 0px 25px 5px 20px;
	}
	
h1 {
	font: bold 24px/24px "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	}

h2 {
	font: bold 18px/18px "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	}
	
h3 {
	font: bold 14px/14px "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	}	

p {
	background-color: transparent;
	color: #000000;
	font: 12px/18px verdana, arial, helvetica, sans-serif;
	padding: 0px 25px 0px 20px;
	}
	
p.small {
	background-color: transparent;
	color: #000000;
	font: 10px/12px verdana, arial, helvetica, sans-serif;
	padding: 0px 0px 0px 20px;
	margin-top: 0px;
	}	
	
p.nopad {
	background-color: transparent;
	color: #000000;
	font: 12px/16px verdana, arial, helvetica, sans-serif;
	padding: 0px 23px 0px 0px;
	}	
	
p.nav {
	background-color: transparent;
	color: #000000;
	font: normal 12px/12px "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	padding: 23px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	}
	
p.copy {
	background-color: transparent;
	color: #ffffff;
	font: 10px/10px verdana, arial, helvetica, sans-serif;
	text-align: center;
	margin: 18px 0px 0px 0px;
	padding: 0px;
	}	
	
p.table {
	background-color: transparent;
	color: #000000;
	font: 11px/16px verdana, arial, helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	}
	
.blue {
	background-color: transparent;
	color: #0872BA;
	}	
	
li {
	background-color: transparent;
	color: #000000;
	font: 12px/18px verdana, arial, helvetica, sans-serif;
	margin-left: 0px;
	padding-bottom: 1px;
	padding-right: 25px;
	list-style-type: square;
	}

a {
	background-color: transparent;
	color: #0872BA;
	font-weight: normal;
	text-decoration: underline;
	}

a:visited { 
	background-color: transparent;
	color: #0872BA;
	font-weight: normal;
	text-decoration: none;
	}

a:hover { 
	background-color: transparent;
	color: #0872BA;
	font-weight: normal;
	text-decoration: none;
	}
	
a.navig {
	background-color: transparent;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	}

a.navig:visited { 
	background-color: transparent;
	color: #8acdc4;
	font-weight: normal;
	text-decoration: none;
	}

a.navig:hover { 
	background-color: transparent;
	color: #8acdc4;
	font-weight: normal;
	text-decoration: none;
	}	

img.inline {
	margin: 0 0 0 -5px;
	padding: 0px 15px 10px 0px;
	float: left;
	}

img.inline2 {
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 10px 20px;
	float: right;
	}
