body {
color: #333333;
}

h1 {
display: none;
}

h2 {
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px solid #cccccc;
}

h3 {
margin-bottom: 5px;
font-size: 15px;
}

a {
color: #297dc4;
}

td {
border: 1px solid #cccccc;
padding: 10px;
}

th {
border: 1px solid #cccccc;
padding: 10px;
background: #eeeeee;
text-align: left;
}

#splash {
background: url(/images/splash_bg.jpg) fixed bottom center;
}

#stroke {
margin-top: 50px;
background: #4ab171 url(/images/stroke.jpg) repeat-x 50px 0px;
height: 100px;
}

#language {
text-align: center;
margin-top: 80px;
}

#language img {
margin-bottom: 60px;
}

#language ul {
margin-left: 20px;
}

#language ul li {
display: inline;
margin: 0px 20px 0px 0px;
}

#english {
background: url(/images/us.gif) no-repeat 0px 5px;
}

#espanol {
background: url(/images/es.gif) no-repeat 0px 5px;
}

#nederlands {
background: url(/images/nl.gif) no-repeat 0px 5px;
}

#francais {
background: url(/images/fr.gif) no-repeat 0px 5px;
}

#language a {
font-size: 18px;
color: #eeeeee;
padding-left: 20px;
}

#header {
background: url(/images/header_bg.jpg);
height: 220px;
}

#header .container_16 {
background: url(/images/header.jpg);
height: 220px;
}

#header .grid_6 a {
margin-top: 85px;
display: block;
width: 290px;
height: 80px;
}

#header p {
color: #777777;
font-size: 12px;
margin-top: 5px;
text-align: right;
}

#header p a {
color: #cccccc;
text-decoration: none;
}

#navigation {
background: url(/images/navigation.jpg);
height: 60px;
}

#navigation ul {
margin: 0px 0px 0px 10px;
list-style: none;
}

#navigation li {
float: left;
margin: 0px;
}

#navigation li a {
text-decoration: none;
display: block;
padding: 0 15px 0 15px;
line-height: 45px;
height: 60px;
}

#navigation li a:hover {
background: url(/images/navigation_hover.jpg);
}

#navigation li a span {
position: relative;
top: -30px;
font-size: 11px;
color: #777777;
font-weight: normal;
padding: 0px; /* IE7 fix */
}

#content {
padding-top: 30px;
}

.active {
font-weight: bold;
}

.bordered img {
padding: 5px;
border: 1px solid #cccccc;
}

.empty {
border: 0px;
}