/* MAIN CSS FOR THE SITE */

/*
div {
	border:1px dotted #000099;
}/**/

body, html {
	margin:0;
	padding:0;
}

body {
}

#pageContainer {
	width:720px;
	margin:0 auto;
	text-align:left;
}

.clearer {
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}

/*------------------- HEADER AREAS -------------------*/
#header {
	min-height:108px;
	border-bottom:solid 2px #007dc3;
}

*html #header { /* a hack for IE6 */
	height:108px;
}

#headerLeft {
	position:relative;
	float:left;
	padding-bottom:5px;
}

#headerRight {
	position:relative;
	float:right;
	text-align:right;
}

#headerRight img {
	border-left:solid 2px #007dc3;	
}

#navigation {	
	padding:0 0 7px 0;
	font-size:8pt;
	display:inline;
}

#navigation a:link, #navigation a:visited {
	color:#000;
	text-decoration:none;
}

#navigation a:hover {
	color:#228ecb;
	text-decoration:none;
}


/*------------------- CONTENT AREAS -------------------*/
#content {
	border-bottom:solid 2px #007dc3;
	background:url(../images/site/content_bg.jpg) repeat-y left;
	clear:both;
}

#leftCol {
	width:294px;
	padding-top:15px;
	padding-bottom:20px;
	position:relative;
	float:left;
	color:#fff;
	background:url(../images/site/leftCol_bg.jpg) no-repeat bottom right ;
}

#leftCol p {
	padding-left:15px;
	padding-right:10px;
}

#rightCol {
	width:424px;
	position:relative;
	float:right;
	text-align:left;
	color:#555;
	background:url(../images/site/rightCol_bg.jpg) no-repeat;
	padding-bottom:20px;
}

#rightCol p {
	padding-left:30px;
	padding-right:50px;
}


/*------------------- FOOTER -------------------*/
#footer {
	font-size:7pt;
	color:#000;
	background:url(../images/site/footer_bg.jpg) repeat-y left;
	display:block;
	height:70px;
}

#footerLeft {
	width:388px;
	position:relative;
	float:left;
	text-align:right;
}

#footerLeft img {
	border-left:solid 2px #007dc3;
}

#footerRight {
	position:relative;
	float:right;
	text-align:left;
	text-align:right;
	font-weight:bold;
	padding-right:28px;
}

#footer a:link, #footer a:visited {
	color:#000;
	text-decoration:none;
}

#footer a:hover {
	color:#000;
	text-decoration:underline;
}#pageContainer #content #rightCol li {
	margin-left: 50px;
}
.hometxt {
	font-size: 12pt;
	line-height: 1.5em;
}
