body {
	margin:0px;
	background-color:#ffffff;
	font-family:Arial;
	font-size:14px;
	color:#4a4b4a;
}

img {
	border-style:none;
	vertical-align:middle;
}

h1 {
	color:#000000;
	font-family:Arial;
	font-size:22px;
}

h2 {
	font-family:Arial;
	font-size:18px;
	color:#45aa32;
}

h3 {
	font-family:Arial;
	font-size:15px;
	color:#000000;
}

h4 {
	font-family:Arial;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

h5 {
	color:#000000;
	font-family:Arial;
	font-size:18px;
}

.VSep {
	margin:auto;
	clear:both;
	padding-top:5px;
	padding-bottom:5px;
}

#Header {
	margin:auto;
	width:100%;
	height:256px;
	background-image:url('images/header-bg.png');
	background-repeat:repeat-x;
	text-align:center;
}

#Wrapper {
	margin:auto;
	width:100%;
	background-color:#265e1b;
	background-image:url('images/main-bg.png');
	background-repeat:repeat-x;
}

#Menu {
	margin:auto;
	width:1005px;
	height:55px;
	text-align:center;
	background-image:url('images/menu-bg.png');
	background-repeat:no-repeat;
}

#ContentTopBG {
	margin:auto;
	width:990px;
	height:25px;
	background-image:url('images/content-bg-top.png');
	background-repeat:no-repeat;
}

#ContentBottomBG {
	margin:auto;
	width:990px;
	height:40px;
	background-image:url('images/content-base.png');
	background-repeat:no-repeat;
}

#Content {
	margin:auto;
	width:990px;
	background-image:url('images/content-bg.png');
	background-repeat:repeat-y;
}

#LeftContent {
	float:left;
	margin-left:25px;
	padding:0px;
	width:285px;
}

#RightContent {
	float:right;
	margin-right:25px;
	padding:0px;
	width:630px;
}

#RightContent p {
	text-align:justify;
}

#RightContent a {
	color:#265e1b;
	text-decoration:none;
	font-weight:bold;
}

#SideMenu a {
	text-decoration:none;
	color:#ffffff;
}

#SideMenu ul {
	padding:0px;
	list-style-type:none;
}

#SideMenu li {
	height:42px;
	line-height:42px;
	background-image:url('images/submenu-bg.png');
	background-repeat:no-repeat;
	padding-left:20px;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
}

#Address {
	text-align:justify;
}

#SocialMedia a {
	color:#000000;
	text-decoration:none;
}

#SocialMedia span {
	padding-left:20px;
}

#Split {
	position:relative;
	text-align:justify;
}

#Split h4 {
	border-bottom-width:2px;
	border-bottom-style:dotted;
	
}

#Split h5 {
	padding:10px;
	background-color:#cccccc;
	color:#000000;
	font-family:Arial;
	font-size:18px;
	text-align:left;
}

#Split img {
	margin-top:-25px;
}

#LeftBlock {
	float:left;
	width:300px;
}

#RightBlock {
	float:right;
	width:300px;
}

#Footer {
	margin:auto;
	width:990px;
	text-align:right;
	color:#ffffff;
}

#Footer a {
	color:#ffffff;
	text-decoration:none;
}
