body {
	background: #ffffcc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin:0;
	padding:0;
}

.access { display: none;}

a img { border: 0px none; text-align: center }

.clearfix, .clr, .clear { clear: both; }

p{ margin-top: 0; }

td { text-align: left; vertical-align: top; margin: 19px 0; border: 0px none;; padding-left:auto; padding-right:auto; padding-top:0; padding-bottom:0 }



/*layout */
#container {
	width:780px;
	background: transparent;
	padding:0px;
	margin:10px auto 10px auto;
}

#header {
	width:780px;
	height:131px;
	margin:0 0 0.8em 0;
	padding:0;
}

#header h1 {
	color:#669966;
	margin:0;
	padding:10px;
	text-transform:lowercase;
	font-weight:normal;
	font-size:24pt;
}

#header p {
	text-align:right;
	padding:50px 10px 10px 10px;
	color:#fff;
	font-size:10pt;
	font-weight:bold;
}

#nav {
	margin:0;
	padding:0 0px 0 8px;
	height:39px;
	width:780px;
}

#nav li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
	height: 39px;
}

#nav li a {
	color:#222;
	font-weight: bold;
	font-size:10pt;
	text-decoration:none;
	padding:0 6px 6px 7px; /* bottom padding is 39 - line height */
	display:block;
	margin:0;
	line-height:33px;
	overflow:hidden;
	float:left;
	border-right: 1px solid #ddd;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#nav li a.last {
	border-right: 0px none;
}

#nav li a:hover {
	color: #eee;
	background: #669966 url('../images/graphics/nav_on.jpg') repeat-x left top;
}

#contentbox {
	position: relative;
	background: #006633 url('../Images/graphics/boxtop.gif') no-repeat left top;
	margin: 0;
	padding: 10px 10px 0px 10px;
}

#content {
	width: 660px;
	background: #ffffcc url('../images/bgmain.gif') no-repeat left top;
	padding: 0px 50px 10px 50px;
	margin: 0;
	text-align: left;
	line-height: 1.7em;
}

#content h1, h2, h3, h4, h5, h6 {
	color:#006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}

h3 { font-size: 1.2em; }
h4 { font-size: 1em; margin-bottom: 0px; font-weight: bold;}

#content .pagetitle {
	width: 300px;
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	overflow: visible;
	margin: 0px auto 1.5em auto;
	margin-top: -1px; /* ie hates me */
	color: #eee;
	background: #006633 url('../Images/graphics/titleback.gif') repeat-y left top;
	padding: 0px 20px;
}

#content .pagetitle2 {
	width: 450px;
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	overflow: visible;
	margin: 0px auto 1.5em auto;
	margin-top: -1px; /* ie hates me */
	color: #eee;
	background: #006633 url('../Images/graphics/titleback.gif') repeat-y left top;
	padding: 0px 20px;
}


a {
	color: #006633;
	text-decoration: underline;
}

a:hover {
	color: #0066ee;
	text-decoration: underline;
}

#teasers {
	background: white;
	width: 760px;
	margin: 0 0 6px 0;
	padding-bottom: 6px;
	overflow: hide;
}

#teasers td a {
	display: block;
	position:relative;
	padding: 0;
	margin: 5px 10px 5px 10px;
	width: 220px; /* image width+2*border */
	/* float:left; */
	text-decoration: none;
	font-weight:bold;
	text-align: center;
	font-size: 15px;
}
#teasers td a img {
	border: 2px solid #fff;
	margin: 0 0 5px 0;
}
#teasers td a:hover img {
	border: 2px solid #0066ee;
}

hr {
	color: #999;
	background: #ccc;
	height: 1px;
	margin: 10px 0px 10px 0px;
}


#footer {
	color: #f0f0f0;
	background: transparent url('../Images/graphics/boxbot.gif') no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin:0px;
	padding: 25px 0px 15px 0px;
	text-align:left;
	font-size:8pt;
}
#footer a:link, #footer a:visited {
	color: #f0f0f0;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}

.right {
	float: right;
	margin-left: 1em;
}

.left {
	float: left;
	margin-right: 1em;
}


/* shadow boxes */
.dshadow {
	clear: both;
	float:left;
	background: url('../images/dropshadow/shadow.gif') no-repeat bottom right;
	margin-left:8px; margin-right:0; margin-top:14px; margin-bottom:0
	}

.dshadow div {
  background: url('../images/dropshadow/shadow2.gif') no-repeat left top !important;
  float: left;
  padding-left:0px; padding-right:6px; padding-top:0px; padding-bottom:6px
  }

.dshadow img {
  background-color: #fff;
  border: 1px solid #aaaaaa;
  padding: 0px;
  margin: 0;
  }

big { font-size: 150%; }

small { font-size: 75%; }


/* slightly fancy tables for readability */
table.pretty {
  margin: 0;
  background: whitesmoke;
  border-collapse: collapse;
}
table.pretty th, table.pretty td {
  border: 1px silver solid;
  padding: 0.5em;
  font-family:Verdana, Arial, Helvetica, sans-serif;font-size:75%;
}
table.pretty th {
  background: gainsboro;
  text-align: center;
}
table.pretty caption {
  margin-left: inherit;
  margin-right: inherit;
}

.gallery { margin: 0; padding: 0; }