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

a {
	text-decoration: none;
	color: #009900;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #009900;
	font-weight: bold;
}


img, img a{
	border:none;
	}

Body {
	background-attachment: fixed;
	background-image: url(../img/layout_readingzone_bg.png);
	background-repeat: no-repeat;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #3495f4;
	background-position: center top;
}

.Header {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../img/header_s1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 263px;
	width: 773px;
}

.Footer {
	background-image: url(../img/footer_s1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 70px;
	width: 773px;
}

.Left_border {
	background-repeat: repeat-y;
	background-position: left;
	width: 12px;
}

.Right_border {
	background-repeat: repeat-y;
	background-position: right;
	width: 12px;
}

h1 {
	color: #3495f4;
	border-bottom: 1px dashed #E6E8ED;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #012F3F;
	border: 1px solid #000000;
}

.formheaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #57A6F5;
}

