/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	}
h1 
{
	font-family: Helvetica;
	font-size: 22px;
	font-weight: bold;
	color: rgb(225,90,36);	
}	
h2
{
	font-family: Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: rgb(225,90,36);	
}	
.layout {
	border: 1px solid #000000;
	width: 100%;
	height: 100%;
	padding: 0;	
	}

.header 
{
	background-color: #262375;	
	border-bottom: 1px solid #000000;
	}
	
.leftmenu {
	width: 150px;
	border-right: 1px solid #000000;
	padding-left: 0px;
	padding-top: 3px;
	text-align: center;
	background-color: #9F9DE1;
	}
.quickbar {
	border-bottom: 1px solid #000000;
	background-color: #9F9DE1;
	}

.content {
	border-right: 1px solid #000000;
	padding-left: 5px;
	width: 100%;
	
	}

.footer {
	border-top: 1px solid #000000;
	text-align: center;
	background-color: #9F9DE1;
	}
	
.menuitem {
	background-color: #262375;
	border: 1px solid #000000;
	width: 249px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	cursor: hand;
}

a:hover.menuitem {
	background-color: #7C7AD8;

}
.submenu 
{
	background-color: #ffffff;
	border: 1px solid #000000;
	width: 245px;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 2px;
}

.submenu a
{
	text-decoration: none;
	border-bottom: 1px solid #000000;
	width: 245px;
	display: block;
	cursor: hand;
}

.submenu a:hover
{
	background-color: Silver;
}

