body, tr, td, textarea, input, select {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
body {
	font-style: italic;
	margin: 0px; padding: 0px;
	background: white;
}

a img { border: none; }

.dcenter {
	width: 920px;
	margin: 0px auto;
}
.wcenter {
	width: 960px;
	margin: 0px auto;
}
.outer {
	text-align: center;
	width: 100%;
}

.ar {
	text-align: right;
}

#head {
	margin-top: 20px;
	position: relative;
}
#head .sep {
	padding-top: 90px;
}

#logo {
	position: absolute;
	top: 0px;
	left: -18px;
	z-index: 2;
}

#menutop {
	position: absolute;
	width: 700px;
	top: 18px;
	right: 0px;
	height: 22px;
	padding: 10px 20px;
	background: url(mbg.png) no-repeat top right;
	font-size: 115%;
	font-weight: bold;
}
#menutop ul { float: right; margin: 0px; color: #390; }
#menutop li {
	float: left;
	margin-left: 20px;
	list-style-position: inside;
	list-style-type: square;
}
#menutop a { text-decoration: none !important; }

#cout {
	background: url(cbg.png) repeat-x top;
}

#title {
	background: url(sbg.png) top left no-repeat;
	height: 60px;
	position: relative;
	top: -10px;
	line-height: 60px;
	vertical-align: middle;
	padding: 10px 25px;
	margin-bottom: -10px;
	color: #ccff99;
	font-weight: bold;
	font-size: 30px;
	text-shadow: 1px 1px 3px #333; 
}

.odd {
	background-color: #ccff99;
}

th {
	color: #ccff99;
	background-color: #339900;
	margin: 0px;
	padding: 2px 5px;
}
td {
	padding: 1px 5px;
}
table {
	border-spacing: 0px;
}

#content {
	text-align: left;
	background-color: white;
}
#contentinner {
	margin: 20px 25px;
}
#foot {
	background: url(fbg.png) repeat-x top;
	color: #666;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	height: 100px;
	font-size: 90%;
}
#foot ul {
	margin: 0px 0px;
	padding: 0px;
}
#foot ul li {
	color: #339900;
	float: left;
	margin: 0px 0px 0px 1.9em;
	padding: 0px;
}
#foot a {
	color: #339900;
	text-decoration: none;
}

em {
	color: #f60;
}
a, a:hover, a:visited, a:visited:hover {
	color: #f60;
}

img.sep { display: block; }
#foot .sep { margin-bottom: 10px; }

h1 {
	color: #339900;
	margin: 0px;
}

h2 {
	color: #f60;
	margin: 0px;
}

h3 {
	color: #333;
	margin: 0px;
}


form.topped p {
	margin: 0px;
	padding: 0px;
}
form.topped label {
	position: relative;
	text-align: left;
	font-size: 80%;
	display: block;
}
form.topped input {
	position: relative;
}
form.topped textarea {
	width: 100%;
}
form.topped .errorlist {
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #bf0000;
}
form.topped button {
	margin-top: 10px;
}

div.box, div.boxr {
	position: relative;
	float: left;
	width: 258px;
	height: 127px;
	margin: 0px;
	padding: 9px 10px;
	padding-right: 44px;
	overflow: hidden;

	background: url(box.png) no-repeat top left;
}
div.boxr {
	padding: 9px 15px;
	background: url(boxr.png) no-repeat top left;
}

div.box img.i, div.boxr img.i {
	float: left;
}

div.box h2, div.boxr h2 {
	color: #339900;
	margin: 12px 0px 10px;
	padding-left: 72px;
	display: block;
	font-size: 130%;
}

div.box span, div.boxr span {
	font-size: 89%;
	display: block;
	padding: 0px 8px;
	text-indent: 8px;
}

div.box a, div.boxr a {
	position: absolute;
	bottom: 18px;
	left: 194px;
	display: inline-block;
	padding: 1px 5px;
	border: 1px solid #f60;
	background: url(btnbg.png) repeat-x;
	color: white !important;
	size: 80%;
	font-weight: bold;
	text-decoration: none !important;
}


