body {
	margin: 0px;
	padding: 0px;
	background-image: url('images/bg2.png');
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #303030;
	}
.bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 210px;
	background-image: url('images/bg.png');
	z-index: 1;
	}
.title {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -180px;
	width: 460px;
	height: 80px;
	background-image: url('images/title.png');
	z-index: 2;
	}
.flower {
	position: absolute;
	top: 6px;
	left: 50%;
	margin-left: -351px;
	width: 172px;
	height: 252px;
	z-index: 5;
	}
.maincontainer {
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -370px;
	width: 740px;
	z-index: 3;
	}
.containerfix {
	width: 100%;
	height: 100%;
	margin-top: 20px;
	}
img {
	border: 0px;
	padding: 0px;
	}
table.maintable {
	border: 0px;
	padding: 0px;
	width: 100%;
	height: 100px;
	background-image: url('images/mainbg.png');
	}
.hide {
	display: none;
	}
.sidebar {
	padding-top: 145px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	width: 210px;
	background-image: url('images/sidebar-top.png');
	background-repeat: no-repeat;
	vertical-align: top;
	}
.sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.sidebar ul li {
	float: left;
	padding-top: 3px;
	margin: 0px;
	}
.sidebar ul li a {
	text-decoration: none;
	float: left;
	text-align: center;
	padding-top: 3px;
	width: 210px;
	height: 22px;
	font-size: 16px;
	color: #404040;
	background-image: url('images/nav.png');
	background-repeat: repeat-x;
	}
.sidebar ul li a:hover {
	background-image: url('images/nav-hover.png');
	color: #3499ff;
	}
.main {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 490px;
	background-image: url('images/main-top.png');
	background-repeat: no-repeat;
	vertical-align: top;
	}
.link2 {
	text-decoration:none;
	color: #FF0000 !important;
	}
.link2:hover {
	color: #FF8800 !important;
	}
h1 {
	color: #224488;
	font-size: 20px;
	font-weight: normal;
	}
h2 {
	color: #4488FF;
	font-size: 16px;
	font-weight: normal;
	}
h3 {
	color: #303030;
	font-size: 15px;
	font-weight: normal;
		line-height: 200%;
	}
h3 b {
	color: #228844;
	font-size: 15px;
	font-weight: bold;
	padding-right: 30px;
	}
.address {
	float: right;
	text-align: center;
	font-size: 13px;
	color: #505050;
	padding-left: 20px;
	padding-bottom: 50px;
	}
.main table {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 0px;
	}
.main table td {
	border-top: 0px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-style: solid;
	border-color: #a0a0a0;
	text-align: center;
	width: 33%;
	padding: 10px 0px 10px 0px;
	vertical-align: top;
	}
ol li {
	margin-bottom: 15px;
	}
.small {
	width: 20% !important;
	}
.large {
	width: 80% !important;
	}
.main table td a {
	text-decoration: none;
	color: #224488;
	}
.main table td a:hover {
	color: #4488FF;
	}
a {	
	text-decoration: none;
	color: #224488;
	}
a:hover {
	color: #4488ff;
	}
hr {
	width: 70%;
	text-align: center;
	background-color: #c0c0c0;
	color: #c0c0c0;
	height: 1px;
	border: 1px;
	}
.footer {
	height: 100px;
	background-image: url('images/footer-bg.png');
	color: #d1cdc1;
	padding-top: 0px;
	padding-left: 30px;
	}
.copy {
	padding-right: 20px;
	color: #112244;
	}
.footer a {
	color: #404040;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	}
.footer a:hover {
	color: #224488;
	}
	
	