body {
font-family:Georgia, "Times New Roman", Times, serif;
background-color: #eaeded;
}
.header {
	background-color: #6A0000;
	height: 110px;
	color:#FFFFFF;
	text-align:center;
	line-height:110px;
}

.page_title{
	text-align:center;
	font-size:24px;
	font-weight:bold;
}

.menu ul {
list-style-type:none;
margin:0;
padding:0;

}

.menu li { 
float:left; 
}  

.menu a:link, .menu a:visited {
display:block;
width:150px;
font-weight:bold;
color:#FFFFFF;
background-color:#990000;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
margin-right:1px;
font-size:14px;
}

.menu a:hover, .menu a:active { 
background-color:#460000;
}

.menu{
	display: table;
margin-left:auto;
margin-right:auto;
}

.contents {
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	min-height:300px;
	background-color:white;
	width:73%;
}


.footer {
	background-color: #D3D3D3;
	height: 35px;
	text-align:center;
	line-height:35px;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    width: 325px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}


fieldset input, fieldset textarea, fieldset select
{
width: 320px;
}

.menu_wrapper{
	text-align:center;
	background-color: #990000;
	height: 44px;
	text-align:center;
	line-height:35px;
}

.error_message{
	width:50%;
	height:40px;
	background-color:#e74b4b;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	line-height:40px;
}

.success_message{
	width:50%;
	height:40px;
	background-color:#aff2a0;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	line-height:40px;
}


