body {
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	background-color: #F4DB83;
}

#skiplink {
	color: #EBDEAF;
}
#skiplink a {
	color: #EBDEAF;
}

#topbanner {
	clear: none;
	height: 100px;
	background-color: #556985;
	background-repeat: no-repeat;
	background-position: left 0px;	
}
#hiddentitle, #hiddentitle span {
	height: 100px;
	text-align: right !important;
	background-image: url(images/title.gif);
	background-position: right;	
}

#hiddentitle span { 
	background-position:right 0px;
	
}

/* LEFT MENU BAR: navigation links */

#mainnav {
	float: left;
	width: 18%;
	background-color: #D8E0EC;
		
}
	
#mainnav ul {
	list-style-type:none ;
	margin: 0;
	padding: 0
}

#mainnav ul li {
		list-style-type: none;
}	

#mainnav ul li a {
	display: block;
	text-decoration: none;
	padding: 5px 18px 5px 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5C7DED;
}	

#mainnav ul li a:link, a:visited {
	color:#091D35;
	text-decoration: none;
}
	
#mainnav ul li a:hover  {
	background-color: #EBEBEB;
	color: #001E44;
}
	
#mainnav ul li a:active {text-decoration: none;}

#mainnav ul ul li a  {
	padding-left: 1.5em;
	font-weight: normal;

}
#mainnav ul ul li a:link {
	color: #333333;
}

/* PAGE CONTENT ATTRIBUTES */


#content {
	width: 80%;
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0.8em;
}

#content h2 {
	color: #712D00;
	font-size: 1.05em;
	font-weight: bold;
	padding: 2px 9px 0 0;
	margin-top: 0.8em;
	text-transform: uppercase;
}

#content h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #556985;
	border-bottom: 1px solid #556985;
	padding: 3px 0px;
}
#content h4 {
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
	font-style: italic;
}
	
#content p {
	color: #333333;
	text-decoration: none;
	margin: 10px;
}

#content p.bold {
	font-weight: bold;	
}

#content a {
	padding-left: 0px;
	color:#02327A;
}
#content a:link, a:active {
	background:none;
	text-decoration: underline;
}

#content a:visited {
	color: #4D60E1;
	text-decoration: underline;
}
#content a:hover {
	color:#556985;
	text-decoration: underline;
	}
#content ul {
	color: #FF0000;
}


#content ul li {
	list-style-type: none;
	color: #333333;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2%;
	padding-left: 3%;
	
}

#footer {
	background-color: #5F80B1;
	color: #C6D1E3;
	height: 3em;
}

#footer ul {
	margin-top: 0.3em;
}
#footer ul li  {
	display: inline;
}
#footer ul li a {
	color: #C6D1E3;
	text-decoration: none;
}
#footer ul li a:visited {
	color: #C6D1E3;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #B0BCCC;	
}
