body {
	margin: 0px;
	text-align:center;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.topbar {
	margin: 0 auto;
	background-image: url(images/topbar.jpg);
	background-repeat: no-repeat;
	height: 101px;
	width: 775px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}
.menubar {
	margin: 0 auto;
	background-image: url(images/menubar.jpg);
	background-repeat: repeat-x;
	height: 29px;
	width: 775px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	vertical-align: middle;
}
.content {
	margin: 0 auto;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	height:auto;
	width: 775px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	background-color: #000039;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.footer {
	margin: 0 auto;
	height: 50px;
	width: 775px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#000066;
	font-size: 75%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
.footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	color: #CCCCCC;
}
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
.menutext a{
color:#000000;
	text-decoration: underline;	
}
.menutext a:hover{
	color: #666666;	
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #FFFFFF;
	line-height: 140%;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight:bold;
	color: #FFFFFF;
}
.imageholder {
	border: 1px solid #FFFFFF;
}

