body {
	margin: 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	height: 100%;
}
#page {
    height: 100%;
}
h1 {
	font-size: 12px;
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	margin-bottom: 10px;
}
#pageHeader {
	background-color:#FFCC00;
	padding: 5px 5px 5px 5px;
	border-bottom: 2px solid #000000;
}
#quickBar {
	background-color:#C2C285;
	color:#000000;
	font-size: 10px;
	height: 30px;
	border-bottom: 1px solid #000000;
	padding: 5px 5px 5px 5px;
}
.pageTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
}
.pageInfo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 10px;
}
#pageContent {
	border-bottom: 1px solid #000000;
	
}
#pageContentLeft {
	background-color: #EFEFEF;
	padding: 5px 5px 5px 5px;
	border-right: 1px dashed #CCCCCC;
	min-height: 400px;
	height: 100%;
	font-size: 11px;
}

#pageContentRight {
	background-color: #EFEFEF;
	padding: 5px 5px 5px 5px;
	border-left: 1px dashed #CCCCCC;
	min-height: 400px;
	height: 100%;
}

#pageContentGeneral {
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	min-height: 400px;
}

#bottomBar {
	background-color:#999999;
	padding: 5px 5px 5px 5px;
	height: 10px;
	border-bottom: 2px solid #000000;
}
#pageFooter {
	background-color: #C2C285;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #000000;
}
#footerLeft {
	font-size: 10px;
}
#footerRight {
	font-size: 10px;
	text-align: right;
}

.articleHeader {
	font-size: 12px;
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
}
.articleDate {
	font-size: 10px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.articleBody {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
.style3 {
	font-size: 24px;
	font-weight: bold;
}