html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #333;
	font:76%/1.5 "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
	background:#7d0535 url(../images/bg-main.jpg) no-repeat 50% 0;
}
ul {list-style-position:inside; list-style-type: disc;
}
ol {list-style-position:inside;}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
q:before, q:after {
	content: "";
}
q{
	quotes: "" "";
}



p{
	margin-bottom:10px;
}
h1{
	font-size: 22px;
	font-weight: normal;
	color:#9b0033;
	margin-bottom:10px;
	argin: 5px 0;
}
h2{
	font-size: 18px;
	font-weight: normal;
	color:#9b0033;
	margin: 5px 0;
	letter-spacing: 1px;
}
h3{
	font-size: 15px;
	font-weight: normal;
	color:#9b0033;
	margin: 10px 0;
	font-weight:bold;
}
h4{
	font-size: 15px;
	font-weight: normal;
	margin: 8px 0;
	color:#9b0033;
}
ul{
	margin-bottom:10px;
}
a:link{
	color:#9b0033;
	text-decoration:none;
}
a:visited{
	color:#9b0033;
	text-decoration:none;
}
a:hover{
	color:#b657a4;
	text-decoration:underline;
}
a:active{
	color:#9b0033;
	text-decoration:none;
}
img{
	padding:10px;
}
body{
	text-align:center;
}
#container{
	border:1px solid #333;
	width:915px;
	margin:0 auto;
	text-align:left;
	margin-top:30px;
	background: #fff;
}
#header{
	background:url(../images/header.png) no-repeat;
	height:125px;
	width:915px;
}
#header h1{
	text-indent:-9999px;
}
#content{
	background: url(../images/flame.gif) no-repeat -2px bottom;
	margin: 0 300px 0 0;	
}
#sidebar {
	float: right;
	width: 285px; 
	padding: 40px 0 0 0;
	margin:0;
	text-align:center;
}
#sidebar img{padding:0 0 0 0 !important; margin: 0 0 10px 0; border: #9b0033 1px solid; margin-right:20px;}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.nosidebar{margin:0 !important;}

#nav{
	width:915px;
	background:#9b0033;
	height:30px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	border-top:1px solid #e6bfcc;
	border-bottom:1px solid #e6bfcc;
}

#nav a:link{
	color:#fff;
	text-decoration:none;
}
#nav a:visited{
	color:#fff;
	text-decoration:none;
}
#nav a:hover{
	color:#e6bfcc;
	text-decoration:none;
}
#nav a:active{
	color:#fff;
	text-decoration:none;
}


#bottom-nav{
	text-align:right;
	margin:0 auto;
	width: 860px;
	padding-top:10px;
	
}
#bottom-nav li{
	display:inline;
	padding-right:10px;
	
}
#bottom-nav li a{ color: #e2bd72;
}
.innercontent{
	padding: 30px 10px 20px 40px;
}


.full {
	text-align: left;
	width: 100%;
	clear: both;
}

textarea{
	overflow: auto;
}

.successBox, .errorBox, .warningBox, .infoBox {
	padding: .75em !important;
	text-align: center;
	margin: .5em 16px;
	font-size: 1.2em;
}
.successBox {
	background-color: #efe;
	border: 1px solid #090;
}

.errorBox {
	background-color: #faa;
	border: 1px solid #c00;
}

.warningBox {
	background-color: #fe9;
	border: 1px solid #FC0;
}

#form {width:660px;}
.labelline {width:660px;clear:both;height:15px;padding-top:5px;}
.formline {width:660px;clear:both;height:25px;}
.forminputleft {float:left;height:25px;margin-right:5px;}
.dsep,.radio {margin:0 3px;}
.field2{width:15px;}
.field4{width:30px;}
.fieldsmall {width:80px;}
.fieldmid {width:150px;}
.fieldwide {width:200px;}
.formmini {float:left;margin-right:5px;width:55px;}
.formsmall {float:left;margin-right:5px;width:105px;}
.formdates{float:left;margin-right:5px;width:125px;}
.formmid{float:left;margin-right:5px;width:175px;}
.formwide {float:left;margin-right:5px;width:225px;}
.formtitle {float:left;margin-right:5px;padding-top:3px;height:25px;}
.address {float:left;height:100px;width:215px;margin-right:5px;}
.addrline {width:660px;}


.menu ul{
list-style-type:none;
padding:0;
margin:0;
width:915px;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:29px;
color:fff;
background-color:#9b0033;
font-weight:bold;
}

/* style all the links */
.menu a {
display:block;
font-size:1em;
width: auto;
padding:8px 15px;
color:#fff;
text-decoration:none;
border-right:1px solid #fff;
height:auto;
line-height: normal;
background-color:#9b0033;
font-weight:bold;
}
/* style the links hover */
.menu :hover{
color:#e6bfcc;
visibility:visible;
text-decoration:none;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:170px;
top:31px !important;
top:1px;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
color:#fff;
}

.menu ul li ul li a{
width:170px; background:#9b0033; border-bottom:#e6bfcc 1px solid; padding-left:15px; padding-right:10px;}

.menu ul li ul li a:visited{
width:170px; background:#9b0033; border-bottom:#e6bfcc 1px solid;
}

br.halfLine{height:4px; line-height:4px;}

.cleardiv{clear:both}