body {
	color: black;
	font: 10px Verdana, sans-serif;
	margin: 0 0 20px 10px;
	background-color: #ededed;
}

div {
	border: 0 solid #fff;
}

/* @group Structure */

#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 1px solid #ccc;
	background-color: #fff;
	padding-bottom:40px;
}

#header {
	text-align: left;
	width: 900px;
	margin-bottom: 0;
	margin-top: 0;
	background-color: #A3DD31;
	padding: 4px 0 4px 0;
}

#left {
	float: left;
	width: 162px;
	padding-top: 20px;
}

#left img, #right img {
	border: 1px solid #666666;
	margin-bottom: 10px;
}

#center {
	float: left;
	width: 590px;
	padding-left: 30px;
	padding-right: 60px;
}

#centerwide {
	float: left;
	width: 780px;
	padding-left: 10px;
}

#right {
	float: left;
	width: 208px;
	padding-top: 0px;
}

#footer {
	width: 780px;
	margin-top: 20px;
	color: #666666;
	padding-left: 30px;
}

.clear {
	clear: both;
}

/* @end */

/* @group Menu */

.menu {
	width: 900px;
	font-family: verdana;
	font-size: 1em;
	position: relative;
	z-index: 100;
	margin-bottom: 40px;
	
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;

}

.menu ul ul {
	
}

.menu li {
	float: left;
	position: relative;
}

.menu li a {
	color: #000000;
	width: 99px;
}

.menu a, .menu a:visited {
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #000000;
	padding: 5px  0 0 0;
	background: #fff;
	height: 21px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.menu a.end, .menu a.end:visited {
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #000000;
	padding: 5px  0 0 0;
	background: #fff;
	height: 21px;
	border-bottom: 1px solid #ccc;
	border-right:  none;
	width: 100px;
}

.menu a.start, .menu a.start:visited, {
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #000000;
	padding: 3px 0 0 0;
	background: #fff;
	height: 21px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;

}

.nodrop {
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	padding: 3px 6px 0 6px;
	background: #fff;
	height: 17px;
}

* html .menu a, * html .menu a:visited {
	width: 91px;
	w\idth: 90px;
}

.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: #A3DD31;
}

.menu ul ul a.drop:hover {
	background: #A3DD31;
	text-decoration: none;
}

.menu ul ul :hover > a.drop {
	background: #A3DD31;
	text-decoration: none;
}

.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 27px;
	left: 0;
}

* html .menu ul ul {
	top: 26px;
	t\op: 27px;
}

.menu table {
	position: absolute;
	top: 0;
	left: 0;
}

.menu ul ul a, .menu ul ul a:visited {
	background: #fff;
	color: #000000;
	height: auto;
	line-height: 1em;
	padding: 5px 6px;
	width: 86px;
	border-left: 1px solid #ccc;
}

* html .menu ul ul a {
	width: 100px;
	w\idth: 100px;
}

.menu a:hover, .menu ul ul a:hover, .menu a.end:hover {
	color: #000000;
	text-decoration: none;
	background: #A3DD31;
}

.menu :hover > a, .menu ul ul :hover > a {
	color: #000000;
	text-decoration: none;
	background: #A3DD31;
}

.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility: visible;
	text-decoration: none;
	color: #000000;
}

/*

 @end */

/*

@group Titles */

h2 {
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 4px;
}

h3 {
	font-size: 12px;
	color: black;
	margin-top: 0px;
	margin-bottom: 10px;
}

h1 {
	margin-top: 0;
	margin-bottom: 6px;
	font-size: 1.4em;
	border-bottom: 1px none #999999;
	padding-bottom: 2px;
}

/* @end */

table#thumbs {
	
}

table#thumbs td {
	text-align: center;
	width: 190px;
	padding-bottom: 30px;
}

.largeimg {
	text-align: center;
	width: 780px;
	margin-top: 30px;
	margin-bottom: 30px;
}

div.text {
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;
	margin-bottom: 20px;
	font-size: 1.2em;
}

a:link {
	color: #778087;
	text-decoration: none;
}

a:visited {
	color: #778087;
	text-decoration: none;
}

a:active {
	color: #778087;
	text-decoration: underline;
}

a:hover {
	color: #778087;
	text-decoration: underline;
}