@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.thrColFix #container {
	width: 100%;  /* 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: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 20%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	height: 800px;
	background-color: #EBEBEB;
	background-image: url(../images/body-bkg-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 20%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-image: url(../images/body-bkg-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 800px;
}
.thrColFix #mainContent {
	margin-top: 0;
	margin-right: 21%;
	margin-bottom: 0;
	margin-left: 21%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent h1 {
	font-family: BritannicEFLight, Arial;
	font-size: 1.6em;
	color: #000066;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainContent #mainNav {
	height: 50px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent #mainNav ul {
	text-align: left;
	display: inline;
}
#mainContent #mainNav li {
	font-size: 0.8em;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent #mainNav a {
	display: block;
	width: 115px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 7px;
	color: #000033;
	text-decoration: none;
	background-image: url(../images/button-bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
#mainContent #mainNav a:hover {
	display: block;
	width: 115px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 7px;
	color: #000033;
	text-decoration: none;
	background-image: url(../images/button-bkg-hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
}
#mainContent #logo {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.infoLinks h2 {
	font-family: BritannicEFLight, Arial;
	font-size: 1.2em;
	color: #000033;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.infoLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000066;
}
.infoLinks li {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	list-style-type: none;
}
.infoLinks ul {
	text-align: left;
	display: block;
}
#mainContent #Flash {
	height: 300px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#mainContent #footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	font-size: .8em;
}
#mainContent #contact {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;

}
.success {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000066;
	background-color: #D7EEFE;
	margin: 5px;
	padding: 5px;
	border: 1px solid #000000;
}

