/* CSS Document */
body
{
	margin: 1em 1em 1em 1em;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 1.0em;

}
#Body 
{
		background-image: url(hgradient.jpg);
		background-repeat: repeat-x; 

}
            
.PageContainer { 
	width: auto;
	max-width:1200px;
	width: expression(document.body.clientWidth < 600 ? "600px" : document.body.clientWidth > 1202? "1200px" : "auto");
	margin-left:auto;
	margin-right:auto;
 }

.PageHeader {
	float: left;
	width: 100%;
	height: 4em;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.ContentArea {
	width: 100%;
	vertical-align: top;
	float: left;
	background-color: #C6C3BE;
}
.PageFooter {
	float: left;
	width: 100%;
	height: 3em;
	font-size: 0.6em;
	text-transform: lowercase;
	line-height: 2.6em;
	color: #66544A;
	background-color: #25509F;
	background-repeat: repeat-y;
	background-position: left top;
}

.MainMenu_MenuContainer
{ 
	border: 1px solid #808080;
	background-color: transparent;
 }


.MainMenu_MenuItemSel
{
    cursor: pointer;
    cursor: hand;
    color: black;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    background-color: yellow;
}

.MainMenu_MenuItem
{ 
	border-width: 0px; font-size: 1em;
 }
.MainMenu_SubMenu
{
}
