.main {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	height: 330px;
}
body {
	background-image: url(images/page_bg.png);
	background-repeat: repeat-x;
	background-color: #3E577D;
	margin: 0px;
	padding: 0px;
}
a {
	color: #3E577D;
}
a:hover {
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding-right: 35px;
	padding-top: 10px;
	background-image: url(images/top3.jpg);
	background-repeat: no-repeat;
	color: #384F72;
}
.content table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #293A54;
}
.menuWrapper {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 274px;

}
.menuCell {
	border-bottom: 1px solid #D0D7E2;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menu a, .menu a:link, .menu a:visited {
	text-decoration: none;
	color: #3E577D;
	display: block;
	position: relative;
	padding: 3px;
	padding-left: 5px;
}
.menu a:hover {
	color: #000000;
}.menuPointer {
	font-size: 14px;
}
.address {
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;

}
.bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #88A0C6;
}
.footer a{
	color: #88A0C6;
}li {
	list-style-image: url(images/bullet1.gif);
	padding-bottom: 5px;
}
