

/* General stuff for the page */
 
body {margin: 0px; padding: 0px;spacing: 0px;background-color: #EEEEEE;}
input {border: 1px solid #999999; background: #ffffff;color: #ffffff; font: 10px Verdana,Arial,Helvetica; text-color: black;}
img {border: 0px;}



.menuitem {color: black; font: bold 11px Verdana;}
.pagetitle {color: black; font: bold 12px Verdana;}
.sitename {color: black; font: bold 20px Verdana;}



/* The logo restrictions are applied */

.tdlogo {width: 200px; height: 110px;background-color: #E69E28;}


/* The top bar in the right side of the logo */

.toptd { height: 110px; background-color: #E69E28; text-color: black; font: normal 11px Verdana;}



/* This is the TD that contains the menu */

.tdmenu {width: 200px; height: 490px; vertical-align: top; background-color: #A2000D; font: normal 11px Verdana ; text-color: white; text-align: center}



/* This is the TD with the content page */

.tdbody {background-color: white;  vertical-align: top; text-color: black; font: normal 11px Verdana; padding-left: 10px; padding-right: 10px; padding-top: 10px; position: relative; float: left;}


/* This are the menu elements */

.menubut {border: 0px solid #CD4D02; width: 200px; height=24px; background-color: #FCEDA8; text-color: black; font: bold 11px Verdana; text-align: center}


/* 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 Verdana ; text-color: black; text-align: left;  margin-left: 10 px;}


/* This refers to the bodytext in the content page */

.bodytext { font: normal 11px Verdana ; text-color: black; text-align: left;  margin-left: 10 px;}


/* This refers to the image in the content page */

.pageimg {float: left; margin-right: 10px}



/* That's just a splitter for the menu elements. I have'n used border for the TD because automatically I would've had border in left and the right side of the button and ....that doesn't look very nice */

.split {width: 200px; height: 1px; color: #CD4D02;}


/* This refers to the links in the bottom of the page */

.botlinks { position: relative; font: normal 10px Verdana; text-color: black; text-align: center;}




