@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center;
	background-color: #E1E1E1;
}
#container  {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	min-height: 600px;
	height: auto !important;
	height: 600px;
} 
#header  {
	background-color: #FF9595;
	height: 145px;
	padding-right: 50px;
	padding-left: 15px;
	width: 915px;
	text-align: center;
} 
#header h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 120%;
	text-align: center;
	color: #333;
}
#header h3 {
	font-size: 100%;
	color: #333;
}
#header #headleft {
	width: 170px;
	line-height: 150%;
	float: left;
	text-decoration: none;
	font-size: 100%;
	text-align: left;
	height: 100px;
}
#header #headleft a    {
	font-size: 70%;
	color: #009;
	text-decoration: none;
	font-weight: bold;
}
#header #headleft a:hover  {
	font-size: 70%;
	text-decoration: underline;
	color: #906;
}
#header ul {
	display: block;
	list-style-type: none;
	margin-left: 100px;
}
#header ul li {
	display: inline;
	float: left;
	height: 20px;
	margin-top: 5px;
	margin-left: 20px;
	padding: 5px 0 5px 0;
	/*padding-right: 0px;
	padding-left: 0px;*/
}
#header ul li a {
	text-decoration: none;
	color: #009;
	font-size: 80%;
	font-weight: bold;
	padding-left: 2px;
}
#header ul li a:hover {
	color: #906;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}

#sidebar1  {
	float: left; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	background-image: url(images/handprints_small.jpg);
	background-repeat: repeat-y;
		background-position: center top;
	clear: left;
	width: 187px;
	min-height: 600px;
	height: auto !important;
	height: 600px;

}
#sidebar2  {
	float: right; /* padding keeps the content of the div away from the edges */
	background-image: url(images/handprints_small.jpg);
	width: 187px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	background-repeat: repeat-y;
	background-position: center top;
}
#mainContent h2 {
	font-size: 100%;
	padding-top: 15px;
	padding-bottom: 20px;
	color: #009;
}
#mainContent h1 {
	font-size: 140%;
}
#mainContent p {
	font-size: 75%;
	color: #333;
}
#headleft p strong {
	color: #906;
}
#mainContent  {
	width: 580px;
	margin-left: 200px;
	/*min-height: 600px;
	height: auto !important;
	height: 600px;*/
	
} 
#header h2 {
	text-align: center;
}
#footer  {
	clear: left;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 20px;
	width: 950px;
} 
#footer1  {
	clear: left;
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 950px;
	background-color: #FFF;
	font-size: 12px;
	color: #333;
} 
#footer1 a  {
	text-decoration: none;
	color: #333;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
	
}

#footer a  {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-decoration: none;
	color: #333;
	font-size: 10px;
}
#footer1 a:hover {
	color: #906;
}

#footer a:hover {
	color: #906;
}
.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;
	margin-top: 5px;
	display: block;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 5px;
	display: block;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.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;
	width: 0px;
}
.purple {
	color: #906;
   font-size: 70%;
	font-weight: bold;
}

 .purple_1 {
	color: #906 !important;
/*	font-size: 80%;*/
	font-weight: bold;
}

#header strong
{
	color:#906;
	}

#mainContent h3 {
	font-size: 90%;
	color: #900;
}
#mainContent h4 {
	font-size: 90%;
	color: #333;
}
#address {
	width: 250px;
	float: right;
}
.blue {
	color: #009;
}
#news {
	background-color: #FF9595;
	font-family: Verdana, Geneva, sans-serif;
	padding: 15px;
	font-size: 125%;

}
#news p a {
	color: #000;
	text-decoration: none;
}
#news p a:hover {
	color: #000;
	text-decoration: none;
}

