@charset "UTF-8";
/* CSS Document */

* {padding: 0px; margin: 0px;}

body{
background-color:#ffffff;
padding-top: 4px;
}

img{
border-width:0px;
}

#wrapper{
width: 760px;
margin: 0px auto;
font-family:Arial, Helvetica, sans-serif;
font-size: 1em;
}

.clearboth{
clear: both;
}

h1{
font-size: 1.4em;
color: #00889E;
padding-bottom: 8px;
padding-top:16px;
}

h2{
font-size:1.2em;
padding-top: 16px;
padding-bottom: 8px;
padding-left:36px;
color: #5E3960;
}

h3{
font-size:1em;
color: #5E3960;
text-align:left;
}

h4{
font-size: 0.6em;
line-height: 1.5em;
text-align:right;
}

h5{
font-size: 0.8em;
line-height: 1.5em;
padding-left:24px;
font-weight:normal;
}

p{
font-size: 0.8em;
line-height: 1.5em;
}



#header{
height:170px;
background-image:url(../img/header.jpg);
}

/* ------------------------------------------------------- */

#navleft{
background-image:url(../img/navleft.gif);
background-repeat:no-repeat;
padding-left:23px;
height: 55px;
}

#navright{
background-image:url(../img/navright.gif);
background-position:right;
background-repeat:no-repeat;
height: 55px;
}

#navright li{
background-image:url(../img/nav.gif);
background-repeat:repeat-x;
display:inline;
float:left;
list-style-type:none;
height: 55px;
}

#navright a{
background-image:url(../img/nav.gif);
background-position:top;
display:block;
text-align: center;
text-decoration:none;
font-size: 0.75em;
font-weight: bold;
color:#FFFFFF;
line-height: 42px;
padding-left:10px;
padding-right:10px;
}

#navright a:hover, a#selected{
background-position: 0px 55px;
color:#111111;
}

/* ------------------------------------------------------- */



/*content*/

#left{
width: 520px;
float:left;
background-color:#ffffff;
padding-left:10px;
padding-right:10px;
}

#left a:visited, #left a{
color: #222222;
text-decoration:none;
}

#left a:hover{
color: #A84524;
text-decoration:underline;
}

#right{
float:left;
width: 220px;
}

#helptop{
background-image:url(../img/help_top.gif);
background-repeat:no-repeat;
background-position:right top;
float:left;
}

#helpbtm{
background-image:url(../img/help_btm.gif);
background-repeat:no-repeat;
background-position:right bottom;
color:#222222;
}

/*li a hover*/

#helpbtm li{
list-style-type:none;
text-align:center;
width:210px;
font-size:0.9em;
padding-left:10px;
}

#helpbtm a{
color:#222222;
text-decoration:none;
}

#helpbtm a:hover{
color:#ffffff;
text-decoration:underline;
}



#footer{
background-color:#ffffff;
padding-bottom:4px;
}