@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/background_full.gif);
	background-position:top;
	background-repeat:no-repeat;
	}

h1 {
	font-weight: bold;
	font-style:italic;
	color:#666666; 
	font-family: "Arial", Helvetica, sans-serif;
	font-size:1.2em;
	}	

	
h2 {
	margin: 5px 5px 0px 5px;
	padding-bottom: 15px;
	font-weight: bold; 
	font-family: "Arial", Helvetica, sans-serif;
	font-size:.90em;
	background-image:url(images/nav_divide.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	
	}
	
.bodyframe {
	margin: 180px auto 0 auto;
	width:1000px;
	}
	
.navtop {
	width:1000px;
	text-align:right;
	}
	
.navtop ul {
	list-style: none;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:800;
	
	}
	
.navtop	li
{
	float: right;
	margin: 4px 35px 0px 0px;
	color:#990000;
} 

.navtop a:link, .navtop a:visited
{
    text-decoration: none;
    color:#990000;	
}

.navtop a:hover, .navtop a:active
{
    text-decoration: underline;
	color:#000000;
}

.flashtop {
	width:1000px;
	text-align:right;
		}


	
.form {
	padding-top:75px;
	float:left;
	width:250px;
	}
	
.cdiv {
	margin: 10px auto 10px auto;
	width:250px;
	height:40px;
	background-image:url(images/c1p.gif);
	clear:both;
}

.form-top {
	width:250px;
	background-image:url(images/form-top.gif);
	background-repeat:no-repeat;
	height:15px;
	}
	
.form-mid {
	width:250px;
	background-image:url(images/form-mid.gif);
	background-repeat:repeat-y;
	}
	
.form p {
	margin-top:0px;
	margin-bottom:0px;
	font-weight:100;
}
.blanklabel {
	font-family: Arial, Helvetica, sans-serif;
	height: 1px;
	font-size:.1em;
	width: 100px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top:0px;
	margin-bottom: 0px;
}
.warnlabel {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFF00;
	font-style:italic;
	font-size:.55em;
	width: 100px;
	text-align: center;
	margin-right: 5px;
	margin-top:0px;
	margin-bottom: 0px;
}
.frmlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.75em;
	width: 75px;
	float: left;
	text-align: right;
	margin-left: 2px;
	margin-right: 6px;
	display: block;
	color: #fff;
}
fieldset {
	width:240px;
	border: 1px solid #fff;
	margin-left:auto;
	margin-right:auto;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-style:italic;
	color: #fff;
	padding: 2px 2px;
}
input, select {
	width:140px;
}
.submit input {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color: #000;
	background: #E3D9BB;
	border: 2px outset #d7b9c9
}	

.form-bot {
	width:250px;
	background-image:url(images/form-bot.gif);
	background-repeat:no-repeat;
	height:15px;
	}
		
.logos {
	padding-top: 20px;
	float:left;
	width:150px;
	text-align:center;
	}
	
.logos img {
	margin: 5px auto 5px auto;
	}

.copy {
	float:left;
	width:600px;
	}
	
.copy p {
	margin: 0px 5px 25px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .85em;
	}

.copy ul {
	list-style:disc;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .85em;
	}
	
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.75em;
	width: 235px;
	float: left;
	text-align: left;
	margin: 2px 6px 2px 2px;
	display: block;
	color: #fff;
}
