body {
	margin: 5px 0px 10px 0px;
	padding: 0;
	font: small Verdana, Arial, sans-serif;
	text-align:center;
	background: #666600 url(body.gif) repeat-y;
	color: #000000;
}

h1 {
	font-size: 200%;	
	color: #666600;
	font-weight: normal;
	font-family: times;
	
}

h2 {
	font-size: 140%;
	color:#DC7F00;
	
}

h3 {
	font-size: 125%;
	color: #DC7F00;
}

h4 {
	font-size: 105%;
	margin-bottom: 5px;
}
h4 strong {
	background-color: #ebebeb;
	font-size: 11px;
	padding: 1px;
    border-left: 2px solid #000;
	margin-right: 5px;
	padding-left: 5px;
	font-weight: normal;	
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

img, img a{
	border: 0px;
}

pre, code {
	font: 1em Courier, "Courier New", monospace;
	letter-spacing: -0.066em;	
}

p {
	margin: 0.3em 0 1.2em;
	line-height: 1.4em;
}

li, ul {
	line-height: 1.4em;
}

hr {
	display: block;
	clear: both;
	visibility: hidden;
}

a:link, a:visited {
	color:#666600;
	text-decoration:underline;
	font-weight: bold;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

#maincontainer {
    margin-top:0px;	
	margin: 0 auto;
	padding: 0px;
	width: 750px;

	}

#tagline {
   text-align: right;
   margin-top:0px;	
   color: #fff;
   font-size: smaller;
}


#container {
	margin-top: 3px;
	text-align: left;
	background: #CCCC99 url(header2.gif) no-repeat;
	border: 2px solid #000;
	padding: 10px 20px 20px 20px;
	
	
}

#language {
    text-align:right;
	padding-top: 0px;
	padding-right: 0px;
	font-size: x-small;
	text-decoration: none;
}

#logo img{
	border: 0;
	}

#logo {
    float: right;
	border: 0;
	top: 0px;
	padding-top: 0px;
    padding-bottom: 0px; 
	padding-left: 0px; 	
}


#body {
	border: 1px solid #000;
	padding: 5px 20px 20px 20px;
	background: #ffffff;
	color: #000;
	margin-top: 10px;
	
	}


#footer {
    color: #fff;
	padding-top: 0px;
	padding-right: 0px;
	font-size: x-small;
	text-decoration: none;	
	margin-top: 5px;
}

.clickable:hover {
	color:#cc0000;
	
}
fieldset{
	padding: 10px;
}
 legend{
	color:#000000;
	font-weight: bold
 }