/* 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:#000000;
text-decoration:none;
font-weight: bold;
}

a:visited {
color:#000000;
text-decoration:none;
font-weight: bold;

}

a:hover {
color:#CC3333;
text-decoration:none;
font-weight: bold;
}

a.links:link,
a:active {
color:#ffffff;
text-decoration:none;
}

a.links:visited {
color:#ffffff;
text-decoration:none;
}

a.links:hover {
color:#92A5C6;
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: verdana;
	font-size: 12pt;
	color: #CC0000;
	margin-top: 20px;
	margin-bottom: 15px;}
	
h2 {font-family: verdana;
	font-size: 10pt;
	color: #000099;
	margin-top: 5px;
	margin-bottom: 10px;}
	
h3 {font-size: 10pt;
	color: #000099;}
	
p {margin: 0px;}
		
.bullets {line-height: 12px;}
		
#container {width: 860px;
			height: auto;
			margin: auto;}

#header {width: 860px;
		height: 134px;
		margin: auto;}
		
#navtop{width: 870px;
		height: 26px;
		font-size: 11px;
		font-weight: bold;
		background-color: #23408F;
		padding-top: 8px;
		color: #92A5C6;
		text-align: center;}
						
#maincontent {width: 860px;
			height: auto;
			padding: 0px;
			background-color: #ffffff;
			margin: 0px;
			font: 10pt arial,helvetica,sans-serif;
			color: #666666;}
			
#maincontent .text {text-decoration: none;
				color: #333333;
				font: 10pt verdana,helvetica,sans-serif;
				width: auto;
				height: auto;
				margin-right: 220px;
				margin-left: 220px;
				text-align: justify;
				line-height: 16pt;
				padding-top: 8px;
				min-height: 500px;}

#maincontent .right {
	background-color: #ffffff;
	float: right;
	width: 180px;
	text-align:left;
	font: 10px verdana;
	height: auto;
	margin: 0px;
	padding: 0px;
				}
				
#maincontent .left {float: left;
					width: 180px;
					height: auto;
					margin: 0px;
					background-color: #ffffff;
					font: 10px verdana;
					font-weight: bold;
					text-align: left;
					padding: 0px;
					}

#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 {width: 860px;
		height: 50px}
		
#bottomnav {font: 7pt verdana;
	background-color: #23408F;
	color: #ffffff;
	height: 50px;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 0px;}
	
input.button {background-color: #cC0000; font-weight: bold; font-size: 10px; color: white;
				border: 1px solid #ffffff;}

input.back {background-color: #ffffff; font-size: 13px;
			border: 1px solid #23408F;}

select {background-color: #ffffff; font-size: 13px;
			border: 1px solid #23408F;}

textarea {background-color: #ffffff; font-size: 13px;
			border: 1px solid #23408F;}