body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: circle;
	text-align:center;
}

#container { 
	position:relative;
	margin:0 auto;
	width:800px;
	text-align:left;
	/*overflow:hidden;*/
}

#wrap {
	float:left;
	width:100%;
	border:#CC0033 solid 1px;
	padding: 0 0 10px 0;
}

h1 {
	font:28px/40px Georgia, "Times New Roman", Times, serif;
	color:#CC0000;
	text-align:center;
	padding:0;
	margin:0;
	height:40px;
}

h2 {
	font:24px/24px Georgia, "Times New Roman", Times, serif;
	color:#CC0000;
	text-align:center;
	padding:0;
	margin:0;
	height:24px;
}

h3 {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	color: #2A4795;*/
	
	/* added by request */
	font:16px/18px Georgia, "Times New Roman", Times, serif;
	color:#CC0000;
	text-align:center;
	text-decoration:underline;
	
}

p {
	font: 13px/20px Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: circle;
}

.singleCol {
	float:left;
	width:760px;
	margin: 10px 20px;
	text-align:left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
}

.singleColHeader {
	float:left;
	width:780px;
	margin: 0 10px;
	text-align:left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
}

.twoCols { 
	float:left;
	width:360px;
	padding: 10px 10px 0 160px;
	text-align:center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.twoColsCentred {
	float:left;
	width:370px;
	padding: 10px 10px;
	text-align:center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/*background:#CC0033;*/
}

#banner {
	float:left;
	clear:both;
	width:800px;
	height:100px;
	text-align:left;
	text-indent: -5000px;
}

body.index #banner {
	background:url(images/banner1.jpg) no-repeat top left;
}

body.news #banner {
	background:url(images/banner2.jpg) no-repeat top left;
}

img {
	border:none;
}

.miniHolder {
	float:left;
	width:100%;
	text-align:center;
	padding-top:10px;
}

#contactHolder {
	width:600px;
	position:relative;
	text-align:left;
	margin:0 auto;
}

.boxed, .boxedReversed {
	width:100%;
	float:left;
	border:#CC0033 solid 1px;
}

.boxed .twoCols, .boxed .twoColsCentred {
	width:270px;
}	

.right {
	float:right;
	margin: 0 0 5px 10px;
}

.left {
	float:left;
	margin: 0 10px 5px 0;
}

.reversed {
	width:100%;
	background:#CC0033;
	color:#fff;
}

.boxedReversed {
	background:#CC0033;
}

h2 .reversed {
	background:#fff;
}

.reversed2 {
	width:auto;
	background:#CC0033;
	color:#fff;
}
