body { margin-left:auto; margin-right:auto; text-align: center; width:100%; height:100%; background-color:Turquoise;  }
form { width:900px; margin-left:auto; margin-right:auto; }
div#skinwrapper { width:900px; height:100%; background-color: Turquoise; }
/* Gainsboro LightGoldenRodYellow LemonChiffon Cornsilk PapayaWhip Beige */

/* Fixed position Header and Footer */
div#head 
{
	position:fixed; 
	height: 90px; 
	width: 900px; 
	background-color: Turquoise; /* SkyBlue PaleVioletRed; MediumPurple; Magenta; MediumOrchid; #CF88E0; */ 
	color:White; 
	font-weight:bold;
	border-bottom: solid 8px black;
}

div#foot 
{
	position:fixed; 
	height: 30px; 
	width: inherit;
	bottom:0;
	background-color: Turquoise;
	color: White;
}

/* Scrollable content window */
div#scrollable-content 
{ 
	display:block; 
	height:auto;
	width:inherit; 	
        /* padding-top:30px;  IE Hack */
        padd\ing-top:110px; /* Match #head height (+ border) for proper scrolling. Also added some extra padding. */ 
        background-color: Turquoise; 
	overflow:hidden; 
}

div#left 
{
	float:left;
	height:auto; 
	width:auto; /*600px*/ 
	background-color: Turquoise; 
}

div#right 
{
	float:right; 
	height:auto; 
	width: auto; 	
	background-color: Turquoise; 
        margin-right:10px; padding-right:6px;
}

div#bottom 
{
	height: auto;
	width: auto; 
	clear: both; 
	padding-bottom: 30px; /* Match #foot height */
	background-color: Turquoise;
margin: 0 40px 0 40px; /* t r b l */
}

/* Original Format */
.HighlightLinks { float:right; text-align:left; font-size:10pt; color:Black; vertical-align:middle; padding:4px; }
.HighlightLinks a img {border-style:none;}

/*menu*/
div#head .skinmenu
{
	float:left;
    width: auto;
}
.MainMenu_MenuContainer
{	
	background: transparent;
	width: auto;
}
.MainMenu_MenuContainer td
{
	background-color: transparent;
	cursor: default;
	font-size: 3px;
	width: 1px;
}
.MainMenu_MenuIcon{display:none;}
.MainMenu_RootMenuArrow{display:none;}
.MainMenu_MenuItem{font-family:Verdana, Arial, Helvetica, sans-serif; color:black;font-size:12px;font-weight:normal;padding:2px 15px 2px 7px;}
.submenuitembreadcrumb{font-family:Verdana, Arial, Helvetica, sans-serif;color:#FF0;font-size:12px;font-weight:normal;padding:2px 15px 2px 7px;}
.submenuitemselected{font-family:Verdana, Arial, Helvetica, sans-serif; color:black;font-size:12px;font-weight:normal;padding:2px 15px 2px 7px;background: Red;}
.MainMenu_MenuArrow{font-size:11px;padding:2px 0 2px 10px;height:24px;border:#C00 solid;border-width:1px 1px 1px 0;}
.submenu
{
	z-index: 1000;
	padding: 0;
	background: white;
}
.rootmenuitem{background:transparent;}
/* Main items */
.rootmenuitem td{padding:0px 14px 0px 15px; height:40px; cursor:pointer;cursor:hand; border-right:1px #000 solid;}
.rootmenuitem td span{font-family:Verdana, Arial, Helvetica, sans-serif;color:#000;font-size:12px;font-weight:bold;}
.rootmenuitembreadcrumb{background:transparent;}
.rootmenuitembreadcrumb td{padding:0 10px 0 9px;height:40px;cursor:pointer;cursor:hand;border-right:1px #A00 solid;}
.rootmenuitembreadcrumb td span{font-family:Verdana, Arial, Helvetica, sans-serif;color:#000;font-size:12px;font-weight:bold;} /* text */
.rootmenuitemselected
{
	background: White;
	font-color: Black;
}
.rootmenuitemselected td{padding:0 14px 0 15px; height:40px; border-top:solid 1 darkkhaki; border-bottom:solid 1 darkkhaki; border-right:1px #000 solid; cursor:pointer;cursor:hand;}
.rootmenuitemselected td span{font-family:Verdana, Arial, Helvetica, sans-serif;color:black;font-size:12px;font-weight:bold;} /* text */
.MainMenu_MenuBreak{display:none;}

.AnnouncementHeader
{
	margin: 10px 0px 0px 0px;
	font-size: 1.6em;
	font-style: italic;
	text-align: left;
}

.AnnouncementTitles
{
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	color: White;
	background-color: Black; /* PaleGreen; */
	border-top: PaleGreen 14px solid;
	padding-top: 1px;
	padding-left: 4px;
    padding-bottom: 2px;
	border-bottom: Orange 2px solid;
    width: 100%;
}

