body
{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	background: white url("images/background.jpg");
	background-repeat: repeat-x;

}


h5{
   font-size: 10px;
   font-style: normal;
   font-weight: normal;
}

.bodyheader
{
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #0c4c84;
	font-family: arial, helvetica, sans-serif;
}
.bodyheader2
{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #0c4c84;
	font-family: arial, helvetica, sans-serif;
}
.bodyheader3
{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #0c4c84;
	font-family: arial, helvetica, sans-serif;
}
.adcopy
{
	font-size: 19px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 24px;
	color: #87011C;
	font-family: arial, helvetica, sans-serif;
}
.bodycopy
{
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 16px;
	color: #362f2d;
	font-family: arial, helvetica, sans-serif;
}
.bodycopy2
{
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 15px;
	color: #362f2d;
	font-family: arial, helvetica, sans-serif;
}
.bodycopy3
{
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 15px;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
}
.bodysubheader{
    color: #87011c;
	font-size: 18px;
	font-style: italic;
	font-family: arial, helvetica, sans-serif;
	
}

.footercopy
{
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 15px;
	color: #534741;
	font-family: arial, helvetica, sans-serif;
}
.footerlink
{
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
	color: #603913;
	font-family: arial, helvetica, sans-serif;
}

.leftimage{
float: left;
margin: 0 10px 8px 0;
border: 1px solid #000000;
}
 
.rightimage{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #000000;

} 

ul {
   margin-left:0;
   padding-left:20px;
  
}    
#sig{
	font-style: italic;
	text-align: right;
}
.twoColHybRtHdr #container { 
	width: 970px;  /* this will create a container 80% of the browser width */
	align: center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left;
	vertical-align: top; /* this overrides the text-align: center on the body element. */
} 
 

.twoColHybRtHdr #sidebar1 {
	float: right; 
	width: 179px; /* since this element is floated, a width must be given */
	margin: 0;
	padding: 0 20px 0 20px; /* top and bottom padding create visual space within this div  */
	vertical-align: top;
}

.twoColHybRtHdr #mainContent {
  width: 720px;
  margin: 0 0 0 30px;
  padding: 0; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
  vertical-align: top;
} 



/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

