@charset "utf-8";
/* CSS Document */

a {
	color:#282828;
}
a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a img {
   border-style: none;
}

body {
	background-image:url(images/TrefoilBackground.jpg);
	background-position:left top;
	background-color:#006837; /* Dark green */
	color:#282828;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

h1 {
	text-align:center;
	padding:0px;
	margin:0px;
	font-size:36px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#topbarbackground {
	background-color:white;
	padding:0px 10px 10px 10px;
}
#topbar {
	text-align:right;
}
#topbar a {
	text-decoration: none;
	margin-left: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#topbar a:hover {
	text-decoration: underline;
}

#breadcrumb {
	font-size:14px;
	padding: 10px; /* top, bottom, left, right */
	color:#666666;
	padding:0px;
	padding-bottom:5px;
	border-bottom:thin solid white;
}
#breadcrumb a {
	font-style:italic;
	color:#666666;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumbtitle {
	font-weight:bold;
}

#headerbackground {
	background-color:white;
	height:255px;
	padding:5px 5px 0px 5px;
}
#header {
	position:absolute;
	height:255px;
	width:790px;
}
#header img {
	position:absolute;
	clip:rect(0px 790px 255px 0px);
}
#header img:hover {
	left:-790px;
	clip:rect(0px 1580px 255px 790px);
}

#leftbarcell {
	width:130px;
	vertical-align:top;
}
div.leftbar {
	background:#99CC00; /* Yellow green */
	padding:5px 5px;
	margin-bottom:10px;
	margin-right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div.leftbar a {
	text-decoration: none;
	color: black;
}
div.leftbar a:hover {
	text-decoration: underline;
}

p.leftbarheader {
	font-weight:bold;
	text-align:right;
	margin:0px;
	font-size:16px;
}

p.leftbarnormal {
	text-align:right;
	margin:4px;
	font-size:12px;
}
.leftbarsmalltext {
	font-size:10px;
}

#contentcell {
	background-color:#FF6633; /* Orange */
	padding:10px;
	vertical-align:top;
}

#copyrightnotice {
	font-style:italic;
	text-align:center;
 	clear:both;
}
#address {
	font-style:italic;
	text-align:center;
 	clear:both;
}

.new {
	background-color:#FF0000;
	padding:2px;
	color:white;
}

a.frontpageclickthrough {
	line-height:18px;
	text-decoration:none;
	float:left;
	background-color:#FF6633; /* Orange */
	padding:10px;
	border:thin white solid;
	width:610px;
}
a.frontpageclickthrough:hover {
	background-color:#99CC00; /* Yellow green */
}

a.frontpageclickthrough2 {
	line-height:18px;
	text-decoration:none;
	float:left;
	background-color:#FF6633; /* Orange */
	padding:10px;
	border:1px white solid;
	width:610px;
}
a.frontpageclickthrough2:hover {
	background-color:White;
}

.uniform {
	position:absolute;
	height:300px;
	width:300px;
	border:thin black solid;
}
.uniform:hover {
	border:thin white solid;
}
.uniform img {
	position:absolute;
	clip:rect(0px 300px 300px 0px);
}
.uniform img:hover {
	left:-300px;
	clip:rect(0px 600px 300px 300px);
}

td.info {
	background-color:#006837; /* Dark green */
	padding:5px;
	border-top-width:thin;
	border-top-color:white;
	border-top-style:solid;
}
