@charset "utf-8";
/* CSS Document */

#wrapper {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	width: 100%;
}
#wrapper #header {
	width: 100%;
	background-color: #041354;
	border-bottom-width: medium;
	border-bottom-style: inset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	overflow: hidden;
}
#wrapper #bodyarea {
	width: 100%;
	height: auto;
}
#wrapper #bodyarea #leftcol {
	float: left;
	width: 21%;
	background-color: #ececec;
	height: auto;
}
#wrapper #bodyarea #leftcol #leftcolcontent {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #bodyarea #rightcol #rightcolcontent {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #bodyarea #leftcol #leftcolcontent ul {
	margin: 0px;
}


#wrapper #bodyarea #rightcol {
	width: 49%;
	float: left;
	height: 80%;
}
#wrapper #bodyarea #leftcol #leftcolcontent ul li {
	margin: 0px;
}

#wrapper #bodyarea #rightadcol {
	width: 30%;
	float: right;
}

#wrapper #bodyarea #footer {
	clear: both;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: auto;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration: none;
	color: #333357;
}

