body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 100%;
	color: #CCCCCC;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}

a:link {color: #303030; text-decoration: none}
a:active {color: #989898; text-decoration: none}
a:visited {color: #303030; text-decoration: none}
a:hover {color: #989898; text-decoration: none}

/*top colors: CCCDD6, D9DAE1, EBEAEE */
#section0 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #EBEAEE;
	text-align: center;
}
#section1 {
	position: absolute;
	top: 66px;
	left: 0px;
	width: 100%;
	background-color: #EBEAEE;
}
#section2 {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 100%;
	height: 14px;
	background-color: #000000;
}
#section3 {
	position: absolute;
	top: 164px;
	left: 0px;
	width: 100%;
	height: 300px;
	background-color: #ffffff;
}
#section4 {
	position: absolute;
	top: 556px;
	left: 0px;
	width: 100%;
	height: 60px;
	background-color: #ffffff;
}
#section5 {
	position: absolute;
	top: 680px;
	left: 0px;
	width: 100%;
	height: 60px;
	background-color: #ffffff;
}
#section6 {
	position: absolute;
	top: 740px;
	left: 0px;
	width: 100%;
	height: 60px;
	background-color: #ffffff;
}
#headerBox {
	width: 500px;
	height: 150px;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	text-align: center;
}
#labelBox {
	width: 500px;
	height: 50px;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
	background-color: #FF80FF;
	text-align:center;
}
.mainTitle {
	color: #000000;
	font-size: 250%;
	font-weight: none;
	letter-spacing: 3px;
}
.subTitle {
	color: #000000;
	font-size: 100%;
	font-weight: none;
	letter-spacing: 1px;
}
.itemTitle {
	/*color: #497D49;*/
	/*color: #26396A;*/
	color: #000000;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px 0px 0px 0px;
	position: relative;
	left: 0px;
	bottom: 0; 
}
.labelMed {
	color: #000000;
	font-size: 90%;
	font-weight: normal;
	letter-spacing: 1px;
}
#itemsBox {
	width: 964px;
	height: 320px;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	text-align: center;
}
#itemLeft {
	float: left;
	width: 320px;
	height: 320px;
	background-color: #ffffff;
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
#itemRight {
	float: right;
	width: 320px;
	height: 320px;
	background-color: #ffffff;
	border: 1px solid #000000;
}
#itemMiddle {
	float: left;
	width: 320px;
	height: 320px;
	background-color: #ffffff;
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
#infoBox {
	width: 940px;
	height: 60px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	text-align: justify;
	line-height: 1.3;
}
#footerBox {
	width: 964px;
	height: 60px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	border-top: 1px solid #000000;
}
#footerNav {
	position: relative;
	left: -22px;
	text-align: center;
}
#footerNav ul {
	color: #303030;
	font-size: 100%;
	font-weight: bold;
	margin: 2px 0px 0px 0px;
	letter-spacing: 1px;
}
#footerNav li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 0px 10px;
	/*background-color: #C0C000;*/
}
#newsBox {
	width: 964px;
	height: 60px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
}
#newsTitle {
	color: #303030;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
#newsNav {
	position: relative;
	left: -22px;
	/*text-align: center;*/
	text-align: justify;
	line-height: 122%;
}
#newsNav ul {
	color: #303030;
	font-size: 90%;
	font-weight: normal;
	margin: 6px 0px 0px 0px;
	letter-spacing: 1px;
	list-style-image: url(arrow_indent.png)
}
#newsNav li {
	/*display: inline;*/
	margin: 0px 0px 0px 0px;
	padding: 6px 10px 0px 0px;
	/*background-color: #C0C000;*/
}
#newsNav li a:link, #newsNav li a:visited {
	font-weight: bold;
	text-decoration: none;
}
#newsNav li a:active, #newsNav li a:hover {
	color: #989898;
	text-decoration: none;
}

