@charset "utf-8";
body {
	font-family: "Lucida Sans";
	font-size: 16px;
	color: #000000;
	background-color: #000000;
	margin: 0px;
} 
#header {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#banner {
	height: 300px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	clear: both;
}

#topMenu {

	width: 888px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
	clear: both;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
}
#topMenu a {
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	letter-spacing: 2px;
	text-decoration: none;
}

#topMenu a:visited {
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	letter-spacing: 2px;
	text-decoration: none;
}

#topMenu a:hover {
	color: #CC0000;
}

#content {
	float: left;
	width: 530px;
	margin: 12px;
	background-color: #FFFFFF;
	clear: none;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 5px;
	height: auto;
	border: 1px solid #FF9900;
}

#contentFull {
	width: 520px;
	margin: 12px;
	background-color: #FFFFFF;
	clear: both;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	height: auto;
	float: left;
}
.pageTitle {
	font-size: 24px;
	font-weight: bold;
}
li {
	line-height: 120%;
	list-style-type: disc;
}



.mainText {
	font-size: 16px;
	color: #333333;
	text-align: justify;
}

.mainText img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFD393;
}
#rightMenu {
	/* float: right;*/
	width: 260px;
	/* clear: both; */
	background-color: #F3F3F3;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	border: 1px dashed #999999;
}
#contentArea {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: auto;
}
#footer {
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
	clear: both;
	padding-top: 10px;
	font-size: 12px;
	margin-top: 20px;
}

#footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.portfolio img {
	border: 2px solid #FF9900;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	width: 150px;
	height: auto;
}
.portfolio {
	clear: both;
	font-size: 14px;
	width: 500px;
	text-align: justify;
	margin-bottom: 10px;
	background-color: #F0F0F0;
	border: 1px solid #999999;
	height: auto;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	margin-right: auto;
	margin-left: auto;
}
#rightIE6 {
	clear: both;
	float: right;
}

#contentIE6 {
	float: left;

}