@charset "utf-8";
/* CSS Document */
body {
	width: 900px;
	background-color: #576077;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.header {
	background-color: #FFF;
	height: 150px;
	width: 892px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	border-bottom-width: 4px;
	border-left-style: solid;
	border-left-color: #F00;
	border-left-width: 4px;
	border-right-style: solid;
	border-right-color: #F00;
	border-right-width: 4px;
}
img {  
	border-style: none;
}
p, form {
	margin: 0px;
}
ul {
	margin-left: 30px; 
	padding: 0px; /* Set margin and padding for cross browser consistency. */ 
	list-style-image: url(join/arrow-right.png);
	text-align: left; /* Centers navigation bar */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.t1 {
	color: #FFF;
	text-align: center;
}
.t2 {
	color: #000;
	font-weight: bold;
	text-align: center;
}
.main {
	background-color: #FFF;
	width: 892px;
	border-top-style: solid;
	border-top-color: #F00;
	border-top-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	border-bottom-width: 4px;
	border-left-style: solid;
	border-left-color: #F00;
	border-left-width: 4px;
	border-right-style: solid;
	border-right-color: #F00;
	border-right-width: 4px;
}
