body {
	margin:25px 50px 0px;
}
	
#main {
	background:#fff;
}
#logo {
	text-align: center;
	z-index:1;
}
#gray_bar {
	position:relative;
	top:6px;
	height:7px;
	width:100%;
	background-color:#777777;
}
#nav_bar {
	position:relative;
	top:19px;
	width:100%;
	text-align:center;
}
#content {
	position:relative;
	top:12px;
	width:100%;
	text-align:center;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #777777;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #777777;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #777777;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #777777;
}
a:link {
	color: #990033;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #330000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #330000;
	font-weight:bold;
	text-decoration: underline;
}

