/** Basic Styles **/

body {
background-color: #000000;
margin: 0px;
margin-top: 15px;
margin-bottom: 25px;
}

p, div, td, tr, li, ol, ul {
font-family: Verdana, Tahoma, Arial, Helvetica, Geneva;
font-size: 11px;
line-height: 15px;
color: #EEEEEE;
}

h1 {
font-size: 18px;
line-height: 18px;
color: #DDDDFF;
}

/** Layout Styles **/

.mainTable {
width: 770px;
border: 3px solid #282323;
background-color: #000000;
}

.mainTableBorder {
border: 1px solid #282323;
}

.headerTable {
width: 770px;
}

.navigationTable {
width: 770px;
height: 30px;
background: url('../images/navigation-background2.jpg');
padding-left: 8px;
padding-right: 8px;
}

.titleTable {
width: 770px;
border-bottom: 1px solid #282323;
}

.leftColumn {
vertical-align: top;
border-right: 1px solid #282323;
}

.leftBannerArea {
padding: 8px;
}

.middleColumn {
padding: 19px;
vertical-align: top;
}

.rightColumn {
padding: 8px;
vertical-align: top;
border-left: 1px solid #282323;
}

.footerTable {
width: 770px;
height: 34px;
border-top: 1px solid #282323;
background: url('../images/footer-background.jpg');
padding-left: 8px;
padding-right: 8px;
}

.footerText {
font-size: 10px;
}


/* Menus */

.readMore {
display: block;
width: 100%;
text-align: right;
}

A.readMore, A.readMore:active, A.readMore:visited {
display: block;
font-weight: bold;
font-size: 10px;
text-decoration: none;
color: #EEEEEE;
padding: 1px;
padding-left: 6px;
padding-right: 6px;
background: #282323;
}

A.readMore:hover {
display: block;
text-decoration: none;
color: #FFFFFF;
background: #800000;
}

.leftMenu {
display: block;
width: 100%;
}

A.leftMenuItem, A.leftMenuItem:active, A.leftMenuItem:visited {
display: block;
font-weight: bold;
font-size: 10px;
text-decoration: none;
color: #FFFFFF;
padding: 4px;
border-bottom: 1px solid #282323;
}

A.leftMenuItem:hover {
display: block;
text-decoration: none;
color: #257439;
background: url('../images/leftlinks-background.gif');
border-bottom: 1px solid #055419;
}

.topMenuTable {
width: 100%;
}

.topMenu {
}

A.topMenuItem, A.topMenuItem:active, A.topMenuItem:visited {
font-weight: bold;
font-size: 10px;
text-decoration: none;
color: #FFFFFF;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 6px;
padding-right: 6px;
}

A.topMenuItem:hover {
text-decoration: none;
color: #000000;
background: url('../images/toplinks-background.gif');
border-bottom: 1px solid #282323;
}


/* Links */

A:link, A:visited, A:active {
color: #DDDDFF;
}

A:hover {
color: #EE0000;
}
