body {
	/* background-image:url(../images/bg1b.gif); */
	/* background-color:#79b7c4; */
	/* background-image: url(../images/back_2.png); */
	/* background-repeat:repeat-x; */
	/* background-color:#008000; good with leaf.gif*/
 	background-color:#785F5A;
	/* background-image: url(../images/sample.jpg); */
	/* background-color:#07375C; */
	margin:20px;
	padding:0;
	text-align:center;
}

h1 {
	font-size:24px;
	color:#FFF;
	font-weight:700;
	margin:0;
}

h2 {
	font-size:10px;
	color:#79b7c4;
	margin:0;
	font-weight:700;
}

h3 {
	font-size:18px;
	color:#666;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

p {
	margin-top:5px;
	padding-bottom:5px;
	font-size:14px;
	line-height:1.5em;
}

p.large {
	margin-top:5px;
	padding-bottom:5px;
	font-size:18px;
	line-height:1.5em;
}

p.error {
	margin-top:5px;
	padding-bottom:5px;
	font-size:14px;
	line-height:1.5em;
	color: #FF2020;
}

td {
	font-size:14px;
}


span.verylarge {
	font-size: 24px;
}


textarea {
	font-family:Arial,Helvetica,sans-serif;
}

#container {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:900px;
	padding:10px;
	height:auto;
	background-color:#FFF;
	text-align:left;
}

#banner {
	width:900px;
	height:100px;
	margin-bottom:10px;
}

#bannerLeft {
	width:270px;  /* orig 150px */
	height:100px;
	margin-right:10px;
	/* background-image:url(../images/leaf.gif); */
	/* background-image:url(../images/rings.jpg); */
	background-image:url(../images/rings-270x100.jpg);
	float:left;
}

#bannerRight {
	/* width:609px; */
	/* height:49px; */
	width:609px;
	height:49px;
	background:url(../images/bg1c.gif) repeat-x;
	float:left;
	border:1px solid #CCC;
	border-width:1px 0 0 1px;
	padding:50px 0 0 10px;
}

#content {
	background:url(../images/bg1-900x1x270px.gif) repeat-y;
	height:1%;
	}

#leftColumn {
	float:left;
}

#nav {
	margin:0;
	padding:0;
	list-style:none;
}

#nav a {
	display:block;
	font-size:14px;
	color:#CCC;
	text-decoration:none;
	padding:10px;
	width:250px;
	height:10px;
	border-bottom:1px dotted #333;
	
}

#nav a:hover {
	background-color:#333;
}

.navcurrentpage {
	background-color:#666;
}

#leftColumnBottom {
	width:250px;
	background:url(../images/bg1c.gif) repeat-x;
	padding:110px 10px 10px;
	color:#EAEAEA;
}

#rightColumn {
	float:left;
	width:610px;
	padding-left:20px;
	color:#666;
}

#clear {
	clear:both;
}

.date {
	font-size:10px;
	color:#999;
	font-weight:normal;
}

#copyright {
	padding-top:10px;
	font:10px Arial,Helvetica,sans-serif;
	color:#000000;
}

#copyright a {
	text-decoration:none;
	color:#000000;
}

#copyright a:hover {
	color:#333333;
}


ol {
	font:14px Arial,Helvetica,sans-serif;
}

ul {
	font:14px Arial,Helvetica,sans-serif;
}



