@charset "utf-8";
body {
	background: #FFFFFF;
	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: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../graphics/pageback.jpg);
	font-size: .9em;
}
#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 10px;
}
#topContent {
	margin-left: 190px;
}

#mainContent {
	padding-right: 10px;
	margin-left: 10px;
}
#header {
	background-color: #3760FF;

}
#dateline {
	float: left;
	margin-left: -170px;
	width: 130px;
	font-size: 12px;
	color: #CECFD3;
}

#tag {
	background-image: url(../graphics/spacer.jpg);
	background-repeat: no-repeat;
	font-size: 24px;
	padding: 3px 0px 3px 190px;
	font-style: italic;
	font-weight: 600;


}

#topnav {
	float: left;
	width: 150px;
	padding-top: 5px;
	padding-left: 22px;
	height: 290px;
	background-color: #3760FF;
	display: none;
	
}
a.menu:link {
	color: #000;
	padding: 3px 5px 5px 5px;
	margin: 5px 5px 0px 0px;
	text-decoration: none;
	width: 115px;
	font-size: 0.9em;
	height: 12px;
	font-weight: 600;
	float: left;
	display: block;
	background-color: #CCC;
}
a.menu:active {
	color: #000;
	padding: 3px 5px 5px 5px;
	margin: 5px 5px 0px 0px;
	text-decoration: none;
	width: 115px;
	font-size: 0.9em;
	height: 12px;
	font-weight: 600;
	float: left;
	display: block;
	background-color: #CCC;
}

a.menu:visited {
	color: #000;
	padding: 3px 5px 5px 5px;
	margin: 5px 5px 0px 0px;
	text-decoration: none;
	width: 115px;
	font-size: 0.9em;
	height: 12px;
	font-weight: 600;
	float: left;
	display: block;
	background-color: #CCC;
}
a.menu:hover {
	color: #03F;
	padding: 3px 5px 5px 5px;
	margin: 5px 5px 0px 0px;
	text-decoration: none;
	width: 115px;
	font-size: 0.9em;
	height: 12px;
	font-weight: 600;
	float: left;
	display: block;
	background-color: #FFF;
}
#lowerbox {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 20px;
}

#footer {
	clear: both;
	background-color: #3760FF;
	color: #FFF;
	text-align: left;
	font-size: 12px;
	height: 16px;
	padding: 8px 5px 3px 3px;
}
a.footer:link {
	color: #FFFFFF;
	padding: 20px 7px 20px 7px;
	margin: 0px 0px 0px 2px;
	text-decoration: none;

}
a.footer:active {
	color: #FFFFFF;
	padding: 20px 7px 20px 7px;
	margin: 0px 0px 0px 2px;
	text-decoration: none;
}

a.footer:visited {
	color: #FFFFFF;
	padding: 20px 7px 20px 7px;
	margin: 0px 0px 0px 2px;
	text-decoration: none;
}
a.footer:hover {
	color: #F15C22;
	padding: 20px 7px 20px 7px;
	margin: 0px 0px 0px 2px;
	text-decoration: none;
}
.fright {
	float: right;
	margin-left: 10px;
}
.picturebox {
	padding: 5px 5px 5px 5px;
	text-align: left;
	width: 270px;
}
.titlecell {
	padding: 5px 5px 5px 5px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}
.datacell {
	padding: 5px 5px 5px 5px;
	text-align: left;
}
.paddedcell {
	padding: 5px 10px 5px 10px;
}
.img {
	border: none;
}
.leftpad {
	text-align: left;
}
.rightpad {
	text-align: right;
}

#flash {
	float: right;
	margin-left: 10px;
	padding-bottom: 10px;
}

