/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	background: #F6F6F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0px;
	color: #FFFFFF;
}


h1{
	color: #a7c440;
	font-size: 36px;
	font-weight:bold;
}

h2 {
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 0px;
	letter-spacing: 0px;
	color: #000000;	
	font-size: 18px;
	font-weight:normal;
}

h3 {
	font-size: 18px;
	margin-top: 16px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid #c7c7c7 1px;
	font-weight:normal;
}

h4 {
	color: #006450;
	font-size: 30px;
	font-weight:bold;
}

h5 {
	font-size: 14px;
	margin-bottom: 0px;
	border-bottom: solid #ffffff 1px;
	margin-top: 10px;
}

h6 {
	font-size: 18px;
	color: #7d5a3d;	
	margin-bottom: 10px;
	border-bottom: solid #7d5a3d 1px;
}

p, ul, ol {
	margin-bottom: 10px;
	line-height: 150%;
	text-align: left;
}

p left-column {
	font-size: 12px;
}


ul, ol {
	margin-left: 1.3em;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 10px;
}

dl.list1 a {
	color: #666666;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}


a {
	color: #0066cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y;
}

#wrapperB {
	width: 960px;
	margin: 0 auto;
}

#wrapper2 {
	background: url(images/img10.jpg) no-repeat left bottom;
}

#wrapper2B {
	background: url(images/img02Black.jpg);
}

/* Header */

#header {
	height: 150px;
	background-image: url(images/background-logo.gif);
}

/* Logo */

#logo {
	float: left;
	margin-left: 0px;
	padding-left: 42px;
}

#logo h1 {
	margin: 0;
	padding: 90px 0 0 78px;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 40px;
	color: #FFFFFF;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	background: url(images/background.gif);
	color: #000000;
}



/* Content */

#content {
	float: left;
	width: 820px;
	padding: 10px 0 20px 76px;
}

.left-column {
	padding-top: 10px;
	width: 170px;
	float:left;
	margin-left: 0px;
	padding-right: 20px;
	padding-bottom: 0px;

	height: 100%px;
	font-size: 12px;
}

.right-column {
	padding-top: 10px;
	width: 585px;
	float:right;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border-left: solid #c7c7c7 1px;
}


img.right {
	float: right;
	margin: 0px 0px 10px 10px;
}

img.small {
	margin: 0px 0px 0px 0px;
}


/* Footer */

#footer {
	height: 108px;
	background: url(images/background-footer.gif) no-repeat;
	background-position: 0px;
}

#footer p {
	margin: 0;
	padding-top: 0px;
	text-align: center;
	color: #8E8E8E;
}

#footer a {
	color: #666666;
}


