@charset "UTF-8";
body  {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #586976;
}
.twoColFixRtHdr #container {
	width: 960px;
	margin: 10px auto;
	text-align: left;
	padding: 0px;
	background: #FFF;
	border: 10px solid #BAC8D3;
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	margin-top: 0px;
	margin-right: 0px;
	background: #BAC8D3 url(../images/leather.jpg);
	height: 120px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 10px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 1px dashed #B2BFCA;
}
.twoColFixRtHdr #mainContent {
	margin: 0 270px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
} 
.twoColFixRtHdr #mainContentFull {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.twoColFixRtHdr #footer {
	border-top: 10px solid #BAC8D3;
	height: 30px;
	color: #FFF;
	padding: 10px 20px 0;
	background: #D7DFE5;
} 
.twoColFixRtHdr #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: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #586976;
	font-size: 9px;
}
.twoColFixRtHdr #footer p a:link {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #3F4D56;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixRtHdr #footer p a:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #6ACEF4;
	font-size: 9px;
	text-decoration: none;
}
.twoColFixRtHdr #footer p a:visited {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #3F4D56;
	font-size: 9px;
	text-decoration: none;
}
.twoColFixRtHdr #border {
	border: 0px solid #FCBE1C;
	background: #FFFFFF;
}
.twoColFixRtHdr #border a:link {
	font-weight: bold;
	color: #586976;
	text-decoration: none;
}
.twoColFixRtHdr #border a:hover {
	font-weight: bold;
	color: #6ACEF4;
	text-decoration: none;
}
.twoColFixRtHdr #border a:visited {
	font-weight: bold;
	color: #586976;
	text-decoration: none;
}
.twoColFixRtHdr #navbar {
	color: #FCBE1C;
	font-size: 11px;
	background: #B9C7D2;
	height: 19px;
}
#numbers {
	float: right;
	margin-top: 78px;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	padding-right: 10px;
}
#numbers a:link , #numbers a:visited{
	color: #FFF;
	text-decoration: none;
}
fieldset {
	border: 1px solid #F9BE28;
	padding: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 2px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 28px;
	color: #6ACEF4;
	font-weight: lighter;
}
legend {
	font-size: 25px;
	color: color
: #17234A;;
	font-weight: bold;
	color: #17234A;
	;
}
.box {
	width: 261px;
	background: #FFF;
	border-right: 1px dashed #D9D8D4;
	border-bottom: 1px dashed #D9D8D4;
	border-left: 1px dashed #D9D8D4;
	margin-bottom: 10px;
	float: left;
	height: 145px;
	margin-right: 10px;
}
.boxheader {
	width: 251px;
	font-weight: lighter;
	padding: 4px 4px 5px 8px;
	color: #FFF;
	background: #6AC2E7 url(../images/blue_corner.gif) no-repeat right top;
	float: left;
	margin-right: 10px;
}
.box p {
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11px;
}
.fltlftinbox {
	float: left;
	margin-right: 8px;
	padding: 1px;
}
h2 {
	font-size: 14px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}
table.stats 
{
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	width: 430px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	background: #586976;
}

table.stats td 
{
	background-color: #BAC8D3;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}

table.stats td.hed
{
	background-color: #586976;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
}
.clear {
	clear:both;
}
.fltlftmainpic {
	float: right;
	margin-bottom: 10px;
	padding-left: 20px;
	border-top: 1px dashed #D9D8D4;
	border-right: 1px dashed #D9D8D4;
	border-bottom: 1px dashed #D9D8D4;
}
.ftlftcreambox {
	height: 128px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px dashed #D9D8D4;
	margin-bottom: 10px;
	font-size: 13px;
}
table.pix {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	background-color: #BAC8D3;
	border: 1px;
	border-collapse: collapse;
	border-spacing: 0px;
}
h3 {
	font-size: 12px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	color: #586976;
}
