body {
       padding: 0px;
       margin: 0px;
       background-color: #FF6633;
       text-align: center;
       font-size: 14px;
       font-family: sans-serif;
       color: #FFFFFF;
}

#main {
       background-color: #FFFF99;
       width: 900px;
       margin: 25px auto;
       border-color: #000099;
       border-width: 2px;
       border-style: solid;
}

#title {
       background-color: #3399FF;
       padding: 1px 0px;
       margin: 0px;
       width: 900px;
}
#title img {
	width: 870px;
	height: 159px;
}

#content {
       overflow: hidden;
       clear: both;
       padding-top: 8px;
}

#centerContentContainer {
       float: right;
       margin: 10px 20px 25px 0px;
       width: 650px;
       background-color: #FFFF99;
       text-align: left;
       padding: 1px;
}

#centerContent{
       padding: 0px 10px;
       color: #000099;
}

#centerContent img {
	width: 600px;
	height: 400px;
}

#footer {
	clear: both;
       background-color: #3399FF;
       padding: 10px 0px;
       margin: 0px;
       width: 900px;
}

/*sidebar */

#sidebarmenu ul{
	float: left;
	margin: 10px;
	padding: 0;
	width: 140px; 
	list-style-type: none;
	font: bold 14px Verdana;
	border-left:1px solid #000099;
	border-top:1px solid #000099;
}

#sidebarmenu li a{
	display: block;
	overflow: auto; 
	background: #3399FF; 
	color: white;
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid #000099;
	border-right: 1px solid #000099;
}

#sidebarmenu li ul{
	position: absolute;
	margin-top: -24px;
	margin-left: 140px;
}

#sidebarmenu ul a:hover{
	background: #FF6633; 
	color: white;
}

/* -----------New Navbar--------------- */

.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 150px; 
	float: left;
}

.glossymenu a.menuitem{
	width: 150px;
	background: #3399FF;
	font: bold 14px Verdana;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	border:1px solid #000099;	

}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: #3399FF; 
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: bold 10px Verdana;
	color: white;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
}

/* Hovering*/

.glossymenu a:hover{
	background: #FF6633;
	color: white;
}

.glossymenu div.submenu ul li a:hover{
	background: #FF6633;
	color: white;
}