body {
	font: 100% Franklin Gothic Book, Eras Light ITC, Berlin Sans FB, Trebuchet MS;
	color: #000000;
	background: #990000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#holder {
	width: 850px;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto 0 auto;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}
#header {
        width: 850px;
	background: #ffffff;
}
#nav {
	width: 850px;
	float: top;
	padding: 15px 10px;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
}
#content {
	margin: 0 0px 0 0;
	padding: 15px;
}
#footer {
        width: 850px;	
        padding: 5px;
	border-top: 1px solid #990000;
	font-size: 80%;
	text-align: center;
	color: #333;
}
#footer a:link { 
	color: #D60002;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited { 
	color: #666;
}
#footer a:hover, #nav a:active, #nav a:focus {  
	color: #990000;
}
.callout {
	font: bold 110% "Franklin Gothic Book", "Eras Light ITC", "Berlin Sans FB", "Trebuchet MS";
	color: #000000;
	margin: 0;
}
.finecallout {
	font: normal 80% "Franklin Gothic Book", "Eras Light ITC", "Berlin Sans FB", "Trebuchet MS";
	color: #000000;
	margin: 0;
}
.boldcallout {
	font: bold 130% "Franklin Gothic Book", "Eras Light ITC", "Berlin Sans FB", "Trebuchet MS";
	color: #000000;
	margin: 0;
	padding: 5px 5px;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
p {
	font-size: 100%;
}
#content p {
	line-height: 120%;
}
#content a:link { 
	color: #D60002;
	text-decoration: none;
	font-weight: bold;
}
#content a:visited { 
	color: #666;
}
#content a:hover, #nav a:active, #nav a:focus {  
	color: #990000;
}
#nav a:link { 
	color: #D60002;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited { 
	color: #666;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color: #990000;
}

