/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #d8ffdc;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:visited {
	color: #d8ffdc;
}

body {
	background: url(images/bg.gif);
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content{
	margin: 0 auto;
	width: 862px;
	text-align: left;
	background: url(images/mainbg.jpg) repeat-y center;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}

#maintop{
	background: url(images/maintop.jpg) no-repeat;
	height: 15px;
}

#main{
	width: 862px;
	margin: 0 auto;
	clear:both;
}

#mainbot{
	background: url(images/mainbot.jpg) no-repeat bottom left;
}

#header {
	height: 284px;
	width: 862px;
	background: url(images/header.jpg) no-repeat top;
	border-bottom: 1px solid #ffffff;
}

#logo {
	height: 207px;
	text-align: left;
	width: 762px;
	padding-left: 100px;
	padding-top: 30px;
}


#logo a {
	text-decoration: none;
	font-style: italic;
	font-size: 20px;
	color: #ffffff;
}
#logo H2 a{
	font-size: 12px;
}


#menu{
	padding-left: 254px;
	height: 59px;
}

#menu ul {
	list-style: none;	
}

#menu li {
	display: inline;
}

#menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	float: left;
	width: 135px;
	height: 30px;
	display: block;
	padding-top: 17px;
	background: url(images/menu.png) no-repeat left;
}

#menu a:hover{
	width: 135px;
	height: 30px;
	background: url(images/menuhov.png) no-repeat left;
}

#left{
	width: 226px;
	padding-left: 5px;
	padding-right: 5px;
}

#left a{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration:none;
}

#left a:hover{
	color: #008f0f;
}

#lefttop{
	background: url(images/lefttop.jpg) no-repeat top left;
	margin-left: 16px;
	padding-top:5px;
}

#left H3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	width: 230px;
	height: 32px;
	font-weight: normal;
	padding-top: 10px;
	color: #ffffff;
	background: url(images/titleleft.jpg) no-repeat;
	text-align: center;
}

#left ul {
	list-style: none;
	padding-top: 5px;
	padding-left:5px;
}

#left li {
	background: url(images/list.gif) no-repeat left top;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top:2px;
}

#right{
	float: right;
	width: 580px;
	padding-top: 10px;
	padding-right:15px;

}

#right H4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 10px;
	padding-top: 10px;
}

#right H5{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 10px;
	padding-top: 10px;
}

#cen{
	background: url(images/cenbg.jpg) top left;
	padding-bottom:5px;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right ol, #right ul
{
margin-left: 30px;
}


#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #196050;
}



.read{
	text-align: right;
	clear:both;
	padding-bottom:10px;
}

.read a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background: url(images/read.jpg) no-repeat top left;
	width: 76px;
	height:17px;
	padding-top: 2px;
	padding-right: 40px;
	padding-left:20px;
	padding-bottom:5px;
}

#leftcol{
	float:left;
	width:280px;
}

#rightcol{
	width:280px;
	float:right;
}
#footer {
	border-top: 7px solid #000000;
	height: 40px;
	width: 862px;
	clear: both;
	padding-top: 10px;
	background: url(images/footer.jpg) no-repeat top;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}
