#skin {
    padding: 0;
    margin: 0 0;
	width: 100%;
	height: auto;
	text-align:center;
/*    background: url(/portals/1/skins/grey_bot_bg.png) repeat-x top left;  */
	background: #cccccc;
}

#skinInner 
{
     padding: 0;
    margin: 0 auto;
   text-align:center;
    background: #FFFFFF; 
    width: 888px;
    height: auto;
   border-left: 0px solid #cccccc;
    border-right: 0px solid #cccccc;
    border-bottom: 0px solid #cccccc; 
}

#page {
    padding: 0;
    margin: 0 auto;
    width: 828px;
    height: 1024px;
    text-align:center;
}


/* Header */
#header {
	width: 828px;
/*	background: url(images/img02.jpg); */
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FAE6D4;
}

#header a {
	border: none;
	text-decoration: none;
	color: #FAE6D4;
}

#header a:hover {
	text-decoration: underline;
}

#logo 
{
	float: left;
	padding: 10px 0 0 5px;
}

#login {
	float: right;
	padding: 20px 5px 0 0;
	font-size: 13px;
	color: #666666;
}

#login a {
	border: none;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;	font-size: 13px;

}

#login a:hover {
	text-decoration: underline;
	border-bottom: dotted 1px #cccccc;
}

#date {
	float: right;
	clear:right;
	padding: 0 5px 0 0;
	font-size: 10px;	color: #666666;
}

#menu 
{
	float: Left;
	width:828px;
	text-transform: lowercase;
}

/* Page */


#maincontainer 
{
    clear:both;
	width: 828px;
	height: 20px;	
	background: url(images/topnav.jpg) repeat-x top left;
}
/* top pane */
.TopPane {
    float:left;
	padding: 2px 0 2px 0;
	width:828px;
}

.BottomPane {
    float:left;
	padding: 2px 0 2px 0;
	width:828px;
}
/* left pane */
.Leftpane 
{
    float:left;
	width: 200px;
	padding-right: 5px;
}

/* content pane */
.contentpane 
{
	float:left;
	width: 600px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 0px dotted #cccccc;
	border-left: 1px dotted #cccccc;
}

/* Right pane */
.Rightpane 
{
	float:right;
	width: 0px;
	padding-left: 5px;
/*	background: url(/portals/1/skins/grey_bot_bg.png) repeat-x bottom left; */
}

/* Post */



/* Footer */

#footer {
	clear: both;
	height: 30px;
	padding-top: 5px;
	background: #cc0000;
	text-align: center;
	font-size: 10px;
	color: #cccccc;
}

#footer a {
	border: none;
	color: #F29DAE;
}

/*========================================================*/
/*     Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu    --*/ .MainMenu_MenuContainer { background: #999999; }
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: lightgrey; }
/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { margin: 1px 0 0 0; }
/*-- menuitems idle             --*/ .MainMenu_Idle TD { color: #EEE; background: #999999; font-size: 8pt; padding: 10px 0px 9px 0px; font-weight: bold; }
/*-- menuitems over             --*/ .MainMenu_Selected TD { color: #FFF; background: #333333; font-size: 8pt; padding: 10px 0px 9px 0px; font-weight: bold; }
/*-- menuitems active           --*/ .MainMenu_Active TD, .MainMenu_BreadcrumbActive TD { color: #FFF; background: #666666; font-size: 8pt; padding: 10px 0px 9px 0px; font-weight: bold; }
/*-- middle seperator           --*/ .MainMenu_Seperator { background: url(images/nav2-div.gif) no-repeat top center transparent; width:1px; height: 32px; font-size:1px; }
/*-- not needed - main menu     --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }
/*-- module menu continer       --*/ .ModuleTitle_MenuContainer { color: #2c2c2c; }
/*-- module menu bar            --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- not needed - module menu   --*/ .MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow { display: none; }
									 
									 .ModuleTitle_MenuIcon {display:none; }
									 .ModuleTitle_MenuIcon IMG { display:none; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none;	border-left-style: none; border-bottom-style: none; background:#cccccc;  vertical-align:top;}

/*-- submenu items idle         --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { background: #cccccc; color: #666666; font-family: tahoma, sans-serif; font-size: 11px; font-weight: bold; font-style: normal; padding: 0px 30px 0px 16px; height: 20px; border: 0;}
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { background: #990000; color: #FFF; font-family: tahoma, sans-serif; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; padding: 0px 30px 0px 16px; height: 20px; border: 0;}
