
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000
;
	font-size: 11px;
	color: #FFFFFF;
	font-family:  georgia, arial, sans-serif;
	text-align: center;
}

a {
	color: #CCCC33;
	text-decoration: none;
}

a:hover, a:active {
	color: #CC3333;
	text-decoration: underline;
}

/* header */
#pageHeader {
	margin: 0px 39px;
	padding: 9px 0px 0px 0px;
}


#pageHeader h2 span {
	display: none;
}

#quickSummary {
	position: relative;
	margin: 0px 0px 0px 400px;
	width: 364px;
	height: 117px;
	z-index: 1;
}

#quickSummary p  {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 125%;
	color: #ffffff;
}

#quickSummary a  {
	color: #ffffff;
	text-decoration: underline;
}


#footer {
	margin: 0px 0px 0px 316px;
	padding: 105px 0px 76px 0px;
	width: 396px;
	text-align: right;
}

#footer a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* link */
#linkList {
	position: absolute;
	margin: 0px 0px 0px 39px;
	top: 281px;
	width: 246px;
	height: 490px;
	overflow:auto;
	z-index: 1;
}

#linkList2 {
	padding: 0px 7px;
}

#linkList ul {
	margin: 0px 5px;
	padding: 0px;
	list-style-type: none;
}

#linkList li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

