

/* 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: #400000; font: bold 12px Arial; height:20px;}
.pagetitle {color: #400000; font: bold 12px Verdana;}
.sitename {color: #400000; font: bold italic 18px Verdana;}

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

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


/* The logo restrictions are applied */

.tdlogo {width: 200px; height: 111px;background-color: #185A92;}


/* The top bar in the right side of the logo */

.tdtop {width: 600px; height: 100px; text-color: white; font: normal 11px;}


/* The top bar unde the logo*/

.bar2 {width: 615px; color: #FFFFFF; text-align: right; font: bold 11px;}


/* This is the TD that contains the menu */

.tdmenu {width: 185px; height: 200px; vertical-align: top; background-color: #ffffff; font: bold 11px; color: black; text-align: center}



/* This is the TD with the content page */

.tdbody {width: 595px; background-color: #FAFAFA;  vertical-align: top; color: black; padding-left: 10px; padding-right: 10px; padding-top: 10px; position: relative; float: right;}



/* 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: 10 px;}


/* This refers to the bodytext in the content page */

.bodytext {color: black; text-align: left;  margin-left: 10 px;}


/* This refers to the image in the content page */

.pageimg {float: right; margin-left: 10x}

/* The footer*/

.footer {width: 800px; text-color: #FFFFFF; text-align: right;}




