body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4069AA;
	margin: 0px;
	text-align: center;
	
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
h1, h2, h3, h4, h5, h6 {
	text-decoration: none:
	}
	
a{
	text-decoration: underline;
	}

img {
	border: 0;
	}
	

.head {
	background-image: url(../images/head-bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #aec2e1;
	height: 117px;
	margin: 0px 0px 0px 0px;
}

.masthead{
	background-image: url(../images/masthead.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 117px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	}

.main {
	background-image: url(../images/main-bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	min-height: 250px;
	margin: 0px 0px 0px 0px;
}

#inner {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 797px;
	text-align: left;
	padding-top: 5px;
	}
	
.content {
	margin-left: 150px;
	margin-top: 13px;
	margin-right: 25px;
}

.footer {
	background-image: url(../images/footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 34px;
	margin: 0px 0px 0px 0px;
}

.copyright {
	text-align: center;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;	}



/**************** MENU *********************/
#mainmenu {
	margin-top: 5px;
	margin-left: 7px;
	padding:0;
	list-style-type:none;
	float: left;
}

#mainmenu a {
	display:block;
	height:20px;
	width:122px;
	padding:0;
	text-decoration: none;
	color: #4774bd;
	font-weight: bold;
	padding-left: 15px;
	line-height: 1.5;
}

#mainmenu a {
	background:url(../images/nav.gif) no-repeat left top;
	}


#mainmenu a:hover {
	background-position:left center;
	color: #ffffff;
	}
