/******************/
/* General Styles */
/******************/
body {
 font-family: Verdana, sans-serif;
 font-size: 12pt;
 color: #000000;
}

div.clear {
 clear: both;
 line-height: 0;
}

* html div.clear { /* IE6 need height of zero on clearing div but IE7 hides the logo when this is present!? */
 height: 0;
}

span.highlight {
 font-size: 120%;
 font-weight: bold;
}

a {
 color: #000000;
 text-decoration: underline;
 font-weight: bold;
}

h2 {
 font-size: 16pt;
}

h3 {
 font-size: 14pt;
}

h4 {
 font-size: 13pt;
}

/*************/
/* Container */
/*************/
div#container h1 {
 font-size: 18pt;
}

/*******/
/* Nav */
/*******/
div#nav {
 display: none;
}

/***********/
/* Content */
/***********/
div#content address {
 font-style: normal;
}

div#content ul li {
 margin-bottom: 0.7em;
}

div#content ul ul {
 margin-top: 0.5em;
}

div#content h3 {
 margin-bottom: -10px;
}

/* Need to make bottom margin small for IE than FF */
* html div#content h3 {
 margin-bottom: -20px;
}

*:first-child+html div#content h3 {
 margin-bottom: -20px;
}


/*************/
/* Questions */
/*************/
div#content h3.question {
 color: #000000;
 font-size: 12pt;
 margin: 13px 0;
}

/*********/
/* Panel */
/*********/
div#panel {
 display: none;
}

/*********/
/* Forms */
/*********/
div#content form {
 margin: 0;
 clear: left;
}

div#content fieldset {
 border: 2px solid #666666;
 padding: 0 10px 10px;
 margin-bottom: 10px;
}

div#content fieldset legend {
 font-weight: normal;
 padding: 0 5px;
 margin-bottom: 5px;
 font-size: 12pt;
}

div#content fieldset div.field {
 clear: left;
 float: left;
 width: 435px;
 margin: 3px 0;
}

div#content fieldset div.field label {
 float: left;
 width: 110px;
 text-align: right;
 margin-right: 8px;
}

div#content fieldset div.field input.field, div#content fieldset div.field textarea.field {
 float: left;
 width: 300px;
 border: 1px solid #666666;
 color: #000000;
 padding: 2px;
}

div#content fieldset div.field textarea.field {
 font-family: sans-serif;
 height: 70px;
}

div#content fieldset div.required label {
 font-weight: bold;
}

div#content fieldset input.button {
 margin-left: 118px;
}

/******************/
/* Content Footer */
/******************/
div#content div#contentfooter {
 margin: 30px 0 5px;
 padding: 5px 15px;
 border: 1px solid #666666;
 font-size: 9pt;
}

/********************/
/* Errors & Messages*/
/********************/
div#content div.errors {
 border: 1px solid #000000;
 padding: 0 10px;
 margin-top: 10px;
 margin-bottom: 10px;
}

div#content div.messages {
 border: 1px solid #000000;
 padding: 0 10px;
 margin-top: 10px;
 margin-bottom: 10px;
}

div#content fieldset div.error {
 border: 1px solid #000000;
 padding: 5px 0;
 margin-right: 5px;
}

/*************/
/* Prefooter */
/*************/
div#prefooter {
 clear: both;
 padding-top: 15px;
 text-align: center;
 font-size: 9pt;
}

div#prefooter a {
 font-weight: normal;
}

/**********/
/* Footer */
/**********/
div#footer {
 padding-top: 5px;
 padding-bottom: 35px;
 text-align: center;
 font-size: 9pt;
}

div#footer a {
 font-weight: normal;
}