

/* Generic Selectors */

body {
font-family: "verdana","arial","sans-serif";
font-size: 15px;
font-weight: normal;
color: #51170C;
background-color: white;
}

h1 {
font-family: "verdana","arial","sans-serif";
font-size: 16px;
font-weight: bold;
color: #51170C;
border-bottom: 1px solid;
margin-top: 0px;
}

ul {
margin-left:10px; 
margin-right:10px; 
padding-left:0px; 
}

li {
list-style-type: none;
margin:0;
margin-bottom:0.45em; 
font-size: 14px;

}


a:link {
color: #51170C;
text-decoration: none;
}

a:visited {
color: #51170C;
text-decoration: none;
}

a:hover {
color: #AA450C;
text-decoration: none;
} 

a:active {
color: rgb(255, 0, 102);
}


/************************* ID's *************************/


#menu {
border-right: 6px solid;
/*border-bottom: 3px solid;*/
border-top: 2px solid;
margin-right: 0px;
padding-bottom: 3em;
/*background-color: RGB(253,252,253);*/

}

#titlebar {
border-top: 2px solid;
}




