body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-color: #42598c;
	margin: 20px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.headertop {
	background-image: url(../img/bg_top.gif);
	background-repeat: no-repeat;
	height: 20px;

}
.logo {
	background-image: url(../img/logo.gif);
	height: 97px;
	background-repeat: no-repeat;
}
.addresstop {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	padding-right: 60px;
	padding-top: 15px;
}
.navigation {
	background-image: url(../img/bg_nav.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 836px;

}
.navbox {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	font-weight: bold;
	font-size: 13px;

}
a {
	color: #0066FF;
	text-decoration: none;
}
a:vistited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #3399FF;
	text-decoration: none;
}
a.navlink:link {
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;

}
a.navlink:visited {
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;

}
a.navlink:hover {
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#content {
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-y;
	width: 836px;


}
/* Internet Explorer *
/*\*/
* html .content {
    height: 550px;
}
/**/

.picture {
	padding: 20px 0px 50px 30px;

}
.left {
	float: left;
	background-image: url(../img/bg_left.gif);
	background-color: #FFFFFF;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: left;
	width: 230px;
	height: auto;
	display: inline;



}
.right {
	float: left;
	background-image: url(../img/bg_right.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: right;
	width: 606px;


}
#wrapper {
	margin:0 auto;
	width:836px;
	height: 550px;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-y;

	
	}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737373;
	padding: 10px 40px 20px 20px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #4747474;

}
li {
	padding-bottom: 7px;
}
#bottom {
	background-color: #eeeded;
	background-image: url(../img/bg_bottom.gif);
	background-repeat: repeat-y;
}
#clear {
			clear:both;
}
.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474747;
	padding: 20px 120px;
}
.bottomtext2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #605f5f;
	font-size: 12px;
	font-style: italic;
}
#bottomimage {
	background-image: url(../img/bg_footer.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 836px;
}
#footer {
	width: 836px;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 50px;
	padding-left: 100px;

}
h2 {
	color: #660000;
	font-size: 13px;
}
.inputbox {
	background-color: #E1F0FF;
}

