#header {
	height: 100px;
	text-align:center;

}

#centreposition {
	padding-right: 20px;
	padding-left: 22%;
	background-color: #FFFFF7;
	height: 1%;
}

/* The centrecontent style is set up for a 2 column layout.  
If you want a 3 column layout then change the centreposition style like this:   padding-right: 200px; 
<div id="right"> Write the content for your right hand column inside an id-"right" div like this </div> */

#centrecontent {
	z-index: 100;
	min-width: 1px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 10px;
	height: 1%;
}

#footer {
/*	background-color: #FFFFF7; */
	bottom: 0;
	width: 200px;
       position: relative;
	text-align:center;
}

#left {
	width: 20%;
	position: absolute;
	top: 100px;
	left: 0px;
	padding: 10px 0px 10px 6px;
}



#right {
	width: 130px;
	position: absolute;
	top: 100px;
	right: 0px;
	height: 1%;
}

/* Computer-Zen www.computer-zen.com is part of the VORD Web Design Network www.vordweb.co.uk */

#topBanner { text-align: center; padding-bottom: 10px; }
#bodyLeft { position: absolute; width: 30%; }
#bodyRight { position: absolute; margin: 5px 25px 25px 225px; width: 70%; }
#bodyContent { position: relative; }

body {
	width:99%;
	margin:10px 0px; padding:0px;
	text-align:center;
	background-image: url(Background.gif);
	background-repeat: repeat-x; 
	background-color: #87AEC5;
/*	border:2px dashed #333; */

	}
	
#Content {
	width:700px; 
	height: 1%;
	margin:0px auto;
	text-align:left;
	padding:5px;
/*	border:3px dashed #333;
	background-color:#eee; */
 	}








.glossymenu{
margin: 3px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(glossyback3.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}

.newsmenu{
margin: 3px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.newsmenu a.menuitem2{
background: black url(glossyback3.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white; /* news and info title color */
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

.newsmenu div.submenu2{ /*DIV that contains each sub menu*/
background: white;
}

}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

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

.glossymenu a.menuitem:hover{
background-image: url(glossyback3.gif);
}

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

.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: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}


