* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 100.01%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../gfx/bg_green.gif);
	background-repeat: repeat-x;
	color: #313131;
	font-size: 12px;
}

img {
    border:0;
}ul {
	list-style-type: none;
}
a {
	color: #1b5790;
	text-decoration: underline;
}
a:hover {
	color: #e85d64;
}
a:focus {
    outline: 0;
}

#wrap {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	float: left;
	width: 688px;
}
#header {
	text-align: left;
	height: 100px;
}
h1 {
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: -1px;
	padding-top: 20px;
}
.desc {
	font-weight: bold;
	margin-top: 4px;
	color: #FFFFFF;
	margin-bottom: 2px;
	margin-left: 2px;
}
/* Menu */

#menu {
	float: left;
	width: 520px;
	height: 50px;
}

#menu ul {
	height: 3px;
	list-style: none;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 2px 15px 0 15px;
	border-top: 3px solid #29A4E1;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #DCDCDC;
	border-top-color: #CDE6F6;
}

#menu .active a {
	border-top-color: #FFFFFF;
	background-color: #29A4E1;
}

#menu a b {
	text-decoration: underline;
}

#maincontent {
	background-color: #FFFFFF;
	background-image: url(../gfx/green_mainbg.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#maincontent h2 {
	font-size: 22px;
	line-height: 22px;
	color: #e85d64;
	margin-bottom: 10px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 5px;
}
#maincontent p {
	line-height: 1.4em;
	margin-bottom: 10px;
}

#side {
	background-image: url(../gfx/bonsa_green.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	width: 253px;
	padding-top: 132px;
}
#sidecontent {
	background-color: #FFFFFF;
	background-image: url(../gfx/green_sidebg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
}
#sidecontent h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #313131;
	margin-bottom: 10px;
	margin-top: 10px;
}
#sidecontent  h4 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #313131;
	margin-bottom: 10px;
	margin-top: 10px;
}
#sidecontent ul {
	margin-left: 10px;
}
#sidecontent ul li {
	line-height: 1.4em;
	font-weight: bold;
	display: block;
}
#sidecontent ul li a {
	text-decoration: none;
}
#footer {
	clear: both;
	margin-top: 20px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
}

