@charset "utf-8";

 body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  	padding:0 0 <length> 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #676767;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x; 
}


#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#fff;
	background-image:url(images/middle_bg.gif);
	background-repeat:repeat-y;
	width: 798px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 10px;
	border:solid 1px #000;
}

#mainbox {

	padding-left: 20px;
	padding-right: 20px;
	text-align:left;
	}

#footer {
	width: 798px;
	height: 48px;
	padding-top: 1px;
	_padding-top: 0px;
	padding-bottom:0px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	background-color:#000;
	}

#footer p{
	color:#fff;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 6px;
	}

#footer a{
	color:#FFFBEA;
	}


#left {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	width: 162px;
	margin-left: 0px;
	margin-top: 0px;
	color: #FFF;
	}
	
	
#middle {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	width: 405px;
	margin-left: 15px;
	margin-top: 10px;
	}	

#notice {

font-size: 10px;
color:#FFF;
margin-top: 5px;

}


#left H3 {

font-family:Georgia, "Times New Roman", Times, serif;
color:#000;
font-size: 21px;
margin-bottom: 20px;

}

#left p {
color: #FFF;
}

.formtext {
	color:#6E6E6E;
	font-size: 11px;
	letter-spacing:-.8px;
	font-family:Arial, Helvetica, sans-serif;
	}

#main {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	width: 798px;
	margin-top: 0px;
	}


#right {
	float: right;
	margin-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	width: 190px;
	}
	#right h2 {
	color:#000000;
	}

#right p {
	padding-right: 15px;
	text-align:left;
	}

/*
li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	margin-left: 10px;
	margin-right: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 17px;
	color:#4f4f4f;
	background:url(images/arrow3.gif) left top no-repeat;
	}
	
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	}
*/
table {
	margin-left: 10px;
	margin-right: 10px;
	}


p {
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 15px;
	color:#333333;
	margin-left: 10px;
	}


h1, h2, h3, h4, h5, h6 {
	color:#ed1b2e;
	font:"myriad Pro";
	padding-bottom: 0px;
	margin-bottom:0px;
	margin-top: 4px;
	margin-left: 8px;
	letter-spacing: -.6px;
	}

h1 {
	font-size: 30px;
	}

h2 {
	font-size: 26px;
	}

h3 {
	font-size: 19px;
	}

h4 {
	font-size: 16px;
	}

h5 {
	font-size: 15px;
	color:#333333;
	margin-left: 10px;
	}

h6 {
font-size: 12px;
}






label {
	padding-top: 3px;
	padding-bottom: 3px;
	}

hr {
	border-style:dotted;
	border:#666666;
	}


a:link {
	color:#215cc4;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color:#215cc4;
	}
a:hover {
	text-decoration: underline;
	color:#4c86ed;
	}
a:active {
	text-decoration: none;
	color:#215cc4;
	}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

.pic_class_left {
	margin-right: 20px;
	float:left;
	}
	
	.pic_class_right {
	margin-left: 20px;
	float:right;
	}
	
	
	

