

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	/*background-image: url(images/backpatt.gif);*/
	font: normal small Arial, Helvetica, sans-serif;
	color: #1C4D01;
	
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:778px;
	
}


h1, h2{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #846CCB;
}
h3 {color: #1C4D01;

	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}
a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	width: 778px;
	height: 62px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 154px;
	height: 41px;
	margin-left: 1px;
	padding-top: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}

#menu .first a {
	margin: 0;
}

#menu1 { background: url(images/img01.gif) no-repeat center bottom; border-color: #F07242; color: #C4856D; }
#menu2 { background: url(images/img02.gif) no-repeat center bottom; border-color: #FCEE0F; color: #C0B94A; }
#menu3 { background: url(images/img03.gif) no-repeat center bottom; border-color: #549EE9; color: #799EC3; }
#menu4 { background: url(images/img04.gif) no-repeat center bottom; border-color: #9EBF54; color: #94A46F; }
#menu5 { background: url(images/img05.gif) no-repeat center bottom; border-color: #9F8DF6; color: #B0A7DB; }

#menu a:hover {
	color: #000000;
}

#menu a:active {
	color: #000000;
}
/* Logo */

#logo {
	width: 778px;
	margin: 0 auto;
	border-bottom: 10px solid #595959;
}





/* Content */

#content {
	width: 778px;
	margin: 0 auto;
	border-top: 1px solid #FFFFFF;
	background-image: url(images/img002.gif);
	background-position:top;
	background-repeat: repeat-x;
}

#colA {
	float: left;
	width: 500px;
	padding: 0 10px 15px 30px;
	border-left: 4px solid #666666;
}

#colB {
	float: right;
	width: 200px;
	padding: 80px 20px 15px 10px;

}

/* BoxedA */

.boxedA {
}

.boxedA h2 {
	height: 35px;
	padding-top: 25px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 2em;
}

.boxedA h3 {
	font-size: 1.5em;
	font-weight: bold;
}

.boxedA p {
	line-height: 1.5em;
	text-align: justify;
	font-size: 16px;
}

.boxedA .more {
	text-align: right;
}

.boxedA .more a {
	padding: 0 1em;
	background: #CCCCCC;
	border-left: 4px solid #666666;
	text-decoration: none;
}

.boxedA .more a:hover {
	background: #666666;
	color: #FFFFFF
}

/* BoxedB */

.boxedB {
	margin-bottom: 1px;
	background: #FAD4C6 url(images/img07.gif) repeat-y;
	border-bottom: 1px solid #F07242;
}

/* Footer */

#footer {
	clear: both;
	width: 778px;
	margin: 0 auto;
	border-top: 1px solid #666666;
	background: #CCCCCC;
}

#footer p {
	margin: 0;
	padding: 15px 0;
	text-align: center;
	font-size: smaller;
	color: #999999;
}

#footer a {
	color: #999999;
}