@charset "utf-8";
/* CSS Document */
html {
	background-color: #333333;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/site_background.png);
	height: 768px;
	margin: 0; 
	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: #000000;
}
.oneColFixCtrHdr #menu {
	width: 710px; 	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding: 4px 4px 0 4px;
}
.oneColFixCtrHdr #menu a {
	color: red;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
.oneColFixCtrHdr #menu a:hover{
	text-decoration: underline;
}

.oneColFixCtrHdr #container {
	width: 717px; 
	height: 695px;
	background-image:url(../images/home_back.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 20px 20px 10px 20px;  /* 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. */
	height: 116px;
}
.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 {
	padding: 0px 8px 8px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 432px;
}
.contentLeftColumn
{
	width: 190px; 
}
.contentLeftColumn 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 */
	font-size: 24px;
	color: #ff0000;
}
.contentLeftColumn p {
	margin: 0; 
	padding: 4px 8px 8px 8px;
	font-size: 12px;
}
.contentBottom{
	margin: 0;
	padding: 14px 100px 20px 100px;
	text-align:center;
}
.contentBottom h1 {
	margin: 0;
	padding: 10px 0;
	font-size: 18px;
	color: #ff0000;
}
.contentBottom p {
	margin: 0; 
	font-size: 12px;
}
.oneColFixCtrHdr #footer {
	padding: 12px;
	height: 101px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0;
}
#copyright {
	width: 100%;
	text-align:center;	
	font-size: 11px;	
}
.bullet{
	margin: 0 2px 0 2px;
}
#copyright a {
	color: red;
	text-decoration: none;	
}
#copyright a:hover {
	text-decoration:underline;
}
.quote
{
	font-size: 14px;
	font-style:italic;
	font-weight:bold;
}
