@charset "utf-8";
body {
	background-image: url(images/background3.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FEF0FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-position: center top;
}
h1 {
	font-size: 21px;
	font-weight: bold;
	color: #0227CD;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #273951;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #06C;
	margin-bottom: 0px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #273951;
	margin-bottom: 0px;
	margin-top: 0px;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainSection {
	background-image: url(images/index_r2_c1.jpg);
	background-color: #90B4D8;
	background-repeat: repeat-y;
	vertical-align: top;
}
#footer {
	background-color: #90B4D8;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
#footer a {
	color: #054E83;
	text-decoration: none;
	font-size: 12px;
}

#header {
	background-color: #90B4D8;
	background-image: url(images/index_r1_c1.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-bottom: 14px;
}
#headerMenu {
	width: 600px;
	float: right;
}
.floatLeft {
	float: left;
}

#leftMenu {
	width: 175px;
	float: left;
}
#rightContent {
	width: 835px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 2px;
}
#leftMenu a {
	font-size: 90%;

}
#leftMenu li {
	font-size: 90%;
	list-style-type: none;
	margin-left: -30px;
	padding-bottom: 5px;
}
#feedSection {
	background-image: url(images/index_r2_c1.jpg);
	background-color: #90B4D8;
	background-repeat: repeat-y;
	vertical-align: top;
}
#feedContent {
	width: 800px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 2px;
	margin-left: 20px;
	margin-bottom: 5px;
}

#feedContent li {
	list-style-type: none;
	margin-left: -35px;
}
a:link {
	color: #008;
}
a:visited {
	color: #003;
}
a:hover {
	color: #06C;
}

