/* CSS Document */

html, body { background: url(images/back.jpg) repeat-x #ffffff;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font: 10pt verdana,helvetica,sans-serif;
 }
  
a:link,
a:active {
color:#67999A;
text-decoration:none;
font-weight: bold;
}

a:visited {
color:#67999A;
text-decoration:none;
font-weight: bold;

}

a:hover {
color:#009999;
text-decoration:none;
font-weight: bold;
}

a.links:link,
a:active {
color:#666666;
text-decoration:none;
}

a.links:visited {
color:#666666;
text-decoration:none;
}

a.links:hover {
color:#99CC66;
text-decoration:none;}

a.subs:link,
a:active {
color:#996699;
text-decoration:none;
}

a.subs:visited {
color:#996699;
text-decoration:none;
}

a.subs:hover {
color:#FF3399;
text-decoration:none;}

li {
    list-style-position: outside;
    list-style-image: url(images/bullet.gif);}
	
h1 {font-family: times;
	font-size: 18pt;
	color: #009DAE;
	margin-top: 5px;
	line-height: 25px;}
	
h2 {font-family: times;
	font-size: 13pt;
	color: #009DAE;
	margin-top: 3px;}
	
h3 {font-size: 12pt;
	color: #996699;
	margin-top: 5px;
	margin-left: 15px;}
	
p {margin: 0px;}

.blue {color: #009DAE;
		font-weight: bold;}
		
.headings {font-family: times;
	font-size: 13pt;
	font-weight: bold;
	color: #009DAE;
	margin-top: 3px;}

.italic {color: #009DAE;
		font-style: italic;
		margin: 0px;}
		
.bullets {line-height: 12px;}
		
#container {background-image: url(images/contentback.jpg);
			width: 803px;
			height: auto;
			margin: auto;}

#navtop{width: 803px;
		height: 215px;}
					
#header {width: 850px;
		height: 194px;
		margin: auto;}
		
#subhead {width: 850px;
			height: 77px;
			margin: auto;}
			
#maincontent {width: 803px;
			height: auto;
			padding: 0px;
			margin: 0px;
			font: 10pt arial,helvetica,sans-serif;
			color: #666666;}
			
#maincontent .text {text-decoration: none;
				color: #333333;
				font: 12px verdana,helvetica,sans-serif;
				width: auto;
				height: auto;
				margin-right: 170px;
				margin-left: 170px;
				text-align: justify;
				line-height: 16pt;
				padding-top: 8px;
				min-height: 700px;}

#maincontent .right {
	background: url(images/rightback.jpg) repeat-y;
	float: right;
	width: 155px;
	text-align:left;
	height: auto;
	padding-right: 0px;
	font-family: arial;
	font-size: 12px;
				}
				
#maincontent .left {float: left;
					width: 155px;
					height: auto;
					text-align: right;
					}

#maincontent .full {
				color: #333333;
				font: 12px arial,helvetica,sans-serif;
				width: auto;
				height: auto;
				margin-left: 127px;
				text-align: left;
				line-height: 16pt;
				padding-top: 8px;
				min-height: 600px;}

#footstrip {background-image: url(images/bottomstrip.jpg);
		width: 803px;
		height: 30px}
		
#bottomnav {font: 7pt verdana;
	color: #666666;
	height: 50px;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 0px;}
	
input.button {background-color: #cccccc; font-weight: bold; font-size: 10px; color: white;
				border: 1px solid #ffffff;}

input.back {background-color: #ffffff; font-size: 13px;
			border: 1px solid #00A3B3;}

select {background-color: #ffffff; font-size: 13px;
			border: 1px solid #00A3B3;}

textarea {background-color: #ffffff; font-size: 13px;
			border: 1px solid #00A3B3;}
			
