.navbar ul{
    list-style-type: none;
    margin-right: auto;
    margin-left:auto;
    padding: 0;
    overflow: hidden;
    width: 1064px;
}

.navbar li {
    float: left;
	display: table;
	text-align: center;
	width: 140px;
	background-color: transparent;
    height: 31px;

}

.navbar li li {
	float: none;
}

.navbar a:link, .navbar a:visited {
    display: block;
    width: 140px;
    font-weight: bold;
    color: #DC2E18;
    background-color: #000000;
    text-align: center;
    padding: 6px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: georgia;
}

.navbar a:hover, .navbar a:active {
    color: #F50606;
}
.navbar {
	margin: 0px;
	top:0px;
    bottom:0px;
	height: 31px;
	width:100%

}

.navbar nav{
	width: 100%;
	background-color: #000000;
	margin: auto;
}

.navbar ul ul {
	width: 152px;
	display: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
	float: none;
//	background-color: #000000;
	z-index: 1;
}

.navbar li ul li ul {
	position: relative;
}

.navbar li:hover ul {
 display: block;
 float: none;
}

.navbar li:hover ul li a {
	background-color: #000000;
    opacity: .95;
}

body {
	background-color: #151515;
	margin: 0px;
}

.content {
	color: #ffffff;
    font-family:georgia;
    font-size:18; 
	width: 960px;
	background-color: #a30000;
	height: auto;
	margin: 30px auto;
	margin-top: 0px;	
	padding: 15px;
	border-style: solid;
	border-color: #555555;
	border-width: 1px;
	border-top-color: #a30000;	
	border-top: 1px;
    
}

a:link, a:visited {
	color: #767676
}


footer {
	text-align: center;
	color: #F0FFFF;
    font-family:georgia;
	font-size: 11px;
}

.logo img {
	display: block;
	margin: 0 auto;
}

header {
	background-color: #000000;
	margin-bottom: 0px;
}

.horizontalbar {
	height: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #9C0204;
	border-width: 0px;
}


form{
    
    width:459px; 
}
label {
    display:block;
    margin-top:20px;
    letter-spacing:1px;
    font-size:25;
    
}

input, textarea{
    width:400px;
    height:30px;
    background:#EEEEEE;
    border:1px solid #dedede;
    padding:10px;
    margin-top:3px;
    font-size:20;
    font-family:georgia;
    color:#313131;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
}

textarea{
    height:500px;

}
#submit {
    width:127px;
    height:38px;
    background:url(1458logo.png);
    text-indent:-9999px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}

	#submit:hover {
	    opacity:.9;
	}
