@charset "UTF-8";
/* CSS Document color: EDE3B2 */

body {
margin: 0px;
background-color:#40501b;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#6c5735;
text-align:justify;
list-style-type: square; 
}

.title {
font-size:23px;
color:#4da1b3;
text-align:center;
font-weight:bold;
}

.subtitle {
color:#4da1b3;
font-weight:bold;
}

#squarelist li { 
list-style-type: square; 
}

/*********** Default Link Style ***********/
a:link {color: #4da1b3;}
a:visited {color: #4da1b3;}
a:hover {color: #4da1b3;}
a:active {color: #4da1b3;}

/* TOP NAV */
#navcontainer
{
margin: 10px 0 0 105px;
padding: 0;
height: 20px;
}

/* TOP NAV */
#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

/* TOP NAV */
#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

/* TOP NAV */
#navcontainer ul li a
{
background: #fff;
width: 126px;
height: 18px;
border-top: 1px solid #f5d7b4;
border-left: 1px solid #f5d7b4;
border-bottom: 1px solid #f5d7b4;
border-right: 1px solid #f5d7b4;
padding: 0;
margin: 0 0 10px 0;
color: #000000;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

/* TOP NAV */
#navcontainer ul li a:hover
{
color: #930;
background: #f5d7b4;
}

/* TOP NAV */
#navcontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}
