body {background:#000;
font:14px "Century Gothic",Helvetica,Verdana,Arial,sans-serif;
color:rgb(206,208,192);
margin:0 0 0 50px;
padding:0 0 0 0;
}

p {padding:0;
margin:6px;
}

/*red arrow bullet list*/
ul.redbullet {list-style-image:url(../images/triangle-red.png);
}

/*navigation*/

ul.nav {width:100%;
}

ul.nav, ul.nav li {padding-left:0;
margin-left:0;
}

ul.nav li {display:block;
float:left;
list-style-type:none;
width:100%;
}

ul.nav li.sub {font-size:7pt;
margin-left:7px;
}

p.sub {font-size:7pt;
}

ul.nav li a, ul.nav li a:visited {display:block;
text-decoration:none;
color:#910301;
border-bottom:outset 1px #910301;
}

ul.nav li a:hover {color:#000;
background-color:#910301;
text-decoration:none;
}


a, a:visited {color:#910301;
text-decoration:none;
}
a:hover {color:#000;
background-color:#910301;
text-decoration:none;
}

li.bigbottom {margin-top:10px;
margin-bottom:-1px;
font-weight:normal;
text-align:center;
}

a:active, a:focus {outline:0;
}

/*end navigation*/

a img {border:none;
}

h1 {margin:12px 0 7px 0;
padding-bottom:5px;
font-family:Georgia,"Times New Roman",serif;
font-size:30px;
font-weight:normal;
color:rgb(206,208,192);
text-align:center;
}


#bg {display:inline;
width:376px;
height:480px;
background:url(../images/bg_lights.jpg) no-repeat;
float:left;
margin:0 0 0 0;
clear:both;
}
/*forms*/
form {border:none;
margin:0;
padding:0;
}
input, textarea {font-size:.9em;
font-family:Verdana,Arial,Helvetica,Sans-Serif;
border:solid 1px #000;
width:100%;
background-color:#fffbf0;
}
input:focus, textarea:focus {background-color:#fff;
}
textarea {overflow:auto;
line-height:16px;
}
input.submit,.reset {border:outset 1px #999;
background-color:#ddd;
color:#000;
width: 17%;
font-size:.8em;
}
input.submit:focus,.reset:focus {background-color:#ddd;
}
input.submit:active,.reset:active {position:relative;
bottom:1px;
right:1px;
}
hr {background-color:#000;
color:#000;
border-top:0;
border-right:0;
height:1px;
}

