/*Container Holding the Menu Items*/
.MainMenu_MenuContainer {
	background-color: transparent;
}
/**/
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height: 16px;
	background-color: transparent;
}
/*Attributes to the item Menu Items themselves. Including sub-menu*/
.MainMenu_MenuItem {
	border-left: #cccccc 0px solid;
	border-bottom: #cccccc 0px solid;
	border-top: #cccccc 0px solid;
	border-right: #cccccc 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #EDDBAD;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
}
/*Attributes for the boxes to the left of the sub-menu's*/
.MainMenu_MenuIcon {
	background-color: transparent;
	border-left: #cccccc 0px solid;
	border-bottom: #cccccc 0px solid;
	border-top: #cccccc 0px solid;
	border-right: #cccccc 0px solid;
	cursor: pointer;
	cursor: hand;
	text-align: Center;
	width: 0px;
	height: 0px;
}
/*Controls the background color of the sub-menu's*/
.MainMenu_SubMenu {
	background-color: #48698B;
	cursor: pointer;
	cursor: hand;
}
/**/
.MainMenu_MenuBreak {

}
/*Attributes that are controleld by Mouse Over*/
.MainMenu_MenuItemSel {
	background-color: blue;
	cursor: pointer;
	cursor: hand;
	color: White;
	font-family: verdana;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
}
/**/
.MainMenu_MenuArrow {
	border-right: #cccccc 0px solid;
	border-bottom: #cccccc 0px solid;
	border-top: #cccccc 0px solid;
	font-family: webdings;
	font-size: 11pt;
	cursor: pointer;
	cursor: hand;
}
/*Controls the background color of the Arrows in the menu*/
.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 11pt;
	cursor: pointer;
	cursor: hand;
}

.Header
{
        text-align: center;
        background-color: #355A7F;
}
.Body
{
        text-align: center;
        background-color: #355A7F;
}
.Footer
{
        text-align: center;
        background-color: #355A7F;
}
.BorderCorner
{
        height: 0px;
        width: 0px;
}
.SkinObject
{
        color: green;
}
.LeftPane
{
}
.TopPane
{
}
.ContentPane
{
}
.RightPane
{
}
.BottomPane
{
}
#Body
{
        background-color: #355A7F;
}






















