/* CSS Document */

/*generic classes*/
body{
	background-color: #fff;
	font-family: arial, tahoma, sans-serif;
	font-size: 70%;
	color:#666666;
}
ul.text{ 
	color:#999999;
		text-decoration:none;
		background-color: inherit;
		display:block;
		padding:5px 10px 5px 20px;
		margin-left:7px; 
		position:relative;
		background-image:url(images/nav_bullet_off.gif);
		background-repeat: no-repeat;
		background-position: left center;
	
}
a{
	color: #3300FF;
	text-decoration:underline;
}
a.text:link {
	font: normal 10px Tahoma, Verdana, Arial,sans-serif;
	text-decoration: none;
  	color: #000000;
}
a.text:visited {
	font: normal 10px Tahoma, Verdana, Arial,sans-serif;
	text-decoration: none;
  	color: #000000;
}
a.text:hover {
	font: normal 10px Tahoma, Verdana, Arial,sans-serif;
	text-decoration: underline;
	color: #000000;
}
a.text:active {
	font: normal 10px Tahoma, Verdana, Arial,sans-serif;
	text-decoration: none;
  	color: #000000;
}
a.text2:link {
	font: normal 10px Tahoma, Verdana, Arial,sans-serif;
	text-decoration: none;
  	color: #3333CC;
}
a.text2:visited {
	font: normal 10px Tahoma, Verdana, Arial,sans-serif;
	text-decoration: none;
  	color: #3333CC;
}
a.text2:hover {
	font: normal 10px Tahoma, Verdana, Arial,sans-serif;
	text-decoration: underline;
  	color: #3333CC;
}
a.text2:active {
	font: normal 10px Tahoma, Verdana, Arial,sans-serif;
	text-decoration: none;
  	color: #3333CC;
}
p{
	margin-top:8px;
	margin-bottom:8px;
}
img{
	border:0px;
}
hr{
	clear:both;
	text-decoration:none;
	height: 1px; 
	border-top: 1px solid #336600; 
	width:100%;
	text-align:left;
}
h1{
	font-size:180%;
	color:#000000;
	margin:0px;
	margin-left:-10px;
	padding:0px;
}
h2{
	font-size:280%;
	color:#000;
	margin:0px;
	padding:0px;
}
h3{
	font-weight:normal;
	color:inherit;
	margin:0px;
	padding:0px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.small{
	font-size:10px;
}
.text_right{
	text-align:right;
}
.text_center{
	text-align:center;
}
.text_left{
	text-align:left;
}
.clear{
	clear:both;
}
/*specific classes*/
#main_wrapper{
	margin:0px;
	width:780px;
	
	background-image:url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#head_wrapper{
	margin-left:auto;
	margin-right:auto;
	height:162px;
}
#contentwrapper {
	margin-left:10px;
	width:100%;
}
/* LEFT HAND NAVIGATION */
#contentwrapper #leftnav{
	margin-top:-5px;
	float:left;
	background-color: inherit;
	width:220px;
}
	#contentwrapper #leftnav ul li a{
		color:#999999;
		text-decoration:none;
		background-color: inherit;
		display:block;
		padding:5px 10px 5px 20px;
		margin-left:7px; 
		position:relative;
		border-bottom:1px solid #CCCCCC;
		width:135px;
		background-image:url(images/nav_bullet_off.gif);
		background-repeat: no-repeat;
		background-position: left center;
	}
	#contentwrapper #leftnav ul li a:hover{
		font-weight:bold;
		padding:5px 10px 5px 20px;
		margin-left:7px; 
		position:relative;
		border-bottom:1px solid #999999;
		background-image:url(images/nav_bullet_on.gif);
		background-repeat: no-repeat;
		background-position: left center;
	}
	#contentwrapper #leftnav li.last{
		border:0px;
	}
	#contentwrapper #leftnav ul {padding:0;margin:10px 0 10px 0;list-style-type: none;}
/* LEFT HAND NAVIGATION */

/* MAIN CONTENT */
	#contentwrapper #maincontent{
		float:left;
		width:530px;
	}
		/* COPY AREA */
		#contentwrapper #maincontent #copy{
			padding-left:10px;
			float:left;
			width:290px;
			margin-right:40px;
			margin-top:10px;
		}
		
		#contentwrapper #maincontent #copy ul li{
		color:inherit;
		text-decoration:none;
		background-color: inherit;
		display:block;
		padding:2px 10px 2px 15px;
		margin-left:0px; 
		position:relative;
		background-image:url(images/copy_bullet_on.gif);
		background-repeat: no-repeat;
		background-position: left center;
		}
		#contentwrapper #maincontent #copy li.last{
			border:0px;
		}
		#contentwrapper #maincontent #copy ul {padding:0;margin:0 0 5px 0;list-style-type: none;}
		/* COPY AREA */
		
		/* IMAGE AREA */
			
		#contentwrapper #maincontent #images{
			float:left;
			margin-top:10px;
		}	
		
		/* IMAGE AREA */


/* MAIN CONTENT */

/* FOOTER IMAGES */
	#contentwrapper #footer{
		float:center;
		width:100%;
	}
	
/* FORMS */
.style3 {
color: #000000; font-weight: bold; 
}

label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

.submit input
{
margin-left: 4.5em;
}
input
{
color: #781351;
background: #FFFFFF;
border: 1px solid #95D4FC;
}

.submit input
{
color: #FFFFFF;
background: #95D4FC;
border: 2px outset #95D4FC;
}
fieldset
{
border: 1px solid #95D4FC;
width: 23em;
}

legend
{
color: #fff;
background: #95D4FC;
border: 1px solid #95D4FC;
padding: 2px 6px;
}
/* FOOTER IMAGES */