/* General stuff for the page */
 
body {margin: 0px; padding: 0px;spacing: 0px;background-color: #ffffff;}
input {border: 1px solid #999999; background: #ffffff;color: #ffffff; font: 11px Arial,Helvetica; text-color: black;}
img {border: 0px;}

.menuitem {color: #A5675C; font: bold 13px Verdana; padding-left: 5px; padding-right: 5px;}
.tdmenu {padding-left: 50px; padding-right: 25px; padding-bottom: 5px;}
.pagetitle {color: #A5675C; font: bold 15px Verdana; padding-left: 10px;}
.sitename {color: #F0DE7C; font: 24px Verdana; padding-left: 20px;}
.content {position: absolute; left: 80px; top: 120px; width: 80%;}
.menubar {position: absolute; left: 200px; top: 86px;}
.header {position: absolute; left: 300px; top: 20px;}

.menuitem:LINK,.menuitem:ACTIVE, .menuitem:VISITED
{
Color: #A5675C;
Background-Color: Transparent;
Font-Family: Verdana, Arial;
Text-Decoration: none;
}

.menuitem:HOVER
{
Color: red;
Background-Color: transparent;
Text-Decoration: none;
}

/* This refers to the system buttons */
.button {background: #dddddd; border: 1px inset #999999; padding-left: 10px; padding-right: 10px; }


/* This refers to the title of the content page */
.title { font: bold 14px; color: black; text-align: left;  margin-left: 10px;}


/* This refers to the bodytext in the content page */
.bodytext {color: black; text-align: left;  padding-left: 30px; font: normal 13px Verdana;}


/* This refers to the image in the content page */
.pageimg {float: right; margin-left: 10px}

/* The footer*/
.footer {width: 800px; text-color: #636984; text-align: right;}