@charset "utf-8";
.topstrip {
	background-color: #E4E4E4;
	height: 50px;
	width: 100%;
	background-repeat: repeat-x;
}
.middletop {
	height: 50px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
}
.med {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.smallish {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}

.jesholder {
	float: right;
	height: 40px;
	width: 100px;
}
.rightsideholder {
	background-color: #FFF;
	float: right;
	height: auto;
	width: 290px;
	margin-right: 50px;
	border: 1px solid #CCC;
	margin-top: 50px;
	filter: alpha(opacity=100);
	-moz-opacity: .100;
	overflow-y: auto;
	padding: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}
.headertext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000;
	font-weight: bold;
}


.mainmiddle {
	height: 450px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
}
