/* CSS definition file containing sitestyle stylesheets */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(images/page_back_01.gif);
	background-position: center;
}
.twoColFixLtHdr #container {
	 /* width: 780px; using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 919px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/back_14.gif);
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;
	padding: 20px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px;  /*using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 10px 10px;
	min-height: 350px;
	text-align: right;
}
.twoColFixLtHdr #mainContent {
	margin: -20px 0 0 170px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 500px;
/* 	background-color: #0F0; */
} 
.twoColFixLtHdr #footer {  
	 margin: 10px 0px 0px 0px; /*My added margins */
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

/* .twoColFixLtHdr #footer2 { */
/* 	margin: -109px 0 0 160px; */
/* 	padding: 0px 0px 0px 0px; */
/* 	min-height: 109px; */
/* 	background-image: url(images/foot_back_03.gif); */
/* }  */

.twoColFixLtHdr #footer_c {
	margin: 0px 0px 0px 0px; /*My added margins */
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
 	min-height: 10px;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}	
	.location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.menu1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #000040;
	border: black
}

a.menu1 {
	text-decoration: none;
	color: #312E56
}
	
a.menu1:hover {
	color: #D8261C
}

.menu2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #009;
	border: black
}

a.menu2 {
	text-decoration: none;
	color: #900
}
	
a.menu2:hover {
	color: #306
}
	

 P { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 14px; line-height: 16px; font-weight: normal; font-style: normal; text-align: justify; margin: 6px 10px 2px 10px;}

/*  A:active { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 12px; color: rgb(0,51,51);} */
/* A:link { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 12px; color: rgb(57,57,148); line-height: 14px; font-weight: bold;} */

/* A:visited { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 12px; color: rgb(153,102,0); line-height: 14px; font-weight: bold;} */

/* A:hover { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 12px; color: rgb(181,32,41); font-weight: bold;}*/
 
 
 H1 { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;}
 H2 {
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	font-size: 24px;
	color: #A41D15;
	line-height: 18px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 16px;
	margin-bottom: 6px;
}

 H3 { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 18px; color: rgb(0,51,51); line-height: 18px; font-weight: bold; margin-left: 10px; margin-top: 16px; margin-bottom: 6px;}
 LI { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 12px; line-height: 13px; list-style-type: square; list-style-position: outside; text-align: left; text-indent: 0pt; margin: 3pt 10pt 3pt 20pt;}
 A { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 12px;}
 H4 {
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	font-size: 16px;
	color: #283E55;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
	margin: 12px 6px 6pt 10px;
	padding: 4px 0px 4px 2px;
	border-top: 1px solid rgb(153,102,0);
	border-bottom: 1px solid rgb(153,102,0);
}
 H5 { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 14px; line-height: 16px; font-weight: bold; margin: 12px 20px 6px 10px;}
 H6 { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 12px; color: rgb(57,57,148); line-height: 13px;}
 

