* {
    padding: 0;
    margin: 0;
} 

body {
font: normal 90%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
color: #6a81bf;
line-height: 24px;
background: #eee;
}

a {
text-decoration: underline;
color: #7dc069;
}
a:hover {
text-decoration: underline;
color: #6a81bf;
}


/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }

h1 {
	font-size: 1.4em;
	color: #7dc069;
	margin-bottom: 10px;
	margin-left: 15px;
}
h2 {
	font-size: 1.2em;
	color: #7dc069;
	margin-bottom: 10px;
	margin-left: 15px;
}
h3 { 
	font-size: 1.1em;
	color: #7dc069;
	margin-left: 15px;
}


p, h1, h2 {
	margin: 10px 15px;
}

table {
	margin-left: 15px;
}


ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}


/* images */
#content img {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 0px 15px 5px 15px;
}


blockquote {
	margin: 15px;	
	padding: 0 10px 0 10px;  	
  	background-color: #F5F5F5; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #003d8d;  
	font: 0.9em "Trebuchet MS", Tahoma, sans-serif; 
	color: #666666;	
}

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #F5F5F5; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #777;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #777;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(images/gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}


/***********************
	  LAYOUT
************************/


#wrap {
width: 920px;
margin: 15px auto;

}

#top {
height: 20px;
background: #eee url(images/header.gif) no-repeat;
}


#header {
height: 100px;
}
#header h1 {
padding: 30px 0 0 30px;
}
#header h1 a {
text-decoration: none;
color: #EC8714;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
color: #89A537;
font-size: 20px;
font-weight: 100;
padding: 0 0 0 31px;
}

#menu {
height: 230px;
background: #eee url(images/content_header.png) no-repeat; 

/* background: #eee url(images/content.gif) repeat-y;*/
margin-bottom: 0px;
}


#menu h1#logo {
	float: left;
	position: relative;	
	font: bold 45px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	
	margin: 0; padding: 0;		
	
	/* change the values of left and top to adjust the position of the logo */
	top: 0px; left: 20px;
}

#menu h1#logo img {
	border: 0px;
	padding: 5px;
	
}


#menu h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#menu #slogan {
	float:right;
	position: relative;
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #009966;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 0px;
	right: 20px;
}


#menu ul {
	float: right;
	position: relative;
	right: 20px;
	top: 0px;
	font: bolder 1em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	display: inline;
}
#menu li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #003d8d;
	background-color: #bfe0b4;
	text-decoration: none;
	border-left: 5px solid #FFFFFF;
}
#menu li a:hover {
	background: #bfe0b4;
	color: #FFF;
}
#menu li a#current  {
	background: #6a81bf;
	color: #FFF;
}


#menu #header-image {
	float: right;
	position: relative;	
	color: #FFF;
	margin: 0; padding: 0;		
	/* change the values of left and top to adjust the position of the logo */
	top: 10px; right: 20px;
}

#menu #header-image img {
	border: 0px;
	background: #ffffff;
}



/* content */

#content {
background: #eee url(images/content.gif) repeat-y;
padding-left: 20px;
padding-right: 20px;
padding-top: 0px;
padding-bottom: 20px;
float: left;
width: 880px;
}


/* sidebar */
#sidebar {
	float: right;
	width: 250px;
	margin: 0 0 10px 0; 
	padding: 0;	
	clear:right;
	
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	font: bold 1.1em 'Trebuchet MS', Tahoma, Sans-serif;
}


#sidebar img {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
	margin-top:10px;
}

#sidebar .lupe {
	border: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	background: #F5F5F5;
}

.sidebox {
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
	background: #F2F2F2;			
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #6a81bf;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top {	
	padding: .3em 0 .3em 10px;
	border-top: 1px dashed #D4D4D4;
	border-left: 5px solid  #6a81bf;
	background: #bfe0b4;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #6a81bf;
	color: #6a81bf;
	background: #bfe0b4;	
}

#sidebar li a#current  {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #6a81bf;
	color: #003d8d;
}




#main {
border-top: 0px solid #6a81bf;
padding: 10px;
width: 600px;
}


#bottom {
clear: both;
background:  url(images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
	font-size: 12px;
	color: #333333;
	text-align: center;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
