@charset "utf-8";
/* CSS Document extracted from Dreamweaver 1 col liqid centre header and footer file  CJ 3/8/11*/

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #CCC;
	margin: 0;
	padding: 0;
	color: #000;
	font-size:12px;
	margin-left:20px;
	margin-top:20px;
	line-height: 1.2em;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border-color: #000;
}
a:link {
	color:#00F;
	text-decoration: underline;
}
a:visited {
	color: #00F;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 100%;
	max-width: 900px;
	min-width: 600px;
	background: #FFF;
	margin: 0 auto;
}

.header {
	height: 80px;
	width: 900px;
}

.content {
	background: #FFF;
	width: 900px;
	margin-top: 1px;
}

.content ul, .content ol { 
	padding: 0px 15px 15px 40px; 
}

.footer {
	padding: 10px 0;
	background: #CCC;
}

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


.newsbox {border-bottom:  1px solid #ccc; }

.style1 {color: #000;
	font-size: 1em;
}
.style2 {color: #333;
	font-size: 1em;
}
.style1 {color: #000;
	font-size: 0.9em;
}
.style4 {color: #333;
	font-size: 0.9em;
}
.style5 {color: #000;
	font-size: 0.8em;
}
.style6 {color: #333;
	font-size: 0.8em;
}
.style7 {color: #666;
	font-size: 0.8em;
}
.style8 {color: #666;
	font-size: 1.4em;
}
.style9 {color: #F03;
	font-size: 1.4em;
}
.style10 {color:#F93;
	font-size: 1.4em;
}
.style11 {color:#3C0;
	font-size: 1.4em;
}
.style12 {color:#000;
	font-size: 1.4em;
}
.style13 {color: #F03;
	font-size: 1.2em;
}
.style14 {color: #000;
	font-size: 3.0em;
}

.redongrey {background-color:#CCC;
	font-size: 1.6em;
	color: #F03;
	background-color:#CCC;
	font-weight:bold;
}

.img {border-color: #000;}

