/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/


* {
	margin: 0;
	padding: 0;
}

a {color: #225746;}
a:hover {color: #225746;}

body {
	background: #ffffff  url(images/bg2.jpg) repeat-x left top;
	color: #444;
	font: normal 11px Arial, Helvetica, sans-serif;
}

.title
{
font-size: 24px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 14px Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

h1,h2,h3 {padding-top: 6px; color: #225746}

.clear {clear: both;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 880px;
}

/* header */
.top {

	padding: 20px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 14px;
	height: 200px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 880px;
}

#logo {
	width: 880px;
	height: 200px;
	margin: 0 auto;
	background: url(images/header2.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	text-transform:;
}

#logo h1 {
	padding: 130px 5px 0px 9px;
	font-size: 34px;
	color: #225746;
}

#logo h2 {
	padding: 0px 0px 0px 11px;
	font-size: 12px;
	color: #225746;
}


#logo a {
	color: #225746;
}

/* navigation */
.navigation {	
	background: #D9E1E5 url(images/menu2.gif);
	border: 1px solid #DFEEF7;
	height: 30px;
	padding-left: 0px;
}
.navigation a {
	background: #D9E1E5 url(images/menu2.gif);
	border-right: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	float: left;
	font: bold 11px sans-serif;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
}
#home
{
	background: #D9E1E5 url(images/menu2.gif);
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	float: left;
	font: bold 11px sans-serif;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
}

.navigation a:hover {
	background: #2A8568; 
	color: #ffff66; 
	text-decoration: underline; 
}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(images/bgmain2.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 55px;
}
.sidenav ul {
	padding: 15px;
	border-top: 1px solid #28775D;
}
.sidenav li {
	
	list-style: url(images/li.gif);
	font-size: 11px;
	border-bottom: 1px solid #2C8C6D;
	padding: 8px 0 8px 0px;
}
.sidenav li a {
	font-size: 12px;
	color: #554;
	display: block;
	padding: 3px 0 3px 5px;
	font-weight: bold;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #BEFCE8;
	color: #654;
	text-decoration: underline
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 630px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}
.content p {
	font-family: Arial, Helvetica, sans-serif;
}
.sponsors {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.5em;
	font-weight: bold;
}


/* footer */
#footer {
	background: url(images/bgfooter2.gif) repeat-x;
	color: #FFF;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-align: center;
	height: 40px;
	padding-top: 20px;
}
#footer p
{
padding: 0px;
margin: 0px;
}
#footer a, #footer a:hover {color: #FFF;}