body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	background-color: #444A54;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

#container{
	text-align: left;
	width: 760px;
	padding: 0px;
	margin: 0px auto;
	background-color: #444A54;
	background-image: url(../images/bg_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
}

#headfill {
height: 85px;}

#leftcol{
float: left;
width: 163px;
}

#logo {
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
}


#menus img {
	margin-left: 10px;
	margin-bottom: 5px;
}

#centerfill{height: 40px;}

hr {
	display: none;
}

.divider {
	background-image: url(../images/bg_divider.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 4px;
	width: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;

}

.clear {
clear:both;}

h1 {
	font-size: 12pt;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

h2 {
	font-size: 10pt;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#footlinks A{
	font-size: xx-small;
	color: #CCCCCC;
	text-decoration: none;
}

#footlinks A:hover{color: #DDDD00;}

#leftbox {padding-left:10px;}
#lb_top{
	background-image: url(../images/lb_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 2px;
	width:143px;
	background-color: #3E434D;
}
#lb_sides{
	background-image: url(../images/lb_sides.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #3E434D;
width:143px;
	}
#lb_bot{
	background-image: url(../images/lb_bot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 2px;
	background-color: #3E434D;
	width:143px;}

#lb_content{
	padding: 4px 7px 5px 7px;
	font-size: xx-small;
}

#leftbox p, #rightbox p {
	margin: 3px;
}

#maintext{
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}



#footer {
	background-color: #2A2E34;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	text-align: center;
	padding-top: 60px;
	font-size: x-small;
	color: #CCCCCC;
}

a {
	color: #6C9C00;
	text-decoration: none;
}
a:hover{
	color: #FFFF00;
	text-decoration: none;
}

.formlabel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #FFFFFF;
	white-space: nowrap;
}
.fieldcell {
	background-image: url(../images/field_back.gif);
	width: 300px;
	background-repeat: no-repeat;
	background-position: left center;
	align: center;
	vertical-align: middle;
}

.textareacell {
	background-image: url(../images/textarea_back.gif);
	width: 300px;
	background-repeat: no-repeat;
	background-position: left center;
	align: center;
	vertical-align: middle;
}

.textfield{
	width: 280px;
	border: 0px;
	
}
.textarea{
	border: 0px;
	height: 150px;
	width: 280px;
}
.submitbtn
{
	border: 1px solid #FFFFFF;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	
}


.validform {
	font-size: xx-small;
	font-weight: normal;
	color: #FF0000;
}
a.wishlink {
	height: auto;
	width: auto;
	border: none;
}
