@charset "utf-8";
/* formatting style
-----------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	line-height:1.6;
	color:#333333;
	font-size:100%;
	font-style: normal;
	font-weight:normal;
}

body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #f6fcf0;
}
strong {
	font-weight:normal;
	color:#333333;
}
hr {
	display: none;
}
em {
	color:#FF3366;
	}
/* link style
-----------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #009999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
-----------------------------------------*/
#wrapper {
	margin: 15px auto 0px;
	width: 900px;
	text-align : left;
	background-position: center;
	display: block;
	background-color: #FFFFFF;
}
#header {
	height: 236px;
	position: relative;
	width: 900px;
	background-image: url(../images/BaseDesign_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#main {
	float: right;
	display: block;
	width: 631px;
	margin: 0px 0px 20px;
	padding: 15px;
	left: 0px;
	z-index: 3;
}
#side {
	float: left;
	width: 230px;
	margin-bottom: 20px;
	padding: 0px;
	z-index: 2;
	margin-top: 20px;
}
#footer {
	clear: both;
	position: relative;
	display: block;
	height: 130px;
	width: 870px;
	font-size: 12px;
	z-index: 1;
	padding-top: 10px;
	background-color: #a6d5ad;
	background-image: url(../images/BaseDesign_38.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
}
/* link style
-----------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #009999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
h4 {
	font-size: medium;
	font-weight: bold;
	color: #333333;
}

li.TopicsPicture {
	display: block;
	height: 50px;
	list-style: none;
	vertical-align: middle;
	margin-bottom: 5px;
}

