﻿/*
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: #0000FF;
	text-decoration:none;
}

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

a:visited {
	color: #FF0000;
}

body {	

	background: url(images/fullbackground.jpg);

	font: 12px Arial, Helvetica, sans-serif;

	color: #000000;

}



#content{

	margin: 0 auto;

	width: 862px;

	text-align: left;

	background: url(images/mainbg.jpg) repeat-y center;

	border-left: 1px solid #ffffff;

	border-right: 1px solid #ffffff;

}



#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: 420px;

	width: 862px;

	background: url(images/header.jpg) no-repeat top;

	border-bottom: 1px solid #ffffff;
	
	border-right: 2px solid #c9c9c9;
	
	border-left: 2px solid #c9c9c9;

}



#logo {
	background: url(images/logo.png) no-repeat top;
	
	height: 207px;

	text-align: left;

	width: 862px;

	padding-top: 30px;

}





#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}
#logo H2 a{
	font-size: 12px;
}


#menu{

	padding-left: 5px;

	height: 59px;

}



#menu ul {

	list-style: none;	

}



#menu li {

	display: inline;

}



#menu a {

	font-family:"Times New Roman", Times, serif;

	text-align: center;

	text-decoration: none;

	color: #000000;

	font-weight:bold;

	font-size: 20px;

	float: left;

	width: 125px;

	height: 30px;

	display: block;

	padding-top: 17px;

	background: url(images/menu.png) no-repeat left;

}



#menu a:hover{

	color: red;
	
	background-image:url('images/menuhov.png');
}



#left{

	width: 226px;

	padding-left: 5px;

	padding-right: 5px;

}



#left a{
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration:none;
}

#left a:hover{
	color: #008f0f;
}

#lefttop{
	background: url(images/lefttop.jpg) no-repeat top left;
	margin-left: 15px;
	padding-top: 5px;
}

#left H3{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 16px;

	width: 230px;

	height: 55px;

	font-weight: normal;

	padding-top: 35px;
	
	padding-left: 75px;
	
	color: #000000;

	background: url(images/titleleft.png) no-repeat;

	text-align: center;

}



#left ul {

	list-style: none;

	padding-top: 5px;

	padding-left:5px;

}



#left li {
	background: url(images/list2.png) no-repeat left top;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top:2px;
}

#right{
	float: right;
	width: 582px;
	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/cenbg2.jpg) top left;
	padding-bottom:5px;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right ul
{
margin-left: 30px;
}


#right ol
{
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 #ffffff;
	height: auto;
	width: 860px;
	clear: both;
	padding-top: 10px;
	background: url(images/footer2.jpg) no-repeat top;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}