body {
	font: 100%/1.3 Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background: #CCC url(images/background.jpg) repeat-x;
	padding: 0px;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right:20px;
	padding-left:20px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h1 {
	font-size: 130%;
	color: #a20503;
}
h2 {
	font-size: 115%;
}
a img {
	border: none;
}
a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #C00;
}
a.staticlink {
	color:#00F;
}
a.staticlink:hover {
	color:#900;
}


.container {
	width:960px;
	background:#FFFFF0 url(images/border2px.png) repeat-y;
	margin: 5px auto;
}
.header {
	background: #FFFFF0;
}
.header .header-logo {
	float:left;
	display:block;
}
.header .header-top {
	float:left;
	border-bottom:2px solid #000;
	display:block;
}

.sidebar {
	float:left;
	width:120px;
	background:#FFF;
	padding-bottom: 10px;
	text-align: center;
	display:block;
}
.sidebar p {
	margin-left:-7px;
}
.sidebar img { /* prevents gap between navigation images */
	display: block;
}
.sidebar-links {
	display:block;
}

.content { 
	padding:20px 0px 0px 0px;
	width:810px;
	float:left;
}
.contenttop {
	margin-top: 0px;
}
.intro { 
	float:left;
	width:480px;
	padding-left:10px;
	padding-right:20px;
}
.intro-center { 
	text-align:center;
}
.bannerflash { 
	float:left;
	text-align:center;
	width:300px;
	margin-top:0px;
	display:block;
}
.contentmiddle { /* starts with 810px */
	float:left;
	margin:0;
	padding-left:25px;
	padding-right:20px;
	display:block;
}
.contentmiddleLeft {
	float:left;
	width:375px;
	text-align:center;
	display:block;
}
.contentmiddleRight {
	float:left;
	width:380px;
	text-align:center;
	display:block;
}

.announcements { 
	float:left;
	border:1px solid #000;
	width:763px;
	background: #e5e5e5;
}
.announcementtext { /* text inside announcements div */
	padding: 5px 5px 5px 8px;
}
.contactinfo { 
	text-align: center;
	float: right;
	padding-right: 10px;
}
.contentbottom {
	text-align: center;
	display:block;
}
.hr {
	padding:15px;
	display:block;
}

.table { /* ends with 770px */
	margin:0px 20px 10px 20px;
}
.tableRow {
	width:770px;
	float:left;
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #9CF;
}
.tableLeftCol {
	width:200px;
	float:left;
}
.tableRightCol {
	width:570px;
	float:left;
}
.content ul, .content ol {
	padding:0px 0px 15px 40px; 
}

.nav480 {
	font: bold 120% Verdana, Geneva, sans-serif;
	margin: 0 auto;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	width:90%;
	display:none;	/* mobile: change to block */
}
.nav480 ul li {
	list-style: none;
	display: block; 
	background: #333366;
	margin:10px 0px 10px 0px;
	padding:10px 15px 10px 15px;   
	border:solid #000;
}
.nav480 ul li a {
	color: #FFF;
	text-decoration: none;
}
.nav480 ul li a:hover {
	text-decoration:underline;
	color:#900;
}
.mobile-back {
	display:none;	
}
.mobile-back a {
	text-decoration: none;
}

.footer {
	font:80% Verdana, Geneva, sans-serif;
	padding:7px;
	background: #000066;
	color: #FFF;
	border-top: 2px solid #000;
	text-align: center;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	border-bottom: 2px solid #000;
	display:block;
}
.footer a {
	color: #fff;
	text-decoration:underline;
	margin: 0px;
}
.footer a:hover {
	color:#900;
}
.footer .footer960 {
	display:block;	/* mobile: change to none */
}
.footer .footer480 {
	display:none;  /* mobile: change to block */
}
.footer480 .footer480Mobile {
	color: #FFF;
	font:120% Verdana, Geneva, sans-serif;
	margin:0 auto;
	padding:0;
}
.footer480Mobile a {
	color: #fff;
	text-decoration:underline;
}
.footer480Mobile a:hover {
	color:#900;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	display:block;
}

