@charset "UTF-8";
/* CSS Document */

/* BODY ELEMENTS */

body {
	margin: 0px;
	padding: 0px;
	background-color: #9CB8CF;
	display: block;
	visibility: visible;
	vertical-align: 100%;
	height: 100%;
	width: 100%;
}

#bg_image {
	position: fixed;
	background-image: url(html_images/build_bkg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
}

.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
}

ul {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
}

/* GENERAL LINKS */
a:link {
	COLOR: #213b4e; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	TEXT-DECORATION: none
}

a:visited {
	COLOR: #213b4e; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	TEXT-DECORATION: none
}

a:hover {
	COLOR: #FFFFFF; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	TEXT-DECORATION: underline;
}

a:active {
	COLOR: #213b4e; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	TEXT-DECORATION: none;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #213B4E;
	float: right;
	width: 800px;
	margin-top: 665px;
	font-weight: bold;
	height: 20px;
	clear: both;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: fixed;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
