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

body {
	background-image: url(images/bg.jpg);
	background-position: top center;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-color: #172F4F;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #1E539B;
	text-transoform: uppercase;
	margin: 0;
	padding: 0;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

li {
	padding-bottom: 10px;
}

.page {
	width: 902px;
	margin: 0 auto;
	background-image: url(images/bg_end.jpg);
	background-repeat: repeat-y;
	border-left: 1px solid #162F4E;
	border-right: 1px solid #162F4E;
}

.header {
	width: 902px;
	height: 154px;
	background-image: url(images/home_header_bg.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

.homeleft {
	width: 327px;
	min-height: 618px;
	background-image: url(images/home_left.gif);
	background-repeat: no-repeat;
	float: left;
}

.homeright {
	width: 575px;
	background-image: url(images/home_right.jpg);
	background-repeat: no-repeat;
	float: right;
}

.sub {
	background-image: url(images/sub_bg.gif);
	background-repeat: no-repeat;
	width: 902px;
}

.homeleftsub {
	width: 327px;
	min-height: 618px;
	float: left;
}

.homerightsub {
	width: 575px;
	float: right;
}

.tweet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #172f4f;
}

.tweet2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #172f4f;
}

.pagefooter {
	background-image: url(images/page_footer.gif);
	width: 902px;
	height: 60px;
	background-repeat: no-repeat;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #7b7b7b;
}

.pagefooter a:link, .pagefooter a:visited, .pagefooter a:active {
	color: #7b7b7b;
	text-decoration: none;
}
.pagefooterr a:hover {color: #7b7b7b;text-decoration: underline;}

.footer {
	color: white;
	padding: 10px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 900px;
	margin: 0 auto;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: white;
	text-decoration: underline;
}
.footer a:hover {color: #FFFFFF;text-decoration: underline;}

