@charset "utf-8";
body {
	background: #F5F5F5;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background: #CCCCCC;
	text-align: left;
	margin: 0px auto;
	width: 1000px;
}
#header {
	background: #FFFFFF url(../_graphics/Header3.jpg);
	text-align: left;
	height: 100px;
}

#MainContents {
	background: #333333;
	text-align: left;
	width: 612px;
	height: 554px;
	float: left;
	padding-left: 5px;
	border-right: thin solid #666666;
	border-left: thin solid #666666;
}

#mainframe {
	height: 535px;
	background: #FFFFFF url(../_graphics/bg.jpg) repeat-y right top;
	padding-right: 20px;
	padding-left: 20px;
	color: #000000;
	overflow: auto;
	padding-top: 10px;
	list-style: inside;
}

#sideBar {
	background: #FFFFFF;
	text-align: center;
	width: 190px;
	height: 515px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	overflow: auto;
	color: #000000;
	padding-top: 30px;
}


#footer {
	background: #FFFFFF url(../_graphics/FooterB.jpg) no-repeat center center;
	height: 105px;
	clear: both;
	font-family: "Palatino Linotype";
	font-size: medium;
	border-top: medium solid #007800;
	text-align: center;
	color: #000000;
}
.scroll {
	overflow: auto;
}
.footerSmall {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #F8CA06;
	word-spacing: normal;
	letter-spacing: normal;
}
