body 
{
    background-color: #34302F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.menucontainer 
{
    background-color:#CCCCCC;
    font-family: Arial, Helvetica, Sans-Serif;
    font-family:11px;
    font-weight:bold;
    padding-top: 3px;
    padding-bottom: 3px;
    width:100%;
}

.menuitem 
{
    border-bottom: solid 1px #CCCCCC;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight:bold;
    font-size:11px;
	z-index: 1;
}

.menuicon 
{
    border: none 0px;
    padding: 0px 0px 0px 0px;
    width: 0px;
}

.menuitemselected 
{
    background-color:#666666;
    border-bottom: solid 1px #666666;
    cursor: pointer;
    color: #FFFFFF;
	z-index: 1;
}

.rootmenuclass
{
    background-color:#666666;
    color: #FFFFFF;
    border-bottom: solid 1px #666666;
}

.submenu 
{
    background-color:#CCCCCC;
    padding-left: 5px;
    padding-right: 0px;
	z-index: 1;
}

.menubreak 
{
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.menuarrow 
{
    border-bottom: none;
    border-top: none;
    border-right:none;
    border-left: none;
}

.footer {
	font-size: 9px;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.wrapper {
	border: 2px solid #000000;
	background-color:#FFFFFF;
}

#tabHeader {
	margin: 0 auto 0 auto;
	width: 488px;
	padding: 0;
	height: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#masthead {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#logo {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
}

#hRule {
	background-color: #000000;
	height: 2px;
}

