/* global
----------------------------------------------- */
body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25%;
}


/* layout
----------------------------------------------- */
#container {
	position: relative;
	padding-top: 155px;
	width: 800px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #999999;
	border-left-color: #999999;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-bottom-style: none;
	border-bottom-color: #09345f;
}

#quickSummary {
	width: 90%;
	text-align: center;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(images/quicksummary.png);
	left: 2px;
	background-color: #000000;
}

#mainheadline {
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	padding: 5px 5px 1px;
	overflow: hidden;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: medium;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: groove;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: auto;
	background-image: none;
	background-position: center center;
	background-repeat: repeat;
}

#subsection {
	width: 550px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	padding-bottom: 25px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	word-spacing: 0em;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
}

#footer {
	margin: 0 0 5px 0;
	padding: 10px 0 0 0;
	width: 100%;
	text-align: center;
}

#linkList {
	position: absolute;
	width: 152px;
	top: 155px;
	left: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 785px;
	background-image: url(images/links.png);
	background-repeat: no-repeat;
}

#linklisttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	padding-right: 10px;
	padding-left: 47px;
	padding-bottom: 10px;
	padding-top: 5px;
}

#linklisttext a, #linklisttext a:link, #linklisttext a:visited {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #666699;
}

#linklisttext a:hover {
text-decoration: underline;
}

#footer {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

#quickSummary a, #quickSummary a:link, #quickSummary a:visited {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #666699;
	background-color: #FFFFFF;
}

#quickSummary a:hover {
text-decoration: underline;
}

#footer a, #footer a:link, #footer a:visited {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #666699;
}

#footer a:hover {
text-decoration: underline;
}

