 /* CSS Document */
body{
	 background: #fff;
		  font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 70%;
        margin: 0;
        padding: 0;
}

#header{
    position:relative; 
    height:100px; 
    background-image: url(/images/header_bg.jpg);
}
#header_right {
	position: absolute;
	height:144px;
	width: 400px;
	top: 0px;
	right: 0px;
}	
#logo {
	position: absolute;
	width:337px;
	height:90px;
	top: 15px;
	left: 0px;
}
/** menu stuff **/
#slider {
	border-bottom: 4px solid #CC6666;
}	
#horizmenu a,
a.mainlevel,
a.sublevel,
ul.submenu a,
div.moduletable h3,
.contentheading,
.componentheading {
font-family: Helvetica, Arial, sans-serif;
}
div#horizmenu {
background: url(/images/mb_menu_horiz_bg.png) 0 0 repeat-x;
height: 45px;
text-align: center;
}
/* top level links */
#navheader li {
z-index: 3;
position: relative;
float: left;
padding: 0;
margin: 0;
list-style: none;
}
#navheader li a {
display: block;
font-size: 12px;
font-weight: bold;
padding: 0 14px;
text-decoration: none;
color: #CC6666;}
#navheader li a:hover {
color: #226188;}
#navheader li.active {
z-index: 1;
height: 17px;
border-bottom: 4px solid #226188;
}
#navheader {
z-index: 2;
position: absolute;
height: 20px;
margin-top: 15px;
}
#slider {
z-index: 2;
position: absolute;
height: 20px;
}
#footer{
border-top : 1px solid #000000;
background-image: url(/images/background-bottom-shade.gif);
background-repeat: repeat-x;
width : 100%;
background-color : #fff;
color : #666;
text-align : center;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #0000FF;
}

a:link {
	color:#0000FF;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

h1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:110%;
        color: #226188;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0em;
        margin-bottom: 0em;
        /*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:110%;
        color: #226188;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0em;
        margin-bottom: 0em;
        /*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h3 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:110%;
        color: #226188;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0em;
        margin-bottom: 0em;
        /*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h4 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:110%;
        color: #226188;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0em;
        margin-bottom: 0em;
        /*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h5 {
         font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:110%;
        color: #226188;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0em;
        margin-bottom: 0em;
        /*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h6 {
         font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:110%;
        color: #226188;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0em;
        margin-bottom: 0em;
        /*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}

img {
	border: 0;
}

ul,ol {
	width: 100%;
	font-size: 1.0em;
	padding: 0px;
	margin: 0px;
	border: 0px;
	list-style-type:none;
}

li {
	width: auto;
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0 0 0 3px;
	border: 0px;
	padding: 0 0 0 0px;
	list-style-type:none;
}
form {
	padding: 0px;
	margin: 0px;
}

strong, b {
	font-weight: bold;
}

