
/* General page settings  */
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #88b398 url('../images/bg.jpg');
	color: #000000;
	font: 16px Arial, Helvetica, sans-serif;
	min-width: 950px;
}

p, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, textarea, blockquote, pre {
	margin: 0 0 .8em 0;
}

/* Headings - Generic styles */
h1, h2, h3, h4, h5, h6 {
	background: transparent;
	color: #000000;
	font-weight: normal;
	letter-spacing: .1em;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #112211;
}


img {
	border: none;
}

a:link {
	background: transparent;
	color: #112211;
}

a:visited, a:focus, a:active {
	background: transparent;
	color: #112211;
}

a:hover {
	text-decoration: underline;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 950px;
	padding: 0 10px 10px 10px;
	background: url('../images/bg.gif') repeat-y top left;
}

#heading {
	background: url('../images/banner.gif') no-repeat top left;
	width: 950px;
	overflow: hidden;
}

.core {
	margin: 5px auto 0 auto;
	width: 860px;
	background: #becfbc;
	padding: 15px;
}

#menu {
	margin: 0 auto;
	width: 874px;
	height: 25px;
	background: url('../images/nav.jpg') no-repeat top left;
	font: 17px Arial, Helvetica, sans-serif;
	padding: 20px;
	text-align: center;
}

#body_subnav {
	margin: 10px auto;
}

#body_subnav img {
	margin: 0 10px;
}

.alt {
	margin: 0 auto;
	width: 860px;
	background: #becfbc;
	padding: 15px;
}

#footer {
	margin: 0 auto;
	width: 950px;
	padding: 0 10px;
	height: 30px;
	text-align: center;
	font-size:12px;
}

/* Main Navigation */
#menu span{
	padding: 0 16px;
}

#menu span a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/* content */

.core h2 {
	font-size: 1.4em;
}

.core h3 {
	font-size: 1.2em;
}

.core h4 {
	font-size: 1em;
}

.core h5{
	font-size: 1em;
}

.core h6 {
	font-size: 1em;
}

.core-b h3 {
	height: 15px;
	width: auto;
	font-size: 1.5em;
}

.core ol {
	list-style-position: inside;
	list-style-type: lower-roman;
}

.core ul {
	list-style-type: none;
}

.core ul li {
	background: transparent url('../images/li_bullet.gif') no-repeat 0 4px;
	padding-left: 18px;
}

.core dt {
	font-weight: bold;
}

/* Forms */
label {
	background: transparent;
	color: #333333;
	display: block;
	font-size: .9em;
}

label span {
	background: transparent;
	color: #112211;
	font-size: .8em;
	text-transform: uppercase;
}

input, textarea, select {
	background: white url('../images/form_inputtext.gif') repeat-x 0 0;
	border: 1px solid #CCCCCC;
	color: #333333;
	font: .9em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	padding: 2px;
}

#contactform table td {
	padding: 0 10px 4px 0;
}

#name, #email {
	width: 210px;
}

#subject {
	width: 440px;
}

#message {
	width: 440px;
	height: 140px;
}

/* Quotations */
blockquote {
	font-style: normal;
	text-indent: -.7em;
}

blockquote cite {
	display: block;
	font-style: normal;
	margin: .8em 0 0 .6em;
}

/* Misc. Text Formatting */
kbd {
	background: transparent;
	color: #000000;
	font: 1em Pragmata, "Courier New", Courier, monospace;
}

del {
	background: transparent;
	color: #DDDDDD;
}

ins {
	background: transparent;
	color: #333333;
	text-decoration: underline;
}

/* Floats */
.float-left {
	float: left;
	margin-right: 10px;
}

.float-right {
	float: right;
	margin-left: 10px;
}
nt;
	color: #DDDDDD;
}

ins {
	background: transparent;
	color: #333333;
	text-decoration: underline;
}

/* Floats */
.float-left {
	float: left;
	margin-right: 10px;
}

.float-right {
	float: right;
	margin-left: 10px;
}
