.Titlebar {
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 640px;
	font-family: "Trebuchet MS";
}
.menubar {
	background-image: url(images/bluebar.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 640px;
}
#Content {
	height: 600px;
	width: 640px;
	position: fixed;
}

.leftbar {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 350px;
	width: 275px;
	background-image: url(images/greyback.gif);
	background-repeat: repeat;
}
.rightbar {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 350px;
	width: 365px;
	background-image: url(images/greyback.gif);
	background-repeat: repeat;
}
.menuitem {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #FFFFFF;
}

.maintext {
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-align: justify;
	line-height: 14px;
	margin-right: 20px;
	margin-left: 20px;
	width: 250px;
	padding: 0px;
}
.whitetext {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: baseline;
	line-height: normal;
	white-space: normal;
}
.text {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
}

.mainsmalltext {

	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: justify;
	line-height: 14px;
	margin-right: 20px;
	margin-left: 20px;
	width: 250px;
	padding: 0px;
}
.maintextbig {

	font-family: "Trebuchet MS";
	font-size: 18px;
	text-align: justify;
	line-height: normal;
	margin-right: 20px;
	margin-left: 20px;
	width: 250px;
	padding: 0px;
}
.mainsmalltextitalic {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: justify;
	line-height: 14px;
	margin-right: 20px;
	margin-left: 20px;
	width: 250px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
.mainsmalltextbold {
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-align: justify;
	line-height: 14px;
	margin-right: 20px;
	margin-left: 20px;
	width: 250px;
	padding: 0px;
	font-style: normal;
	font-weight: bolder;
}
