/* Global Styles */
body {
	font: .9em "Verdana", "Tahoma", sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	/*background: #ECF5FF;*/
	background: #fff;
	}
a {
	text-decoration: none;
	/*font-weight: bold;*/
	color: #0063C6;
}
a:hover { text-decoration: underline; }
a img { border: 0px none; }

span {font-weight:bold;}


/* Page Layout */
#head {
	background: #0063C6;
	padding: 1em;
	height: 75px;
	color: #fff;
	border-bottom: 3px double #006;
	
}
#logo {
	position: absolute;
	top: 32px;
	width: 270px;
	height: 45px;
	left: 25px;
}
#nav {
	background: #663399;
	border-top: 3px double #006;
	border-bottom: 3px double #006;
	padding: 0.2em;
	color: #fff;
	font-size: 1.2em;
	text-align: right;
}

#title {
	background: #99CCFF;
	width: 100%;
	height: 95px;
	text-align: center;
	color: #000;
	}

#imgfloat 
{
float:left
}

#footer {
	background: #79BCFF;
	border-top: 3px double #006;
	border-bottom: 3px double #006;
	padding: .2em;
	color: #006;
	font-size: .85em;
	text-align: center;
	clear: both;
	
}

#wrapper { 
	width: 90%;
	}

#mainNav {
	width: 18%;
	float: left;
	padding-top: 20px;
	font-size: 1.2em;
	background: #a6d9ec;
	color: #ffff;
}

#content {
	width:78%;
	float: right;
	}
	
#maincontent {
	width: 72%;
	float: left;
	padding-bottom: 10px;
	padding-top: 20px;	
	margin: 2px;
	
	
}
	

#announcement {
	width: 25%;
	float: right;
	padding-top: 20px;
	padding-left: 5px;
	font-size: 1.2em;
	background: #a6d9ec;
	color: #000099;
	
}

#announcement li {
			padding-left: 5px;
			padding-right: 5px;
}


#mainNav li {
			padding-left: 3px;
			padding-right: 5px;
}

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

.glossymenu a.menuitem{
background: black url(../images/glossyback.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: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.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(../images/glossyback2.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;
color: white;
}
