@charset "UTF-8";
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
/* CSS Document */
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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCC;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}

.thrColFixHdr #container {
	width: 760px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	border-top-width: 0px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3F56FF;
	border-bottom-color: #3F56FF;
	border-left-color: #3F56FF;
} 
.thrColFixHdr #header {  
	padding: 0;
	margin: 0;
} 
.thrColFixHdr #mainContent {
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../../images/bg-main.jpg);
} 
.thrColFixHdr #footer {
	padding: 2px 5px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 0.8em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
} 
.thrColFixHdr #footer p {
	margin:0px;
	padding: 3px;
	height:12px;
	font-size: .9em;
}
.thrColFixHdr #footer #copy {
	float:left;
}
.thrColFixHdr #footer #sitemap {
	float:right;
}
.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;
}
.floatClear { /* 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;
}
#navbar {
	margin: 0;
	text-align: left;
	padding: 2px 0px;
	background-color: #3F56FF;
}
#navbar a:link {
	color: #FFFFFF;
	text-decoration:none;
}
#navbar a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#navbar a:hover {
	color: #3F56FF;
	background-color:#FFFFFF;
	text-decoration:none;
}
#navbar a:active {
	color: #3F56FF;
	background-color:#FFFFFF;
	text-decoration:none;
}
#navlist {
	display: inline;
	list-style-type: none;
}
#navlist li {
	display: inline;
	margin: .2em .2em .2em 4em;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #3F56FF;
	margin: .5em 0 0 0;
	padding: 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #1A4B9D;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #3F56FF;
	margin: 0;
	padding: 0;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #3F56FF;
	margin: 0;
	padding: 0;
}
input, textarea {
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	border: 1px solid #3F56FF;
	font-size: 1.1em;
	background-color: #FFFFFF;
}
th {
	font-size: 1em;
	font-weight: bold;
	color: #3F56FF;
	text-align: center;
}
.thrColFixHdr #mainContentNoBG {
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
img.floatRight-image {
	float: right;
	margin-left: 8px;
	border: 1px solid #556dff;
}
div.floatRight-div {
	text-align: center;
	float: right;
}
.thrColFixHdr #container #mainContent .floatRight-div p {
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
