body {
	font-family: Arial;
	padding: 0;
	margin: 0;
	/* background-color: #d2d7db; */
	/*background-color: #b7b3b3;*/
	line-height: 130%;
	font-size: 12px;
}

body table td {
	padding: 4px 4px 4px 4px;
}

.container {
/*	background: #301d23 url(../images/jetty_17c.jpg) top left no-repeat; */
	background: #fff9d5 url(../images/jetty_17c.jpg) top left no-repeat; 
	width: 960px;
	margin: 0 auto;
}

.hd {
	text-align: middle;
}

.spacer {
	clear: both;
}

.input {
    border: 1px solid #006;
    /* background: #ffc; */
    background: #fff;
    font-size: 14px;
}
.input:hover {
    border: 1px solid #f00;
    background: #ff6;
}

.mandatory {
	color: #c00000;
	font-weight: bold;
	padding: 0 5px 0 5px;
}

label {
	font: normal 14px Arial, Helvetica, sans-serif;
	color:  #005580;
    display: block;
    width: 250px;
    float: left;
    padding: 2px 5px 6px 4px;
    text-align: right;
}

legend {
	color:  #005580;
	font-size: 16px;
	font-weight: bold;
}
	

a:link,a:visited {
	color: #e60;
	text-decoration: underline;
}

a:hover {
	color: #bf4000;
	text-decoration: underline;
}

a:active {
	color: #bf4000;
	text-decoration: none;
}

.logo {
	color: #c10000;
	font-size: 25px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 15px
}

h1 {
	color: #c00000;
	font: bold 30px Century Gothic, Arial, Helvetica, sans-serif;
	padding: 15px 10px 15px 10px;
	text-align: center;
}

h2 {
	color: #005580;
	font: bold 16px Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 8px;
}

h3 {
	color: #005580;
	font: bold 14px Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 8px;
}

h4 {
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 2px;
}


.img {
	height:105px;
	width: 196px;
	padding: 5px 4px 5px 4px;
	border: 0px;
}

.panel {
	width: 220px;
	margin: 20px;
}

.panel_head {
	text-align: center;
	margin: 0;
	padding: 20px 5px 20px 5px;
	/*border: 1px solid #d5d5d3;*/
	/*background: #8a0000 url(../images/h_bg.jpg) top repeat-x; */
	background-color: #fff;
	color: #c00000;
	font: bold 18px Arial, Helvetica, sans-serif;
}

.panel_head a:link,
.panel_head a:visited,
.panel_head a:active  {
	color: #c00000;
	text-decoration: none;
}

.transparent {
   filter: alpha(opacity=70);  /* IE */ 
   opacity: 0.70;         /* Firefox, Safari */
}

.panel_head a:hover {
	color: #c00000;
	text-decoration: underline;
}


.panel_body {
	width: auto;
	/*background-color: #f7f7f7; */
	/*background: #f5ad49 url(../images/panel.jpg) top repeat-x; */
	/*border: 1px solid #d5d5d3;*/
	background-color: #fff;
	padding: 10px;
	word-wrap: break-word;
	text-align: left;
}

.panel_subcontent {
	background-color: #fff;
	padding: 10px 5px 10px 5px;
	margin-bottom: 10px;
}

#content {
	background: #99c;
	margin: 0 auto;
	width: 980px;
}

.main {
	float: right;
	width: 780px;
}

.header {
	height: 110px;
	overflow: hidden;
}

.sidebar {
	background-color: #e7e7e7;
	margin-right: 20px;
	height: 1000px;
}

.clear {
	clear: both;
}

.strong {
	font-weight: bold;
}

.left {
   float: left;
}

.right {
   float: right;
}

.top {
	v-align: top;
}

.main_image {
	width: 300px;
	height: 200px;
}

#hd {
	width: 100%;
}

.right {
	text-align: right;
}

/* Footer Styles */
.logo {
	vertical-align: middle;
}

#bottomSection {
	margin: 0 10px;
}

#ft {
	padding: 20px 20px 70px 10px;
	vertical-align: top;
	text-align: center;
	background-color: #fff; 
}

#ft p { /* font-size: .65em; */
	color: #000;
	padding: 0 20px;
}

#ft a:link,#footer a:visited {
	color: #000;
	font-weight: bold;
}

button /* Has Safari & IE6 Exceptions */
{
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#990000;
	width:auto;
    overflow:visible;
	font-weight: bold;
	cursor: pointer;
	padding: 2px 2px 3px 2px;
	font-size: 11px; /* 0.9em */
}

/* QF stuff */
input, select, button, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

button[type]
{ 
	padding/*\**/: 3px 5px 3px 5px\9 /* IE8 */
}

*button[type]
{
    padding: 2px 4px 2px 4px; /* IE7 */
}

/*\*/
html>body*button
{
	padding: 4px 5px 4px 5px;
}
/**/

button:hover,
button.hover
{
    background-color:#990000;
	border:1px solid #660000;
	color:#FFFFFF;
}


#accordion {
   float: right;
   width: 350px;
   padding-right: 20px;
}

#accordion h3 a {
   	font: bold 16px "Century Gothic", Arial, Helvetica, sans-serif;
}

.highlight {
   	font: bold 16px "Century Gothic", Arial, Helvetica, sans-serif;
   	color: #c00000;
}	
	


