*
{
 margin: 0;
 padding: 0;
}

html 
{
 font-size: 75%;
 font-family: Verdana, Geneva, sans-serif;
}

html>body
{
 font-size: 12px;
}

body
{
 padding: 20px;
 background-color: #fff;
 background-image: url(/images/background.png);
 background-repeat: repeat-x;
}

p
{
 font-size: 1em;
 margin: 10px 0;
 line-height: 20px;
 color: #555555;
}


ul.content
{
 font-size: 1em;
 margin: 10px 0 10px 15px;
 line-height: 20px;
 color: #555555;
}

li.content
{
 list-style-type: circle;
 list-style-position: outside;
}

h1
{
 font-size: 1.5em;
 margin-bottom: 15px;
 color: #84be06;
}

h2
{
 font-size: 1.3em;
 margin: 18px 0 10px 0;
 color: #84be06;
}

h3
{
 font-size: 1.1em;
 margin: 18px 0 10px 0;
 color: #84be06;
}

ul
{
 list-style-position: inside;
 list-style-type: none;
}

li
{
 margin: 5px 0;
}

img.content_left
{
 width: 300px;
 float: left;
 padding: 2px;
 border: 1px solid #dedfc1;
 margin-right: 10px;
}

img.content_right
{
 width: 300px;
 float: right;
 padding: 2px;
 border: 1px solid #dedfc1;
 margin-left: 10px;
}

.pagewrapper
{
 width: 1000px;
 margin: 0 auto;
 background-color: #fff;
 border: 4px solid #80d5e9;
}

.header
{
 height: 260px;
 padding: 30px 30px 0 30px;
}

.sitename
{
 font-size: 2.5em;
 font-weight: bold;
 color: #27608d;
}

.mainpicture
{
 height: 198px;
 border: 2px solid #ccc;
 margin-top: 10px;
 overflow: hidden;
 padding: 2px;
}

.mainpicture img
{
 width: 932px;
}

.contentbox
{
 float: right;
 width: 640px;
 margin-right: 60px;
 min-height: 500px; 
 padding: 10px 0;
}

*+html .contentbox
{
 height: 500px;
}

.contentbox a
{
 color: #555555;
 text-decoration: none;
 font-weight: bold;
}

.leftbox
{
 float: left;
 width: 300px;
}

ul.leftmenu
{
 list-style-position: inside;
 list-style-type: none;
 padding: 10px 0 0 30px;
}

ul.leftmenu li
{
 width: 240px;
 border: 1px solid #dedfc1;
 margin: 2px 0;
}

ul.leftmenu li a
{
 color: #27608d;
 font-weight: bold;
 text-decoration: none;
 display: block;
 padding: 5px 10px 5px 20px;
 background-color: #fff;
}

ul.leftmenu li a:hover
{
 background-color: #80d5e9;
}

.clearfix
{
 clear: both;
 height: 1px;
}

.footer
{
 width: 1000px;
 margin: 0 auto;
 padding: 10px 2px 0 5px;
 height: 50px;
}

.footer a
{
 color: #000;
 text-decoration: none;
}

.footerleft
{
 width: 450px;
 float: left;
 margin-bottom: 20px;
}

.footerright
{
 width: 450px;
 float: right;
}

.footerright img
{
 float: right;
}

.footerlinks
{
 clear: both;
 width: 450px;
}
