/***************************************************************************
*                                                                          *
* contented5 - An open source xhtml/css website template by Contented      *
* Designs.  You're free to modify it and use it for any purpose without    *
* cost or obligation. We'd prefer that you leave the link to our website   *
* in the footer but it's not required.                                     *
*                                                                          *
* If you have comments or questions, please contact us at                  *
* http://www.ContentedDesigns.com. Thanks!                                 *
*                                                                          *
* Version: 1.01 (May 17, 2006)                                             *
***************************************************************************/

* {
	padding:0;
	margin:0;
}

body {
	color: #333333;
	background-color:#FFFFFF;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size:83%;
	height: 100%;
	margin:20px auto;
	width:800px;
	padding-left:10px;
	padding-right:10px;
}

html
{
	height: 100%;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, 
fieldset, address { margin:0.75em 0;}

h3, h4, h5, h6 { margin: 0.75em 0px 0px 0px; }

h1 {font-size:167%;}

h2 {font-size:139%;}

h3 { font-size:110%; }

h4 {font-size:100%;}

li, dd { 
	margin-left:2em;
}

a {
	color: #478742;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

p
{
	text-align: justify;
}

a:hover {
	color: #478742;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#contact {
	padding:0px 0px 0px 0px;
	float:right;
}

#contact a {
	color: #478742;
	background-color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

#contact a:hover {
	color: #478742;
	background-color: #FFFFFF;
	text-decoration: underline;
}

#header {
	background: Transparent url(ccskin/european-logo.jpg) no-repeat scroll left top;
	clear: both;
	color: #478742;
	background-color:#FFFFFF;
	height: 71px;
	padding: 5px 0px 10px 150px;
	margin: 0px 0px 0px 0px;
}


#title 
{
	color: #478742;
	font-size:145%;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:20px 0px 0px 10px;
	float:left;
	width:70%;
}

#slogan 
{
	clear: both;
	color:#333333;
	background-color:#FFFFFF;
	font-size:83%;
	font-weight:normal;
	font-style:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 10px;
	float:left;
	width:35%;
}

ul#nav {
	line-height:125%;
	height:3em;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
	text-align: center;
	width:25%;
}

ul#nav li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	float: right;
}

ul#nav li a {
	display: block;
	font-size: small;
	color: #478742;
	background-color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

ul#nav li a:hover { 
	border-bottom:3px solid #478742;
}

ul#nav a.selected { 
	border-bottom:3px solid #478742;
}

#path {
	width:800px;
	clear:both;
	float:left;
	font-size:75%;
	font-weight:normal;
	margin:4px 0px 5px 0px;
	border-top:5px solid #666666;
}

#path a {
	font-weight:normal;
}

#maincontent {
	font-size:100%;
	padding:0px 5px 5px 0px;
	margin:0px 0px 0px 0px;
	width:540px;
	float:left;
}

#sidecontent {
	background-color:#FFFFFF;
	color: #333333;
	font-family:Arial, sans-serif;
	font-size:75%;
	float:right;
	height: 600px;
	width:220px;
}

#sidebox {
	border: #999999 solid thin;
	margin:0px 0px 10px 0px;
	padding:10px 10px 20px 10px;
}

#sidecontent a {
	color: #478742;
	background-color:#FFFFFF;
	font-size: 110%;
}

#sidecontent h2 { margin:0.75em 0.25em 0.25em 0em;}

#sidecontent ul { margin:0.25em 0.25em 0.25em 0.25em;}

#workingwith 
{
	margin-top: 20px;
}

#workingwith img
{
	margin-bottom: 20px;
}

#footer 
{
	height:40px;
	color:#333333;
	background-color:#FFFFFF;
	border-top:5px solid #666666;
	font-size:75%;
	line-height:1.5em;
	width: 800px;
	clear:both;
}

#footer	a {
	color:#478742;
	background-color:#FFFFFF;
	text-decoration: none;
}

#footer	a:hover {
	color:#478742;
	background-color:#FFFFFF;
	text-decoration: underline;
}

#copyright {
	color:#333333;
	background-color:#FFFFFF;
	padding:5px 20px 5px 0px;
	width: 200px;
	float:left;
}

#developedBy {
	color:#333333;
	background-color:#FFFFFF;
	padding:5px 20px 5px 0px;
	text-align: center;
	width: 250px;
	float:left;
}

#footerterms {
	color:#478742;
	background-color:#FFFFFF;
	padding:5px 0px 5px 0px;
	width: 200px;
	float:right;
}


