/* CSS Document */

body {
background-color:#fff;
color:#000;
font-family:"Trebuchet MS", Tahoma, sans-serif;
margin:0px;
font-size:100.1%;
}

h2 {
font-size:130%;
color:#3876b9;
text-decoration:underline;
}

#wrapper {
margin:0px 7px;
width:99%;
}


#header_top {
margin:0px;
border-bottom:2px solid #3876b9;
}


#sidebar {
background-color:#fff;
padding:0px;
margin:0px 4px;
width:196px;
float:left;
}

#content {
background-color:#fff;
margin:0px 0px 0px 3px;
border-left:2px solid #3876b9;
float:left;
width:70%;
padding-left:8px;
}

#footer {
font-size:90%;
clear:both;
border-top:2px solid #3876b9;
margin-bottom:25px;
padding-left:15px;
}


dt {
font-weight:bold;
font-style:italic;
padding:3px 0px;
color:#3876b9;
}

a, a:link {
color:#000;
text-decoration:underline;
}

a:visited{
color:#cab369; /*gold*/
text-decoration:none;
}

a:hover, a:active, a:focus {
color:#cab369;
text-decoration:underline;
}


.bolditalic {
font-weight:bold;
font-style:italic;
}

.colbottom {
margin-bottom:0 !important
}

.creed {
display:none;
}