@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #4ea3cb;
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 11px;
}
#footer a {
	font-family: verdana;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
#footer {
	color: #FFF;
}


#bodcontainer {
	width: 880px;
	position: relative;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-y;
}
#header {
	width: 880px;
	position: relative;
	z-index: 99;
}
#footer a:hover {
	font-family: verdana;
	font-size: 11px;
	color: #C9F4FD;
	text-decoration: none;
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}.redtext {
	color: #F00;
	text-decoration: none;
}
.bluetext {
	color: #348DB8;
	text-decoration: none;
}

