body {
	background-image: url(../images/layout/background.png);
	background-repeat: repeat-y;
	background-position: 17px;
	padding: 7px;
}

body a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
	text-decoration: none;
}
.titleleft {
	background-image: url(../images/layout/titleside.jpg);
	height: 50px;
	width: 35px;
	background-repeat: no-repeat;
	background-position: left;
	position: absolute;
	left: 0px;
	top: 0px;
}

.titleright {
	background-image: url(../images/layout/titleside.jpg);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	height: 50px;
	width: 35px;
	top: 0px;
	right: 0px;
}
.titlecenter {
	height: 50px;
	width: 695px;
	background-image: url(../images/layout/titlecenter.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bolder;
	font-style: normal;
	position: absolute;
	left: 160px;
	top: 10px;
}
.navbutton {
	height: auto;
	width: 137px;
	text-align: left;
	vertical-align: middle;
	position: absolute;
	left: 7px;
	top: 80px;
}


.navbutton a{
	display: block;
	height: 35px;
	width: 120px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/layout/button.jpg);
	padding-top: 15px;
	padding-left: 15px;
}
.navbutton a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}

.mainbody {
	background-image: none;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 650px;
	height: 650px;
	position: absolute;
	left: 185px;
	top: 60px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
	position: absolute;
	bottom: 5px;
	right: 10px;
	text-align: center;
}
.echotext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003300;
}
.logo {
	background-image: url(../images/layout/logo.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 150px;
	position: absolute;
	left: 7px;
	top: 10px;
	}

.bottomlogos {
	position: absolute;
	height: 30px;
	width: 650px;
	top: 500px;
}

.bottomlogos img {
	padding-right: 5px;
	padding-left: 5px;

}

.AccordionPanel a {
	color: #003300;
	text-decoration: none;
	font-size: 12px;

}

.AccordionPanel a:hover {
	color:#FF3300;
	text-decoration: none;
	font-size: 12px;

}