@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#UAbanner {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #909440; /*red background*/
	height: 42px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	border-bottom: 1px solid #fff;
	min-width: 825px;
	background-image: url(../images/banner_tag.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

#UAbanner p {
	margin: 0; 
	padding: 0;}
.logo {
	float: left;
	}
#uahome {
	float: right; 
	margin: 0; 
	padding: 20px 10px 5px 0; 
	font-size: 12px;
	}
#uahome a {
	padding: 0 2px 0 2px; 
	color: #FFF; 
	text-decoration: none;
	}
#uahome a:hover {
	text-decoration: underline;
	}
	
#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/construction_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D3D4B4;
	border-bottom-color: #D3D4B4;
	border-left-color: #D3D4B4;
	margin-top: 0px;
}

#main {
	margin-top: 200px;

}

p {
	margin-right: auto;
	margin-left: auto;
	text-align: center;

}
h1 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	color: #000000;
	padding-top: 5px;

}

h2 {

}

img {
	padding: 10px;
	border: none;
}

.button {
	width: 171px;
	height: 36px;
	display:block;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 7px;
}

.button a {
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
}
.button a:hover {
	text-decoration: underline;
}