/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/


body{
margin: 0px;
background: url('images/bg.jpg') repeat-x #EEEEEE;
font-family: arial;
font-size: 9pt;
}

#nav{
list-style-type:none;
margin: 0px;
padding: 10px 0px 0px 0px;
font-size: 8.5pt;
}

#nav li{
list-style-type:none;
float: left;
margin-right: 20px;
padding: 0px;
}

#nav li a{
display: block;
color: #FFFFFF;
text-decoration: none;
}

#nav li a:hover{
height: 34px;
background: url('images/hovernav.jpg') bottom no-repeat;
color: #B1D327;
}

#planlist{
float: left;
list-style-type: none;
margin: 10px 0px 0px 12px;
padding: 0px;
}

#planlist li{
list-style-type: none;
height: 22px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 22px;
background: url('images/bullet.jpg') no-repeat;
font-size: 8.5pt;
}

a{color: #384D60}

h2{
border-bottom: 1px solid #EEEEEE;
padding-bottom: 10px;
font-size: 14pt;
color: #384D60;
}
