@charset "UTF-8";
/* CSS Document */

/* !--- Template Styles ---! */
body {
background-color: #949494;
margin-top: 0;
margin-bottom: 0;
font-family: Tahoma;
}
img {
border: none;
}
a {
color: #999999;
}
#DivContainer {
width: 860px;
margin: 0 auto;
background-color: #ffffff;
}
#DivNavigation {
width: 860px;
height: 292px;
}
#TblNavigation {
width: 860px;
border: none;
}
#TblNavigationLeftCell {
width: 262px;
text-align: center;
vertical-align: middle;
}
#TblNavigationCentreCell {
width: 336px;
height: 292px;
}
#TblNavigationRightCell {
width: 262px;
text-align: center;
vertical-align: middle;
}
#DivCollapseNavigation {
width: 860px;
height: 27px;
}
#DivExpandNavigation {
width: 860px;
height: 27;
display: none;
}
#DivFooter {
width: 860px;
height: 139px;
background: url(images/footerbg.png);
text-align: center;
vertical-align: baseline;
font-size: smaller;
color: #666666;
}

/* !--- Homepage Styles ---! */

#DivHomepageContent {
margin: 0 auto;
width: 625px;
}
#TblNews {
width: 625px;
border: none;
color: #330033;
font-size: medium;
}
#TblNews a {
color: #333333;
}
#TblNewsTopLeftCell {
width: 4px;
height: 4px;
background: url(images/news_corner_topleft.png);
background-repeat: no-repeat;
}
#TblNewsTopRightCell {
width: 4px;
height: 4px;
background: url(images/news_corner_topright.png);
background-repeat: no-repeat;
}
#TblNewsBottomLeftCell {
width: 4px;
height: 4px;
background: url(images/news_corner_bottomleft.png);
background-repeat: no-repeat;
}
#TblNewsBottomRightCell {
width: 4px;
height: 4px;
background: url(images/news_corner_bottomright.png);
background-repeat: no-repeat;
}
#TblNewsTopCell {
background-color: #b6a888;
width: 621px;
}
#TblNewsBottomCell {
background-color: #b6a888;
width: 621px;
}
#TblNewsLeftCell {
background-color: #b6a888;
width: 4px;
}
#TblNewsRightCell {
background-color: #b6a888;
width: 4px;
}
#TblNewsMiddleCell {
background-color: #b6a888;
width: 621px;
text-align: left;
vertical-align: top;
}