/* ----------page styles-------- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FAF0E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
p,td,strong,li,ul,ol,input,textarea,u,b,i,em { 
	font-family: inherit;
	font-size: 13px; 
}
p{
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
}
hr{
	margin:2px;
}
/* ----------link styles-------- */
a:link {
color: #242B71;
text-decoration: none;}

a:visited {
color: #242B71;
text-decoration: none;}

a:hover {
color: #666666;
text-decoration: underline;}

a:active {
color: #242B71;
text-decoration: none;}



/* ----------container styles-------- */
.dateline {
height: 30px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CCCCCC;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
background-color: #FFFFFF;}

.copy {
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;}

.footer {
font-size: 11px;
color: #663333;}

.vertRule {
border-left-width: 1px;
border-lrft-style: solid;
border-left-color: #CCCCCC;
border-left-style: solid;}



/* ----------text styles-------- */
.contactSub {
font-family: "Times New Roman", Times, serif;
font-size: 19px;
color: #663333;
display: block;}
.categoryLinks a{
	margin:5px 0 5px 0;
	padding:0;
	display:block;
}



/* ----------image styles-------- */
.imageLeft {
margin-right: 10px;
margin-bottom: 10px;}
