@charset "utf-8";
/* CSS Document */
/* Screen Media Type*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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-image:url(../media/other/bg.jpg);
	background-repeat:repeat-x;
}
.twoColFixLtHdr #container #mainContent .objects {
	border: 3px dotted #000066;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 5px;
	/*Rounded Corners*/
	-webkit-border-radius: 10px; /* Safari prototype */
	-moz-border-radius: 10px; /* Gecko browsers */
	border-radius: 10px; /* Everything else - limited support at the moment */
}
.twoColFixLtHdr #container #mainContent .objectserror {
	border: 2px solid #000066;
}
.twoColFixLtHdr {
	padding-top: 5px;
	padding-bottom: 5px;
}


.twoColFixLtHdr #container #mainContent .objectsport {
	border: 3px dotted #000066;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 5px;
	/*Rounded Corners*/
	-webkit-border-radius: 10px; /* Safari prototype */
	-moz-border-radius: 10px; /* Gecko browsers */
	border-radius: 10px; /* Everything else - limited support at the moment */
}
.twoColFixLtHdr #container {
	width: 80%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width:650px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	/*Rounded Corners*/
	-webkit-border-radius: 10px; /* Safari prototype */
	-moz-border-radius: 10px; /* Gecko browsers */
	border-radius: 10px; /*All Else */
	/*Box Shadow*/
	-webkit-box-shadow: 5px 5px 5px #888;/* Safari prototype */
	-moz-box-shadow: 5px 5px 5px #888;/* Gecko browsers */
	box-shadow: 5px 5px 5px #888;/*All Else */
}
.twoColFixLtHdr #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. */
	text-align:center;
	background-color: #000066;
	border-bottom-width: 3px;
	border-bottom-style: groove;
	border-bottom-color: #0000FF;
	/*Rounded Corners*/
	-webkit-border-top-left-radius: 10px; /*Safari*/
	-webkit-border-top-right-radius: 10px;/*Safari*/
	-moz-border-radius-topright: 10px;/*Gecko*/
	-moz-border-radius-topleft: 10px;/*Gecko*/
	border-top-left-radius: 10px;/*All Else*/
	border-top-right-radius: 10px;/*All Else*/
}
.twoColFixLtHdr #container #header img {
	padding-top: 5px;
	padding-bottom: 5px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #000066;
	padding-top: 15px;
	padding-right: 3px;
	padding-bottom: 20px;
	padding-left: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: groove;
	border-bottom-style: groove;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	/*Rounded Corners*/
	-webkit-border-bottom-right-radius: 10px;/*Safari*/
	-moz-border-radius-bottomright: 10px;/*Gecko*/
	border-bottom-right-radius: 10px;/*Else*/
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #footer {
	background-color: #000066;
	text-align: center;
	display: block;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	border-top-width: 3px;
	border-top-style: groove;
	border-top-color: #0033FF;
	border-right-color: #0033FF;
	border-bottom-color: #0033FF;
	border-left-color: #0033FF;
	font-size: 90%;
	/*Rounded Corners*/
	-webkit-border-bottom-right-radius: 10px;/*Safari*/
	-webkit-border-bottom-left-radius: 10px;/*Safari*/
	-moz-border-radius-bottomright: 10px;/*Gecko*/
	-moz-border-radius-bottomleft: 10px;/*Gecko*/
	border-bottom-right-radius: 10px;/*Else*/
	border-bottom-left-radius: 10px;/*Else*/
}
.twoColFixLtHdr #container #mainContent a {
	color: #000066;
	font-style: normal;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #0066FF;
	text-decoration: underline overline;
}
.twoColFixLtHdr #container #mainContent ul {
	list-style-type: none;
}

.twoColFixLtHdr #container #footer .footerdata li {
	display: inline;
	color: #FFFFFF;
	text-align: center;
	font-style:italic;
}
.twoColFixLtHdr #container #mainContent li {
}
.cpagelink {
	font-style: italic;
}

.twoColFixLtHdr #container #footer .footerdata ul {
	color: #FFFFFF;
}

.twoColFixLtHdr #container #footer .footerdata {
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
}
.twoColFixLtHdr #container #footer .footerdata a {
	color: #FFFFFF;
	font-style:normal;
}
.twoColFixLtHdr #container #footer .footerdata a:hover {
	color: #0066FF;
	text-decoration: underline overline;
}
.twoColFixLtHdr #container #sidebar1 ul {
	list-style-image: none;
	list-style-type: none;
	color:#FFFFFF;
	padding: 0px;
	margin-right: 0px;
}
.twoColFixLtHdr #container #sidebar1 a {
	display: block;
	padding: 10px;
	color:#FFFFFF
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	display: block;
	padding: 10px;
	background-color:#0000FF;
	text-decoration: underline overline;
}
.twoColFixLtHdr #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #FFFFFF;
}
.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;
}
hr {
	text-align: center;
	border-top-width: 3px;
	border-top-style: dashed;
	border-top-color: #000066;
}
h1 {
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	text-decoration: underline overline;
	color: #000066;
}
h2 {
	font-size: 115%;
	font-weight: bold;
	font-variant:small-caps;
	text-transform: uppercase;
	text-decoration: underline overline;
	color: #000066;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	text-decoration: underline overline;
	color: #000066;
}
h4 {
	font-size: 105%;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	text-decoration: underline overline;
	color: #000066;
}
form {
	text-align:center;
}
.formlabel {
	font-style:italic;
	float:left;
	width:125px;
	text-align:left;
	padding-right:30px;
	color: #FF0000;
}
.formlabel1 {
	font-style:italic;
	float:left;
	width:125px;
	text-align:left;
	padding-right:30px;
	color: #000;
}
.formrow {
	height:60px;
	text-align:left;
}
abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.objcenter {
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#cpage{
	color:#FFFFFF;
	list-style-image: none;
	list-style-type: none;
	display: block;
	padding: 10px;
	background-color:#0000FF;
	text-decoration: underline overline;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	}
.formrowTall {
	height: 125px;
}

