body.mainframe {
background: #FFFFFF;
margin: auto 0pt;
}

table.header {
width: 100%;
table-layout: fixed;
border: 0px solid green;
}

td.logo {
width: 483px;
}

td.title {
width: 300px;
text-align: right;
font-size: 35px;
color: darkgreen;
padding-right: 20px;
}

td.tagline {
line-height: 10px;
color: maroon;
text-align: center;
font-style: italic;
font-size: 14px;
}

td.menubar {
width: 100%;
background: url(images/top_bg_small.jpg); height:25px
}

table.menu {
width: 70%;
height: 20px;
table-layout: fixed;
}

td.menuitem {
text-align: center;
width: 50;
background: url(images/top_bg_small.jpg); height: 24px;
border-left: 2px solid white;
}

td.menuitem-last {
text-align: center;
width: 50;
background: url(images/top_bg_small.jpg); height:25px;
border-left: 2px solid white;
border-right: 2px solid white;
}

a.menulink { text-decoration: none; color: #FFFFFF; }
a.menulink:hover { text-decoration: underline; color: #000000; }

td.footbar {
width: 100%;
background: url(images/bot_bg_small.jpg); height:25px;
}

table.footer {
width: 70%;
height: 10px;
table-layout: fixed;
}

td.footitem {
text-align: center;
width: 50;
background: url(images/bot_bg_small.jpg); height:25px;
border-left: 2px solid white;
}

td.footitem-last {
text-align: center;
width: 50;
background: url(images/bot_bg_small.jpg); height:25px;
border-left: 2px solid white;
border-right: 2px solid white;
}

table.container {
width: 90%
border: 0px;
}

td.leftcol {
width: 250px;
border: 0px;
}

/* 
Textual decorative settings
*/
.title { font-family: Sans-Serif, Century Gothic; font-size: 14px; font-weight: bold; color: #000000; }
.text { font-family: Sans-Serif, Century Gothic; font-size: 12px; font-weight: normal; color: #000000; }
.text1 { font-family: Verdana, Sans-Serif, Century Gothic; font-size: 16px; font-weight: normal; color: darkblue; align: justify; }
.whitetext { font-family: Sans-Serif, Century Gothic; font-size: 12px; font-weight: normal; color: #FFFFFF; }
.whitetext2 { font-family: Sans-Serif, Century Gothic; font-size: 14px; font-weight: normal; color: #FFFFFF; }
.greentext { font-family: Sans-Serif, Century Gothic; font-size: 14px; font-weight: normal; color: #00FF00; }
.graytext { font-family: Sans-Serif, Century Gothic; font-size: 10px; font-weight: normal; color: gray; }

