@charset "UTF-8";
body {
	background-image: url(images/back_rep_blue.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0085F5;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	width: 842px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: right;
	background-image: url(images/back_rep_middle.jpg);
	background-repeat: repeat-y;
}

#backtop {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 50;
}

#header {
	position: absolute;
	top: 20px;
	left: 35px;
	z-index: 100;
}

#footer {
	background-image: url(images/back_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 80px;
}

#mainblock {
	position: absolute;
	z-index: 75;
	width: 842px;
	background-image: url(images/back_rep_middle.jpg);
	background-repeat: repeat-y;
	top: 474px;
	clear: left;
	left: 0px;
}
.textblock {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	line-height: 22px;
	color: #00345F;
	text-align: left;
}
.textblock strong {
	font-family: "Comic Sans MS", cursive;
	font-weight:bold;
	font-size: 14px;
	line-height: 22px;
	color: #ff0000;
	text-align: left;
}

.textblockright {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	line-height: 22px;
	color: #00345F;
	text-align: right;
}

.textblockright a:link {
	color: #00345F;
}

.textblockright a:visited {
	color: #00345F;
}

.textblockright a:hover {
	color: #FF0100;
}


.footerleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 75px;
	padding-top: 40px;
	font-weight: bold;
}

.footerleft strong {
	font-weight: normal;
}

.footerleft a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.footerleft a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.footerleft a:hover {
	color: #80c1f8;
	text-decoration: underline;
}

.footerright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #80c1f8;
	text-align: right;
	padding-top: 40px;
	padding-right: 75px;
}

.footerright a:link {
	color: #80c1f8;
	text-decoration: none;
}

.footerright a:visited {
	color: #80c1f8;
	text-decoration: none;
}

.footerright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.boldred {
	font-weight: bold;
	color: #F00;
}

.bigboldred {
	font-size:18px;
	font-weight: bold;
	color: #F00;
}


.someclass { 
}

a {
	color: #00345F;
}
a:hover {
	color: #ff0000;
}
.someclass1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
}


#ajaxticker1 {
	width: 380px;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

.formbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #FF0000;
	color: #00345F;
	padding: 2px;
}
.highlightbox {
	padding: 5px;
	border: 1px solid #F00;
}
