/* CSS Document */
body {
	background-color: #BBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ################# Basic page layout ####################### */
/* Wrapper for all content */
#wrapper {
	position: relative;
	background-image: url(../images/body_yellow_grey.jpg);
	background-repeat: repeat-y;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background-image: url(../images/title_green.jpg);
	height: 160px;
	width: 940px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

#header img {
	margin: 35px 0px 0px 190px;
	padding: 0px;
}

#content {
	width: 940px;
	position: relative;
}

#footer {
	background-image: url(../images/footer_green.jpg);
	height: 32px;
	width: 940px;
	font-size: 10px;
	text-align: center;
	padding: 4px 0px 0px 0px;
}

/* ################# Individual content areas ####################### */
#menuSection {
	position: relative;
	width: 160px;
	padding: 0px;
	border: 0px solid #CCCCCC;
	z-index: 20;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 33px;
	float: left;
}

#contentSection {
	width: 511px;
	top: 0px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #D9FBED;
	background-repeat: repeat-y;
	clear: none;
	float: none;
	margin-left: 190px;
	text-align: left;
}

#contentSection li {
	margin-bottom: 5px;
}

#contentSection p {
	margin: 0px 0px 6px 0px;
	text-align: justify;
}

#contentSection a, #contentSection a:visited {
	color: #000000;
	text-decoration: none;
}

#contentSection a:hover {
	color: #000000;
	text-decoration: underline;
}

#rightColumnSection {
	top: 0px;
	width: 182px;
	padding: 0px;
	border: 0px solid #CCCCCC;
	position: absolute;
	left: 730px;
}

#rightColumnSection a, #rightColumnSection a:visited {
	color: #000000;
	text-decoration: none;
}

#rightColumnSection a:hover {
	color: #000000;
	text-decoration: underline;
}

#rightColumnSection #title {
	width: 168px;
	padding: 4px 5px 3px 5px;
	margin: 0px;
	background-color: #FF9900;
	font-weight: bold;
}

#rightColumnSection #rc_content {
	width: 166px;
	padding: 4px 5px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #FF9900;
}

#rightColumnSection #title_1 {
	width: 168px;
	padding: 4px 5px 3px 5px;
	margin: 0px;
	background-color: #CCC;
	font-weight: bold;
}

#rightColumnSection #title_2 {
	width: 168px;
	padding: 4px 5px 3px 5px;
	margin: 0px;
	background-color: #17D488;
	font-weight: bold;
}

#rightColumnSection #rc_content_1 {
	width: 166px;
	padding: 4px 5px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #CCC;
}

#rightColumnSection #rc_content_1 a,
#rightColumnSection #rc_content_1 a:visited {
	color: #000000;
	text-decoration: none;
}

#rightColumnSection #rc_content_1 a:hover {
	color: #000000;
	text-decoration: underline;
}

#clear {
	clear: both;
	height: 10px;
}

h1 {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0px;
}

h2 {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 15px;
	padding: 0px;
}

p {
	margin: 0px;
}
