* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
/*	color: #333;				*/
	color: #666;
	background-color: #FFF;
	background-image: url(../images/bkg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#container {
	width: 974px;
	margin: 0 auto;
	text-align: left;
}

#header {
	padding: 11px 0 0 0;	
}
#header div#logo {
	text-align: right;	
}
#header div#menu {
	height: 46px;
}
#header div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	height: 46px;
}
#header div#menu ul li {
	margin: 0;
	padding: 0;
	float: left;
	height: 46px;
}

#header div#banner {
	
}

#contentArea {
	padding: 0 0 0 54px;	
}
.colLeft {
	float: left;
	width: 555px;
}
.colRight {
	float: right;
	width: 280px;
}

#footer {
	background-image: url(../images/bkg_footer.gif);
	width: 974px;
	background-repeat: no-repeat;
	background-position: top;
	padding: 0 0 20px 0;
}
#footer p#footerMenu {
	padding: 74px 0 24px 54px;
	color: #732550;
	font: 11px Arial, Helvetica, sans-serif;
}
#footer p#footerMenu a {
	color: #732550;
	font-weight: bold;
}
#footer p#webheads {
	color: #5a5758;	
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0 0 0 54px;
}
#footer p#webheads a {
	color: #5a5758;	
	text-decoration: none;
}
#footer p#webheads a:hover {
	text-decoration: underline;	
}

div.newsLine {
	height: 100%;
	display: block;	
	padding: 0 0 15px 0;
	border-bottom: 1px solid #CCC;
	margin: 0 0 15px 0;
}
div.newsLine p {
	display: block;	
}


/* common styles */

.clear, .clearFloats {
	clear: both;
}
html>body .clear {
	height: 1px;
	display: block;
}
.floatLeft {
	float: left;
	margin: 0 15px 0 0;
}
.floatRight {
	float: right;
	margin: 0 0 0 15px;
}
.floatLeftTight {
	float: left;
}
.floatRightTight {
	float: right;
}
.printOnly {
	display: none;
}

/* general tags */

h1 {
	font-size: 26px;
	padding: 0 0 15px 0;
	color: #a42c67;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	padding: 0 0 15px 0;
	color: #d72482;
}
h3 {
	font-size: 12px;
	padding: 0 0 15px 0;
	color: #d72482;
}
h4 {
	font-size: 11px;
	padding: 0 0 15px 0;
	color: #d72482;	
}
ul {
	margin: 0 0 0 15px;
}
ul li {
	padding: 0 0 5px 0;
}
p {
	padding: 0 0 14px 0;
	line-height: 160%;
}
a {
	color: #d72482;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}