@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFF;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 650px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 150px;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #333333;
	background-color: #060;
	background-image: url(images/images/header_bg_02.jpg);
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	font-size: 75%;
	min-height: 700px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-size: 75%;
	background-color: #FFFFBF;
	color: #CCCCCC;
	background-image: url(images/images/header_bg_02.jpg);
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.mainlink    {
	font-size: 110%;
	color: #00cc00;
}
.mainlink a {
	color: #006666;
	text-decoration: underline;
}
.mainlink a:hover {
	color: #FF0000;
	text-decoration: none;
}
.compulsory {
	font-size: 75%;
	color: #FF0000;
}
.notetext {
	font-size: 80%;
	color: #666666;
}
#form {
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
}
#neweventtable {
	float: left;
	width: 100%;
}
.btncal {
	background-image: url(img/cal.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.style11 {font-size: 75%; font-weight: bold; }
.oneColFixCtrHdr #footer a {
	font-size: 75%;
	color: #FF3300;
}
#testbox {
	background-color: #666666;
	height: 199px;
	width: 199px;
}
.mainlink2 {
	color: #FF9900;
	font-size: 100%;
}
.style11normal {
	font-size: 72%;
	font-weight: normal;
}
.whitetext {
	color: #FFFFFF;
}
.header {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 130%;
}
.header a {
	font-size: 120%;
	font-weight: bold;
	color: #666666;
	line-height: 150%;
}

.normal {
	font-size: 10px;
	font-weight: normal;
}
.redwarning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
.whitebg {
	background-color: #FFF;
}
#Div1 {
	height: auto;
	width: 200px;
	position: fixed;
	visibility: hidden;
	overflow: hidden;
	z-index: 1001;
}
.oneColFixCtrHdr #mainContent2 {
	font-size: 75%;
	min-height: 700px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

