.PageContainer
{
	width:100%;
	height:100%;
	background:#676767;
	text-align:center;
}
.ContentContainer
{
	width:1000px;
	height:100%;
	background:#ffffff;
}
.MenuContainer
{
	background:#D7E4F2;
	width:100%;
}
.FooterContainer
{
	background:#D7E4F2;
	width:100%;
}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #444444;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #006699;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #006699;
}

A.SkinObject:hover
{
	text-decoration:underline;
	color: #006699;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #006699;
}
.Main_DNNMenu_ContainerSub
{
	background-color:#dddddd;
	border-right: solid 1px #444444;
	border-bottom: solid 1px #444444;
	border-top: solid 1px white;
	border-left: solid 1px white;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	padding: 1px 1px 1px 1px;
}
.Main_DNNMenu_NodeRoot
{
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	background-color: Transparent;
	white-space: nowrap;
	padding: 0px 10px 0px 5px;
}
.Main_DNNMenu_Node td
{
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	background-color: Transparent;
	white-space: nowrap;
	padding: 1px 3px 3px 1px;	
}
.Main_DNNMenu_NodeHover
{
	background-color: #bbbbbb;
}

.Main_DNNMenu_NodeHover td
{
	background-color: #bbbbbb;
}
.RootMenuItems 
{
    border-left: 1px solid #666666;
    border-bottom: 1px solid #666666; 
    border-top: 1px solid #666666;
    border-right: 0px solid #666666;
    height: 21;
    background-color: White;
}
.MenuBreak
{
    border: none;
}
.RootArrow
{
    border-top: solid 1px #666666;
    border-bottom: solid 1px #666666;
    border-left: none;
    border-right: none;
    height: 21px;
    background-color: White;
}
.Logo
{
	background-image:url(bg.jpg);
	background-repeat: repeat-y;
}
body
{
	
}



















































