/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/


#page {
    padding: 0;
    margin: 0 auto;
    width: 960px;
    height:auto;
    text-align:center;
}


/* Header */
#header {
	width: 960px;
/*	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;
}

#breadcrumb 
{
     clear:both;
	float: Left;
}

#menu 
{
	float: Left;
	width:960px;
	text-transform: lowercase;
}

/* Page */


#maincontainer 
{
    clear:both;
	width: 960px;
	height: 20px;	
	background: url(images/topnav.jpg) repeat-x top left;
}
/* top pane */
.TopPane {
    float:left;
	width: 960px;
	padding: 5px 0 0 0;
}



/* content pane */
.contentpane 
{
	float:left;
	width: 960px;
	height:auto;
}


/* Post */



/* Footer */

#footer {
	clear: both;
	height: 50px;
	padding-top: 5px;
	background: #AC0A22 url(images/img05.gif) repeat-x;
	text-align: center;
	font-size: 10px;
	color: #cc6666;
}

#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;}

