body {
	background-color: #FFFFFF;
	background-image:url(../images/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
td {font-size: 10px;}
.content {
	width: 704px;
	margin: 0 auto;
}
.title {background-image:url(../images/newtitle.gif);
	width:704px;height:74px;}
.bottom {background-image:url(../images/bottombg.gif);
	width:704px;height:65px;
	border-top: 1px solid #666666;
	vertical-align:bottom;
	text-align:center;
	}
.menu {
	border:1px solid #666666;
	background-color:#FFFFCC;
}
.menu a { text-decoration:none;color:#333333;}
.menu a:hover { text-decoration:underline;color:#660000;}
.maincontent {
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	background-color:#FFFFFF;
}
.admin {
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	background-color:#FFFFFF;
}
.maincontent table {width:100%;}
.text {
	border-right:1px dotted #cccccc;
	text-align:left;
	padding:10px;
	vertical-align: top;
}
.image {
	position:relative;
	width: 245px;
	float:right;
	padding: 10px;
	text-align:center;
}
h3 {
	font-size: 12px;
}