<!--

body
{
height: 100%;
background-color: #F5F0EC;
font-family:Verdana, Arial;
font-size:12px;
font-weight:normal;
color: #333333;
}


#container
 {
width: 850px; 
margin: 10px auto;
background-color: #ffffff;
color: #333;
border: 1px solid #B84129;
line-height: 130%;
height:100%

}

#top
{
padding: .5em;
background-color: #DC8246;
}

h1 {
font-family:Verdana, Arial;
font-size:30px;
text-align:center;
color:#B84129;
}

h2 {
font-family:Verdana, Arial;
font-size:20px;
text-align:center;
color:#B84129;
}

h3 {
font-family:Verdana, Arial;
font-size:16px;
text-align:left;
color:#B84129;
}

h4 {
font-family:Verdana, Arial;
font-size:14px;
text-align:left;
color:#B84129;
}



#leftnav
{
float: left;
width: 160px;
margin: 5px;
height: 100%;
}


#leftnav a {
font-size:12px;
color:#4a6b84;
font-weight:normal;
text-decoration:underline;
}

/*--  Attributes of the sidebar links when hovered over with the mouse  --*/
#leftnav a:Hover {
font-size:12px;
color:#CE83BF;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
}

#leftnav a:visited {
font-size:12px;
color:#CE83BF;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
}


#rightnav
{
float: right;
width: 160px;
margin:5px ;
}

#rightnavhead
{
background-color: #DC8246;
text-align:left;
font-size:14px;
color:#FFFFFF;
font-weight:strong;
}


#rightnav a {
font-size:12px;
color:#5b7737;
font-weight:normal;
text-decoration:underline;
}

/*--  Attributes of the sidebar links when hovered over with the mouse  --*/
#rightnav a:Hover {
font-size:12px;
color:#B4C48B;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
}



#content
{
margin-left: 170px;
margin-right: 170px;
border-left: 1px solid #B84129;
border-right: 1px solid #B84129; 
height: 100%;
padding: 1em;
}

#content a {
font-size:12px;
color:#ac1a58;
font-weight:normal;
text-decoration:underline;
}

#content a:Hover {
font-size:12px;
color:#CE83BF;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
background-color: #DC8246;

}

#footer a {
font-size:12px;
color:#ffffff;
font-weight:normal;
text-decoration:underline;
}

#footer a:Hover {
font-size:12px;
color:#688989;
font-weight:normal;
cursor:pointer;
text-decoration:underline;

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

-->

