@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #00466d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.container {
	font-family: "Trebuchet MS";
	background-color: #FFF;
	width: 804px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
}
.menu_image {
	background-color: #00466d;
}

img
{  border-style: none;
}
.Events {
	font-family: "Trebuchet MS";
	font-size: 14px;
	background-color: #FFF;
	text-align: left;
	float: left;
	width: 450px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.Calendar {
	font-family: "Trebuchet MS";
	font-size: 14px;
	background-color: #FFF;
	text-align: left;
	float: right;
	width: 310px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.Headline {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: 00466d;
}
.main_box {
	font-family: "Trebuchet MS";
	font-size: 14px;
	width: 795px;
	text-align: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.techsupportred {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #8C0B05;
}

