@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body, html {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #CCCCCC;
}



/* CSS Document */

#wraper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #626262;
	margin-top: 20px;
	background-color: #94ba65;
}
#leftsidebar  {
	width: 220px;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}


#logo {
	height: 100px;
	width: 220px;
}
#navmenu {
	margin-top: 50px;
	background-color: #86AC53;
	margin-left: 15px;
}
#navmenubottom {
	height: 16px;
	width: 205px;
	background-image: url(../assets/navmenubottom.png);
}
#navmenutop {
	height: 16px;
	width: 205px;
	background-image: url(../assets/navmenutop.png);
}


#verticalmenu a {
	color: #FFFFFF;
}
#verticalmenu a:hover {
	background-color: #E0FB86;
	color: #3FA73F;
}



#content {
	margin-left: 240px;
	margin-top: 20px;
	background-color: #bce27f;
	margin-right: 10px;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-style: normal; */
}
#contentbottom {
	height: 16px;
	width: 730px;
	background-image: url(../assets/contentbottom.gif);
}
#contenttop {
	height: 16px;
	background-image: url(../assets/contenttop.gif);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 42px;
	margin-left: 0px;
}

#content h1 {
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f8fe9b;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-weight: bolder;
	margin-bottom: 15px;
}
#content h2 {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	color: #EAFA76;
	font-weight: bolder;
}

#content h3 {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
/*	margin-top: 10px;
	color: #EAFA76;
	font-weight: bolder; */
}

#content h4 {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
/*	margin-top: 10px;
	color: #EAFA76;
	font-weight: bolder; */
}

#content p {
	margin-top: 1px;
	margin-right: 10px;
	margin-left: 20px;
}

#content ul {
	margin-top: 1px;
	margin-right: 10px;
	margin-left: 20px;
}

#content table {
	margin-top: 1px;
	margin-right: 10px;
	margin-left: 20px;
}


#footer {
	margin-top: 40px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}




.design-by {
	text-align: right;
	color: #FFFFFF;
	font-size: 60%;
}
.centerallign {
	text-align: center;
}
#footer p {
	color: #EEFB94;
}
s
