body {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 100%;
	text-align: center;
	background-color: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

#container {
	position: relative;
	margin: 0px auto;
	width: 720px;
	text-align: center;
	border: 3px solid White;
	background-color: White;
}

/* dropshadow */

#shadow1 {
	position: relative;
	margin: 0px auto;
	width: 726px;
	text-align: center;
	border: 2px solid #E9E9E9;
}

#shadow2 {
	position: relative;
	margin: 0px auto;
	width: 730px;
	text-align: center;
	border: 2px solid #EAEAEA;
}

#shadow3 {
	position: relative;
	margin: 0px auto;
	width: 734px;
	text-align: center;
	border: 2px solid #ECECEC;
}

#shadow4 {
	position: relative;
	margin: 0px auto;
	width: 738px;
	text-align: center;
	border: 2px solid #EEEEEE;
}

#shadow5 {
	position: relative;
	margin: 0px auto;
	width: 742px;
	text-align: center;
	border: 3px solid #F0F0F0;
}

/* general */

p,ul,td {
	text-align: left;
	vertical-align: top;
}

img {
	border: none;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666;
	border : 1px solid #ccc;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #666;
	border : 1px solid #ccc;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666;
	border : 1px solid #ccc;
}

input.noborder {
	border: none;
	vertical-align: middle;
}

a {
	color: #669933;
	text-decoration: none;
}

a:hover {
	color: #669933;
	text-decoration: underline;
}

h1 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 110%;
	color: #CC6633;
	font-weight: normal;
}

h2 {
	font-size: 85%;
	color: #666;
}

h3 {
	font-size: 75%;
	color: #666;
}

div.smtxt {
	font-size: 90%;
}

td.spacer {
	width: 30px;
}


/* top banner area */

tr.topbanner {
	height: 145px;
	background-color: White;
}

td.topimage {
	background-color: #7E8435;
	border-right: 2px solid White;
	width: 540px;
}

td.toplogo {
	vertical-align: middle;
	text-align: center;
	width: 178px;
}


/* top menu */

tr.menuarea {
	background-color: #76653A;
}

td.menu {
	border-top : 2px solid White;
	height: 23px;
	font-size: 70%;
	font-weight: bold;
	letter-spacing: 1px;
	vertical-align: middle;
	text-align: center;
}

td.menu ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
}

td.menu li {
	display: inline;
	list-style: none;
	color: White;
}

td.menu li a {
	color: White;
}

td.menu li a:hover {
	color: #DAAE56;
	text-decoration: none;
	border: none;
}

span.selected {
	color: #DAAE56;
}


/* news */

td.newsnav {
	width: 178px;
}

#newscolumn {
	background-color: #E8EDBB;
	margin-top: 6px;
}

div.newsheader {
	height: 22px;
	font-size: 70%;
}

div.newsheader p {
	background-color: #74A143;
	padding: 4px 10px;
	margin: 0px;
	color: White;
}

div.newsheader p a {
	color: White;
	font-weight: bold;
}

div.newsheader p a:hover {
	color: White;
	font-weight: bold;
}

div.news {
	background-color: #E8EDBB;
	font-size: 70%;
	line-height: 130%;
}

div.news p {
	margin: 10px;
}

div.news p a {
	font-weight: bold;
}

div.news p a:hover {
	font-weight: bold;
}

div.news2 {
	background-color: #F5F2F7;
	padding: 1px 0px 1px 0px;
	font-size: 100%;
	line-height: 130%;
}

div.news2 p {
	margin: 10px;
}

div.news2 p a {
	font-weight: bold;
	color: #492D66;
}

div.news2 p a:hover {
	font-weight: bold;
	color: #492D66;
}

div.news2 img {
	float: left;
	padding: 5px 8px 0px 0px;
}

div.image {
	padding: 0px;
	margin: 0px;
	border-top : 2px solid White;
}

div.imagecaption {
	background-color: #BCAF81;
	font-size: 100%;
	border-top : 2px solid White;
}

div.imagecaption p {
	padding: 4px 10px;
	margin: 0px;
	color: White;
}

div.imagecaption p a {
	color: White;
}

div.imagecaption p a:hover {
	color: White;
}

/* content area */

table.dashed {
	margin-top: 6px;
	padding: 0px;
	border-top: 1px dotted #D4CBAA;
}

td.content {
	padding: 22px 15px 5px 15px;
	margin: 0px;
	width: 542px;
}

td.content p {
	font-size: 75%;
	line-height: 130%;
}

img.left {
	float: left;
	margin: 4px 15px 8px 0px;
}

img.right {
	float: right;
	margin: 4px 0px 8px 15px;
}

ul.pagenav {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
	font-size: 75%;
}

ul.pagenav li {
	display: inline;
	list-style: none;
}

table.news {
	width: 100%;
	padding-top: 5px;
}

table.news td {
	padding-bottom: 5px;
}

td.date {
	white-space: nowrap;
	padding-right: 10px;
}

ul.list {
	margin: 17px;
	padding: 0px;
	list-style: square;
	font-size: 75%;
	line-height: 140%;
}

ul.list li a{
	font-weight: normal;
}

div.spotlight {
	padding: 0px 12px 0px 12px;
	margin: 0px 0px 10px 0px;
	border: 1px dashed #ccc;
}


div.spotlight h3 {
	padding-top: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
}

div.spotlight img {
	float: left;
	margin: 2px 15px 0px 0px;
}


/* gallery table */

table.gallery td {
	padding: 0px 10px 10px 0px;
	font-size: 70%;
}

table.gallery img {
	border-bottom: 2px solid White;
}

table.gallery p {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}


/* form */

input {
	font-size: 75%;
	color: #666;
	padding: 2px;
}

input.submit {
	color: white;
	background-color: #74A143;
	border: #74A143;
}

input.reset {
	color: white;
	background-color: #B86A1D;
	border: #B86A1D;
}


/* footer area */

table.footerarea {
	margin: 6px 0px 3px 0px;
	border-top: 1px dotted #D4CBAA;
	width: 720px;
}

td.footer {
	font-size: 70%;
	padding: 5px 0px 0px 15px;
}

td.footer ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
}

td.footer li {
	display: inline;
	list-style: none;
	color: #BCAF81;
}

td.footer li a {
	color: #BCAF81;
	text-decoration: none;
	font-weight: normal;
}

td.footer li a:hover {
	color: #BCAF81;
	text-decoration: underline;
}