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

#wrapper {
	height: auto;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height: 153px;
	width: 850px;
	top: 0px;
	left: auto;
	right: auto;
	bottom: 0px;
	background-position: center;
}
#navbar {
	height: 85px;
	width: 850px;
	background-image: url(towers.jpg);
}


#body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
	height: auto;
	width: 850px;
	line-height: 115%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#footer {
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: normal;
	text-align: center;
	padding-top: 8px;
}

.ref_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 120%;
}
.ref_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 120%;
}


.contact_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.contact_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	font-weight: bold;
}


.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.navbar {
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
