

html {
  overflow-y: scroll;
}

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}

/* Body
-------------------------------------------------------------- */

body {
	background: #cdffcc;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	

/* Layout
-------------------------------------------------------------- */

#center {
width: 874px;
margin: 0 auto;
background: url(img/bgr.gif) repeat-y;
}

#wrapper {
background:#FFFFFF;
width: 730px;
margin: 10px auto;
border:1px solid #006600;
}

#header1, #header2, #header3, #header4, #header5, #header6, 
#header7, #header8, #header9, #header10, #header11, #header12 {
float:left;
height:60px;
width: 680px;
padding: 160px 25px 0;
}

/* different header-images */
#header1 { background: url(img/header1.jpg); }
#header2 { background: url(img/header2.jpg); }
#header3 { background: url(img/header3.jpg); }
#header4 { background: url(img/header4.jpg); }
#header5 { background: url(img/header5.jpg); }
#header6 { background: url(img/header6.jpg); }
#header7 { background: url(img/header7.jpg); }
#header8 { background: url(img/header8.jpg); }
#header9 { background: url(img/header9.jpg); }
#header10 { background: url(img/header10.jpg); }
#header11 { background: url(img/header11.jpg); }
#header12 { background: url(img/header12.jpg); }

#content {
float:left;
width:600px;
margin:0 65px 10px;
}

#footer {
clear:both;
margin:15px 50px;
border-top:1px solid #1e6c20; 
}

/* Fonts
-------------------------------------------------------------- */

p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
margin:0 0 14px;
color:#000000;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#1e6c20;
text-align:center;
margin: 2px 0 5px;
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#1e6c20;
margin: 10px 0 5px;
}

a {
color: #6F0000;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

.small {
font-size:10px;
}

.footer {
text-align:center;
margin: 15px 0;
}

.logo {
text-align:center;
margin: 0 0 10px 0;
}

/* Navigation
-------------------------------------------------------------- */


#navbar {
   margin: 0;
   padding: 0;
   height: 30px; 
   background-color: #1e6c20;
   -moz-border-radius: 15px;
   border-radius: 15px;
}
   
#navbar li {
   list-style: none;
   float: left; 
   }
   
#navbar li a {
   display: block;
   padding: 6px 8px;
   color: #fff;
   text-decoration: none; 
   }
   
 #navbar li a:hover {
   text-decoration: underline; 
   }
   
#navbar li ul {
   display: none; 
   width: 10em; /* Width to help Opera out */
   background-color: #69f;
   }
   
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0; 
   }
   
#navbar li:hover li, #navbar li.hover li {
   float: none; 
   }
   
#navbar li:hover li a, #navbar li.hover li a {
   background-color: #1e6c20;
   border-bottom: 1px solid #fff;
   color: #fff; 
   }
   
#navbar li li a:hover {
   background-color: #cdffcc; 
   color:#000000;
   }
   
 /* tables
-------------------------------------------------------------- */

table {
margin: 10px 0 0;
}

td {
padding: 5px 5px 0;
vertical-align:top;
}

 /* Lists
-------------------------------------------------------------- */

ul {
list-style-type:disc;
list-style-position:inside;
line-height:18px;
margin-bottom:10px;
}

 /* HR
-------------------------------------------------------------- */

hr {
border: 1px solid #1e6c20;
}