@charset "utf-8";
/* CSS Document */

body {
	background-color: #8ad9f3;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
	background-image: url(/images/bg.jpg);
	font: 12px Arial, Helvetica, sans-serif;
}
a {
	color: #298414;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mmenu {
	background-image: url(/images/mmenu.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#mmenu a {
	color: #FFFFFF;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	margin-right: 20px;
	margin-left: 20px;
}
#mmenu a:hover {
	text-decoration: none;
	color: #D3BE87;
}

#footer {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #7CC3DA;
	border-bottom-color: #7CC3DA;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
}
#footer a {
	font-size: 10px;
	color: #3F616D;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer2 {
	font-size: 11px;
	color: #333333;
	background-image: url(/images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer2 a {}
#footer2 a:hover {}

.hmain {
	background-image: url(/images/h-main.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 14px;
}
.hmain .icon1 {
	float: left;
	padding-top: 30px;
	padding-right: 10px;
}
.hmain .icon2 {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
}
.hmain strong {
	font-size: 16px;
}


#right {
	background-image: url(/images/right-3.png);
	background-repeat: repeat;
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidemenu {}
#sidemenu a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFCC;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#sidemenu a:hover {
	text-decoration: none;
	background-color: #5F563D;
}


h1 {
	font-size: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #314954;
	border-bottom-color: #314954;
	margin-top: 0px;
}
#breadcrumbs {
	font-size: 10px;
}
#breadcrumbs a {
	color: #568594;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
.small {
	font-size: 10px;
}
.templates1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #253E4A;
	border-bottom-color: #253E4A;
}
