@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #f0f0d4;
	background-image: url('/images/pageBG.gif');
	background-repeat: repeat-x;
	background-position: top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

img { border: 0px; }


a { color: #c1291f; }


#header-logo { 
	background-color: white;
	width: 943px;
}

#nav {
	background-image: url('/images/nav/nav-background.gif');
	background-repeat: repeat-x;
	height: 36px;
}
#navarea { background-color: white; }


#content { 
	background-color: white;
	width: 943px;
	max-width: 943px;
}
#context {
	background-color: white;
	width: 943px;
}


#footer {
	background-image: url('/images/footer2.gif');
	background-repeat: no-repeat;
	width: 983px; height: 68px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: default;
	padding: 5px 0 0 25px;
}
#footer a { color: #FFFFFF; text-decoration: none; }




.news-date {
	color: #999999;
}
.news-blurb {
	color: #999999;
	font-size: 12px;
}


.moveup20 { position: relative; top: -20px; }


h1 { color: #ce312e; font-size: 24px; font-family: arial; margin-top: 0;}
h2 { color: #333333; font-size: 20px; font-family: Georgia, "Times New Roman", Times, serif;} 

.font10 { font-size: 10px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font25 { font-size: 25px; }

.darkfont14 {
	color: #000000;
}

.black19 { color: #000000; font-size: 19px; }

.red { color: #ce312e; }
.red14 { color: #ce312e; font-size: 14px; }
.red18 { font-size: 18px; color: #ce312e; }
.borderRed { border: 1px solid #ce312e; }


.list1 { margin: 2px; list-style-image: url('/images/bullet1.jpg'); }
.list1 li { font-weight: bold; margin-bottom: 4px; }

