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

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

body{
font-family:Arial, Helvetica, sans-serif;
font: normal normal 90% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
}

p{
margin-top:10px;
margin-bottom:10px;
}

#container{
position:relative;
margin-left:auto;
margin-right:auto;
width:800px;
background-image:url(images/background2.png);
background-repeat:no-repeat;
}

.topheader{
position:relative;
width:764px;
padding-left:36px;
padding-top:20px;
}

.menu{
width:790px;
height:30px;
margin-top:35px;
margin-left:10px;
}

.menu ul{
margin-top:5px;
text-align:center;
}

.menu ul li{
float:left;
display:inline;
margin-left:10px;
margin-right:10px;
font-size:20px;
font-weight:bold;
}

.menu ul li a{
text-decoration:none;
border:none;
color:#FFFFFF;
}

.content{
width:760px;
padding:20px;
}

a:link, a:visited{
color:#446699;
text-decoration:none;
border-bottom-width:1px;
border-bottom-style:dotted;
border-bottom-color:#687D77;
}

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

a img{
border:none;
text-decoration:none;
}

.externallink{
padding-left:17px;
background-image:url(images/external_link.gif);
background-repeat:no-repeat;
}

.header{
background-image:url(images/logo.png);
background-repeat:no-repeat;
padding-top:5px;
padding-left:55px;
height:43px;
}

.detailheader{
border-bottom-color:#446699;
border-bottom-style:solid;
border-bottom-width:2px;
color:#446699;
margin-bottom:0px;
width:690px;
}

ul li{
margin-left:20px;
padding-left:5px;
margin-right:20px;
}

ol li{
margin-left:20px;
padding-left:5px;
margin-right:20px;
}

ol,ul{
padding-left:20px;
}

.selected{
background-position:top;
float:left;
padding: 0px 6px 7px 6px;
background-color:#FFFFFF;
border-radius-topleft:5px;
-moz-border-radius-topleft:5px;
-webkit-border-radius-topleft:5px;
border-radius-topright:5px;
-moz-border-radius-topright:5px;
-webkit-border-radius-topright:5px;
}
