/* layout styles */
body {
background-color:#cccccc; 
	margin: 0px;
}
body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#container {
width:775px; 
margin:auto;
}

#content {
border: 6px solid #000000; 
border-top:0px; 
	background-color: #FFFFFF;
padding: 30px;
}

#header {
display: table; 
height: 189px;  
#position: relative; 
overflow: hidden;
background-color:#000000;
}

.box {
font-weight:normal; 
border:1px solid #dddddd; 
padding: 5px 25px 15px 25px;
}

.box-ltgray {
border:1px solid #ccc; 
background-color:#eeeeee; 
padding: 0px 30px 20px 30px; 
font-size:13px; 
}




/* textstyles */

.red {
	color: #952026;
	font-style: italic;
	font-weight: bold;
	font-size:12px;
}

h1 {
font-family: Century Gothic, Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
margin-bottom:6px;
#margin-top:0px;
border-bottom: 1px solid #666;
text-transform:uppercase;
}

h2  {
font-family: Century Gothic, Arial, Helvetica, sans-serif;
font-size: 21px;
font-weight: bold;
margin-bottom:2px;
}


h3 {
font-family: Century Gothic, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
margin-bottom:4px;
}

h4 {
font-family: Century Gothic, Arial, Helvetica, sans-serif;
font-size: 15px;
margin: 0px;
margin-bottom:10px;
}

h5 {
font-family: Century Gothic, Arial, Helvetica, sans-serif;
font-size: 13px;
margin: 0px;
margin-bottom:10px;
}


.italic {
	color: #444444;
	font-style: italic;
	font-weight:bold;
}

.address {
color: #999;
font-weight:normal;
font-size:16px;
font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

.light {
font-weight:normal;
}

/* Link styles */

a.button:link {
background-color: #D82133;
color: #ffffff;
border:1px solid #ffffff;
padding:3px;
text-decoration:none;
margin-top:20px;
}

a.button {
background-color: #D82133;
color: #ffffff;
border:1px solid #ffffff;
padding:3px;
text-decoration:none;
margin-top:20px;
}

a.button:visited {
background-color: #D82133;
color: #ffffff;
border:1px solid #ffffff;
padding:3px;
text-decoration:none;
margin-top:20px;
}



a.button:hover {
background-color:#ffffff;
color: #D82133;
border:1px solid #D82133;
padding:3px;
text-decoration:none;
}

a:link {
	color: #CC0000;
}

a:hover {
	color: #006633;
}
a:active {
	color: #006633;
}
a:visited {
	color: #CC0000;
}

/* Form styles */

label {
float:left;
width: 5em;
}

.text{
width: 20em;
margin-bottom:15px;
}


.required {
font-weight:bold;
font-size:18px;
color:#CC0000;
}

fieldset {
margin: 10px 0px;
padding-top: 0px;
border: solid 0 transparent;
border-bottom: 1px solid #ffffff;
}

fieldset td {
padding-bottom:15px;
}

/* Navbar styles */


#nav {
margin: 0px;
padding: 0px;
padding-left:30px;
list-style:none;
background: #952026;
float:left;
width:745px;
font-family: Century Gothic, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 13px;
letter-spacing:.075em;

}


#nav li {
float:left;
margin: 0;
padding: 0;
}

#nav a {
float:left;
display:block;
color: #FFFFFF;
text-decoration: none;
padding: 5px 10px;
border-right: 1px solid #330000;
}

#nav a:hover {
color: #000000;
text-decoration: none;
background-color:#FF0000;
}


.first {
border-left: 1px solid #330000;
}

