@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #557CBD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
#container-outer {
	background: url(media/blueswirl-background.jpg) repeat-y center;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColFixCtrHdr #container {
	width: 800px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #333333;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 800px;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent .floatright {
	float: right;
	clear: left;
	padding-left: 20px;
}
#leftContent {
	float: left;
	width: 550px;
}
#rightContent {
	float: right;
	width: 200px;
}
#rightContent #flag {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #bf0a30;
	margin-top: 5px;
	padding: 4px 2px 2px;
	border: 1px solid #002868;
	font-size: 12px;
	height: 67px;
}
#rightContent #medals {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #002868;
	border: 1px solid #bf0a30;
	font-size: 13px;
	height: 128px;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
#rightContent #chain {
	margin-top: 5px;
	padding-bottom:5px;
	text-align: center;
}
#rightContent #wall {
	margin-top: 5px;
}
#rightContent #dougquote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 120%;
	color: #4d3314;
	background-position: center center;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(media/dougquote.png);
	background-repeat: no-repeat;
}
#rightContent .floatleft {
	float: left;
	padding-right: 10px;
}
#mainContent a:link {
	color: #0171BB;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #EF1C23;
}
#mainContent a:visited {
	color: #CC6600;
	text-decoration: none;
}
#counter {
	background:#FFFFFF;
	text-align: center;
	clear:both;
	padding-top: 5px;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#002868;
	color: #FFFFFF;
	text-align: center;
	clear:both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	text-transform: uppercase;
}
#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFF66;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:active {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}
#noscriptnav ul {
	list-style-type:none;
	padding:0 0 0 5px;
}
#noscriptnav li {
	display:inline;
}
#noscriptnav li a {
	display:block;
	padding:2px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	font-size:10px;
	background-color: #002868;
}
#noscriptnav li a.active:hover {
	background-color:#BF0a30;
	color: #FFFF99;
}
#noscriptnav li a:hover {
	background-color: #3300FF;
}
#noscriptnav li a.active {
	background-color:#BF0a30;
	color: #FFFFFF;
}