

body {
	margin: 11px 0 0 0;
	padding: 0;
	background: #FFFFFF url(images/img1.jpg) top center no-repeat;
	font: normal small Arial, Helvetica, sans-serif;
	color: #606060;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;

	letter-spacing: .2em;
	color: #FFFFFF;
}




p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
}



a {
	text-decoration: none;
	color: #0E9604;
}

a:hover {
	text-decoration: underline;
}





/* Header */

#header {
	width: 950px;
	height: 161px;
	margin: 0 auto;
	background: url(images/img2.jpg) no-repeat;
}

#header * {
	text-decoration: none;
	text-align: left;
	color: #000000;
}

#header h1, #header h2 {
	font-weight: bold;
	color: #333333;
}

#header h1 {
		position: relative;
		top: 2px;
	padding: 100px 0 0 45px;
	font-size: 18px;
}

#header h2 {
		position: relative;
		top: 2px;
	padding: 0px 0 0 45px;
	font-size: 13px
}
#header a {


	text-decoration: none;
	font: Arial, Helvetica, sans-serif;
	color: #333333;
}

#header a:hover {
	color: #333333;
	text-decoration: none;
}

#navi a {

	text-transform: uppercase;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0D8503

}

/* Menu */







#menu {
	width: 950px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 142px;
	height: 21px;
	padding: 7px 1px 0 1px;
	background: url(images/img3.gif) no-repeat center center;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background-image: url(images/img4.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 865px;
	margin: 0 auto;
}

#colone {
	float: left;
	width: 225px;
}


#colTwo {
	float: right;
	width: 520px;
	padding: 0 60px;
}

#colThree {
	float: left;
	width: 200px;
}

/* Content Elements */


.wysiwygimgtext {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 20px;}


#content h2 {
	height: 21px;
	margin-bottom: 20px;
	padding: 9px 0 0 10px;
	background: url(images/img6.gif);
	letter-spacing: normal;
	font-size: .9em;
}

#content h3 {

	letter-spacing: normal;
	font-size: x-small;
	color: #0E9604;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}

/* Footer */

#footer {
	height: 70px;
	padding: 7px 0 0 0;
	background: url(images/img5.gif) repeat-x;
}

#footer * {
	color: #000000;
}

#footer p {
	text-align: center;
	font-size: smaller;
}