body
{
 background-color: #cccccc;
}

.tblSurround
{
	border-left: 2px solid Black;
	border-right: 2px solid Black;
	border-bottom: 2px solid Black;
}
.tblMain
{
	width: 800px;
	background-color: #666666;
}
.tblBanner
{
	width: 100%;
	background-color: #666666;
	text-align: left;
}

.tdBanner
{
	height: 20px;
	background-color: #666666;
	text-align: right;
	font-family: verdana;
	font-size: 10px;
	color: White;
	padding-right: 10px;
	padding-bottom: 0px;
	vertical-align: middle;
}

.tblMenu
{
	background-color: White;
	height: 20px;
	width: 800px;
}

.tdMenu
{
	height: 20px;
	text-align: left;
	font-family: verdana;
	font-size: 10px;
	color: Black;
	border-bottom: 2px;
	border-bottom-color: Red;
	border-bottom-style: solid;
}

.tblAddress
{
	width: 800px;
	height: 25px;
}

.tdAddress
{
	background-color: #333333;
	height: 25px;
	color: White;
	font-family: verdana;
	font-size: 11px;
	padding-left: 10px;
	width: 375px;
}

.tblContent
{
	width: 800px;
}

.tdSideBarMain
{
	width: 150px;
	font-family: verdana;
	font-size: 11px;
	color: White;
	background-color: #666666;
}

.tblSideBar
{
	
}

.sideMenu
{
	background-image: url(SideContentMenuBg.jpg);
	background-repeat: no-repeat;
	background-color: Black;
	font-family: verdana;
	font-size: 10px;
	color: Black;
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
	width: 100%;
	border-bottom: 2px;
	border-bottom-color: Red;
	border-bottom-style: solid;
	border-top: 2px;
	border-top-color: Red;
	border-top-style: solid;
}

.tdContent
{
	width: 650px;
	border-left: 2px;
	border-left-color: Black;
	border-left-style: solid;	
	padding-left: 15px;
	padding-top: 10px;
	background-color: White;
}

.tdCopyright
{
	border-top: 2px;
	border-top-color: Black;
	border-top-style: solid;
	text-align: right;
	padding-right: 25px;
	padding-bottom: 2px;
	font-family: verdana;
	font-size: 10px;
	color: Black;
	background-color: White;
}

.Login
{
	font-family: verdana;
	font-size: 10px;
	color: White;
	height: 20px;
	vertical-align: bottom;
	padding-bottom: 2px;
}

A.Login:link {
    text-decoration:    none;
    color:white;
}

A.Login:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.Login:active   {
    text-decoration:    none;
    color:white;
}

A.Login:hover    {
    text-decoration:    none;
    color: Red;
}

.Copyright
{
	font-family: verdana;
	font-size: 10px;
	color: Black;
}

A.Copyright:link {
    text-decoration:    none;
    color:Black;
}

A.Copyright:visited  {
    text-decoration:    none;
    color: #3333FF;
}

A.Copyright:active   {
    text-decoration:    none;
    color:Black;
}

A.Copyright:hover    {
    text-decoration:    none;
    color: Red;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:20;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #707070; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: Transparent;
	height: 21px;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: White;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #000000 2px solid; 
	border-left: #000000 1px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #000000 1px solid;
	color: #707070;
}
.MainMenu_MenuBreak {
	height: 1px;
	background-color: #111111;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand;
	color: White; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #707070;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

