@charset "utf-8";
body  {
	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: #B8CFE7;
	background-color: #223762;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 90%;
}
.twoColFixRtHdr #container {
	width: 980px;
	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;
	background-color: #223762;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center 550px;
} 
.twoColFixRtHdr #header {
	background-color: #223762;
	height: 129px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.picborder {
	padding: 3px;
	margin-bottom: 10px;
	border: 1px solid #666;
}

.aligncentre {
	text-align: center;
}
.buttonspace {
	padding-right: 55px;
	padding-left: 55px;
}

h1 {
	color: #B1E129;
	font-size: 120%;
}

.twoColFixRtHdr #mainContent {
	margin-top: 50px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
} 
.sidebox {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.twoColFixRtHdr #footer {
	height: 80px;
	background-image: url(images/footerpic.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.logopadding {
	padding-right: 20px;
}

.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;
}.twoColFixRtHdr #menu {
	background-color: #223762;
	background-image: url(images/header3.jpg);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #flash {
	background-color: #121D34;
	height: 385px;
}
.twoColFixRtHdr #mainContenthome {
	background-color: #223762;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

a:link {
	color: #8CB3D9;
}
.alignright {
	text-align: right;
}
.floatright {
	float: right;
	margin-left: 20px;
}
a:visited {
	color: #8CB3D9;
}
a:hover {
	color: #8CB3D9;
	text-decoration: none;
}
.boxtext {
	color: #A4A030;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADA82C;
	display: block;
	text-align: center;
	padding-bottom: 5px;
}
.formpadding {
	width: 300px;
	margin-left: 100px;
}
.twoColFixRtHdr #sidebarblue {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.picborder {
	padding: 3px;
	border: 1px solid #CCC;
}

.sidebartext {

}
h2 {
	font-size: 110%;
}

