html, body {
height: 100%;
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
.container {
	width: 800px;
	min-height:100%;
	margin-right: auto;
	margin-left: auto;
}
* html #container {
height: 100%;
}
.header {
	float: left;
	height: 100px;
	width: 800px;
	background-color: #FFF;
}
.navigation {
	background-color: #FFF;
	float: left;
	height: 39px;
	width: 800px;
}
.topline {
	float: left;
	height: 2px;
	width: 800px;
	background-color: #FFF;
	background-image: url(images/topline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bottomline {
	background-color: #FFF;
	float: left;
	height: 2px;
	width: 800px;
	background-image: url(images/bottomline.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.main {
	background-color: #FFF;
	float: left;
	min-height:600px;
/* IE 6/7 height */
height:auto !important;
height:600px;
	width: 800px;
	clear: left;
}
.rightside {
	background-color: #505050;
	width: 200px;
	float: right;
	height:100%;
}
.footer {
	background-color: #7f7f7f;
	float: left;
	height: 25px;
	width: 800px;
	padding-left: 5px;
}
.maincontent {
	width: 550px;
	float: left;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	min-height:600px;
/* IE 6/7 height */
height:auto !important;
height:600px;
}
.copyright {
	height: 15px;
	width: 300px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
}
.logo {
	height: 75px;
	width: 400px;
	background-image: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.address {
	height: 75px;
	width: 150px;
	position: relative;
	left: 425px;
	top: -85px;
	margin-top: 10px;
}
.vline {
	height: 30px;
	width: 2px;
	position: relative;
	left: 580px;
	top: -170px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	background-image: url(images/vertiline.gif);
	background-repeat: repeat-y;
}
.contactinfo {
	height: 75px;
	width: 150px;
	margin: 10px;
	position: relative;
	left: 588px;
	top: -210px;
}
h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: normal;
	color: #252f70;
}
#copy {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}
#info {
	font-family:Verdana, Geneva, sans-serif;
	color: #252f70;
	font-size: 12px;
	vertical-align: middle;
}
.container .main .maincontent ul li {
	font-size: 10px;
}
.container .main .maincontent ul li {
	font-size: 12px;
}
.container .main .maincontent ul li {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.container .main .maincontent ul li {
	font-size: 10px;
}
.container .main .maincontent ul li {
	font-size: 14px;
}
