/* global
----------------------------------------------- */
body {
background: #CCCCCC;
}


/* layout
----------------------------------------------- */
#container {
	position:absolute;
	background: #FFFFFF;
	width: 800px;
	border-bottom: 10px #09345f;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #333333;
	border-left-color: #333333;
	z-index: 2;
	margin-bottom: 10px;
	margin-top: 126px;
	left: 9px;
	top: 10px;
}

#quickSummary {
	width: 100%;
	text-align: right;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	height: 40px;
}

#mainheadline {
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	padding: 1px;
	/*overflow:auto;*/
	font-size: small;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
	margin-top: 5px;

}

#subsection {
	margin: 0px 0 0 190px;
	width: 550px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 25px;
}

#subsection2 {
	margin: 25px 0 0 190px;
	width: 550px;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 25px;
}

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

#linkList {
	position: absolute;
	width: 174px;
	top: 70px;
	left: 9px;
	margin: 0px;
	padding-top: 1px;
	border: 1px solid #333333;
	height: 301px;
}

#video {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	background-image: url(multimedia.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
}

#specials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 1px;
	background-image: url(specials.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}

#video a, #video a:link, #video a:visited {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000066;
	font-size: x-small;
}

#video a:hover {
	text-decoration: underline;
	color: #FF0000;
}

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

#specials a:hover {
	text-decoration: underline;
	color: #FF0000;
}

#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;
}

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

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

#footer a:hover {
text-decoration: underline;
}
#banner {
	position:absolute;
	width: 800px;
	top: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #666666;
	border-bottom-color: #666666;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-color: #666666;
	height: 126px;
	z-index: 3;
	left: 9px;
	background-image: url(Banner);
}

