@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: #b5c2d0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}


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

#mainbox {

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

#footer {
	width: 750px;
	height: 37px;
	padding-top: 1px;
	_padding-top: 0px;
	padding-bottom:0px;
	background-image:url(images/footerbg.gif);
	background-repeat:repeat-x;
	background-color:#cdcdcd;
	}

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

#footer a{
	color:#666666;
	}


#left {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	width: 192px;
	margin-left: 0px;
	margin-top: 0px;
	}


#left H3 {

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

}

.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: 750px;
	margin-top: 0px;
	}


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


#right p {
	padding-right: 30px;
	}


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: 14px;
	color:#333333;
	margin-left: 10px;
	}


h1, h2, h3, h4, h5, h6 {
	color:#8c0221;
	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;
	}
	
	
	
input, select, textarea {
	font-size: 18px;
	color: #505050;
	background: #fffef5;
	border: 1px solid #8b8268;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-top: 3px;
	padding: 2px;
	}		