/* ELEMENT STYLES */
* {
margin:0px;
padding:0px;
}
body {
background:#000000;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
line-height:16px;
}
img {
border:none;
}
p {
margin:10px 0;
}
ul li {
list-style:none;
}

/* CLASS STYLES */

.content_title {
width:304px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
}
.staff {
width:720px;
float:left;
margin-bottom:10px;
}
.staffImg {
float:left;
width:175px;
margin-right:10px;
border:2px solid white;
}
.staffBio {
float:left;
width:525px;
}

/* LINK STYLES */

a:link, a:visited, a:active {
color:#e8a713;
font-weight:bold;
text-decoration:underline;
}
a:hover {
color:#e8a713;
font-weight:bold;
text-decoration:none;
}

/* CONTAINER SECTION STYLES */

#container {
margin-left:auto;
margin-right:auto;
width:760px;
}

/* HEADER SECTION STYLES */
h1 span {
display:none;
}
#header a {
width:394px;
height:103px;
background:url(../images/header_link_img.gif) no-repeat #000000;
float:left;
}
#header_img {
float:left;
width:366px;
}

/* NAV SECTION STYLES */

#nav {
margin-top:-2px;
}
#nav ul li {
display:inline;
float:left;
}

/* CONTENT SECTION STYLES */

#content {
width:720px;
margin: 10px 0 20px 0;
padding:0px 20px;
}
#content ul li {
margin-left:25px;
}

/* BTN_NAV SECTION STYLES */


#BTN_nav {
width:760px;
}
#BTN_nav ul li {
display:inline;
float:left;
margin:0 18px 0 12px;
}

/* FOOTER SECTION STYLES */

#footer {
width:702px;
float:left;
border:3px solid #5b1300;
background:#1e0600;
padding:0 10px;
font-weight:bold;
font-size:12px;
margin:10px 12px;
}
#footer_left_copy {
width:300px;
float:left;
text-align:left;
}
#footer_right_copy {
text-align:right;
}

/* FORM STYLES */
form {
font-size:12px;
line-height:14px;
}
form p {
width:720px;
float:left;
margin:5px 0;
}
form span {
width:200px;
float:left;
}
form em {
color:#e8a713;
font-weight:bold;
}

.checkbox {
border:1px solid black;
width:520px;
float:right;
margin-bottom:5px;
}
/*form p {
width:720px;
float:left;
}
dt {
width:200px;
float:left;
text-align:left;
clear:both;
margin-bottom:10px;
}
dd {
width:520px;
float:left;
margin-bottom:10px;
}/*
