@charset "UTF-8";
body  {
	margin: 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	background-color: #FF0000;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 15px;
}
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left;
	background-color: #FF0000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #FF0000;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	background-color: #FF0000;
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 242px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	background-color: #FF0000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 293px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFF99;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
}
.news {
	font-family: "Times New Roman", Times, serif;
	font-size: 37px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 52px;
}
.over {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
}
.READMORE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #DDDDDD;
	border-right-color: #777777;
	border-bottom-color: #777777;
	border-left-color: #EEEEEE;
	line-height: 50px;
	text-align: center;
}
.info:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FFFF66;
}
.info:hover {
	font-weight: bold;
}
.back1 {
	font-size: 13px;
	color: #FFFFFF;
}
.pagewise:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFF00;
}
.pagewise:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFF99;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #FFFFFF;
	padding-right: 10px;
}
.pleasecall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 32px;
	color: #FFFFFF;
	text-align: center;
}
.read {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FFFF66;
}
.read:hover {
	font-weight: bold;
}
.back {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCCFF;
}
.back:hover {
	font-weight: bold;
}
.photobox {
	float: right;
	width: 220px;
	padding-left: 20px;
	padding-right: 0px;
}

