body {
background: url(images/body_bg.jpg) no-repeat;
background-color: #000000;
font-size: 12px;
font-family: Arial, Helvetica;
color: #D7D7D7;
}

body p {
text-align: justify;
line-height: 18px;
}

#wrapper {
width: 1080px;
margin-top: 111px;
}

#nav {
width: 490px;
float: left;
}

#content {
width: 560px;
float: left;
margin-top: 100px;
padding-top: 25px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 30px;
background: url(images/content_bg.png);
}

#content2 {
width: 560px;
float: left;
margin-top: 100px;
padding-top: 25px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 30px;
background: url(images/content_bg.png);
}

img, #content { behavior: url(iepngfix.htc); }

#keyart {
width: 170px;
float: left;
}

#title {
width: 250px;
float: left;
font-size: 12px;
font-weight: bold;
}

#clips {
width: 280;
float: left;
font-size: 12px;
}

#form {
display: block;
width: 100%;
margin-top: 20px;
margin-bottom: 200px;
}

#footer {
clear: both;
padding: 15px;
background: url('images/footer-bg.gif') no-repeat;
color: #898989;
font-size: 11px;
line-height: 18px;
}

#footer .footernav {
padding-left: 420px;
color: #000000;
}

a {
text-decoration: none;
}
a:link {
color: #C1D273;
}
a:visited {
color: #6A5844;
}
a:hover {
color: #BAB08C;
}
a.bottom:link {
color: #C1D273;
}
a.bottom:visited {
color: #6A5844;
}
a.bottom:hover {
color: #BAB08C;
text-decoration: underline;
}

ul {
list-style-type: none;
margin: 0px 0px 10px 0px;
padding-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 10px;
border-bottom: 1px solid #262626;
}

li {
padding-left: 0px;
padding-top: 0px;
padding-bottom: 3px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .6em;
}

#content2 ul {
list-style-type: none;
margin: 0px 0px 10px 0px;
padding-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 10px;
border-bottom: 0px solid #262626;
}

#content2 li {
padding-left: 0px;
padding-top: 0px;
padding-bottom: 10px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .6em;
}

.headline {
display: block;
text-transform: uppercase;
font-size: 22px;
font-weight: normal;
letter-spacing: -.2px;
color: #C1D273;
}

.date {
font-size: 11px;
color: #6A5844;
display: block;
padding-bottom: 0px;
}

.medfont {
font-size: 12px;
}

.gray {
font-size: 11px;
color: 636363;
}

label {
		width: 6em;
		float: left;
		text-align: left;
		margin-right: 0.5em;
		display: block;
}
input {
		color: #000000;
		background: #FFFFFF;
		border: 1px solid #081F38;
      	font-family: Arial, Helvetica;
            padding: 5px;
}

textarea.gray {
		background-color: #FFFFFF;
		border: 1px solid #081F38;
      	font-family: Arial, Helvetica;
		font-size: 12px;
		padding: 5px;

}
.submit input {
		margin-left: 85px;
		color: #000000;
		background: #ABABAB;
		border: 2px outset #1a1a1a;
}

* html .submit input {
		margin-left: 80px;
		color: #000000;
		background: #647486;
		border: 2px outset #081F38;
}

img { behavior: url(iepngfix.htc); }