/*head*/
a:link, a:visited, a:hover, a:active {
	color: #000;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 24px;
 	border: 1px solid #000;
	padding-left:10px;
}
h2 {
	font-size: 18px;

}
h3 {
	font-size: 16px;
}

/**/



body {
	background-image: url(/images/bglines.gif);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.oneColFixCtrHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color:#CFE8E4;
	background-image:url(/images/text_top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	width: 165px;
	 /* 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. */
}
.oneColFixCtrHdr #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 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-image:url(/images/text_bottom_bg.jpg);

	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer {
	padding: 0 10px;
	color: #FFF;
	background-color: #000;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	 /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 8pt;
	text-align: right;
}
#footer p {

}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover{color:white;}
/*table classes*/
td {
	padding:5px;
}
td.odd {
	background-color:#CFF;
	color:#000;
	text-align:left;
}
td.even {
	background-color:#BCE0F5;
	color:#000;
	text-align:left;
}
#home_table tr {
	background-color:#000;
	color: #FFF;
}
#home_table {
	text-align:center;

}
td p{
	padding-top:0px;
	margin:0;
}

/*image*/
img.floatleft {
	float: left;
	margin-right: 24px;
	border: 1px solid #000;	
}
