body { 
	background-color: #aba299; 
	color: black; 
	font-family: arial;
	font-size: 12px;
	margin: auto;
	position: relative;
	text-align: center;
}

#container {
	width: 790px;
	background-color: #FFFFFF;
	margin: auto;
	position: relative;
	display: block;
	text-align: center;
}

#banner {
	background-image: url(templ-bg_act-st.jpg);
	background-repeat: no-repeat;
	background-position: fixed;
	width: 100%;
	height: 150px;
}

#bannerLogo {
	width: 150px;
	float: left;
	padding-top: 25px;
	padding-left: 45px;
}

#content {
	width: 100%;
	background-color: #FFFFFF;
	display: block;
	float: left;
}

.dialog {
	width: 550px;
	height: 425px;
	padding-left: 10px;
	text-align: left;
	float: left;
	overflow: hidden;
}

#box {
	width: 200px;
	padding-right: 17px;
	text-align: right;
	float: left;
}

#footer {
	width: 100%;
	height: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ffffff;
	float: left;
}

#footerSeparator {
	width: 98%;
	padding-bottom: 5px;
	border-top: 2px solid #5998c8; 
	margin: auto;
	position: relative;
	text-align: center;
}

.runaware {
	width: 110px;
	height: 15px;
	float: right;
	font-family: arial;
	font-size: 10px;
	text-align: right;
	color: #aba299;
	padding-right: 10px;
	padding-top: 10px;
}

.footer {
	width: 45%;
	font-family: arial;
	font-size: 11px;
	text-align: left;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

/* hyperlink effects */
.footer a:link { 
	color: #6f8db9; 
	text-decoration: none;
}
.footer a:visited { 
	color: #6f8db9; 
	text-decoration: none;
}
.footer a:hover { 
	color: purple; 
	text-decoration: underline;
}
.runaware a:link { 
	color: #aba299; 
	text-decoration: none;
}
.runaware a:visited { 
	color: #aba299; 
	text-decoration: none;
}
.runaware a:hover { 
	color: #6f8db9; 
	text-decoration: underline;
}

