* { margin: 0; padding: 0; }

html {
height: 100%;
}

body {
height: 100%;
font-size: 80%;
font-family: 'Times New Roman', 'Arial', 'Verdana';
color: #333;
background: #FFF7AF url("/images/bg.gif") repeat;
text-align: center;
}

#wrap {
min-height: 100%;
height: auto;
overflow: visible;
margin: 0 auto;
padding: 0 10px 0 10px;
width: 90%;
text-align: left;
border-top: 0px solid #FFF7AF;
border-bottom: 0px solid #FFF7AF;
}

#header {
padding: 10px;
height: 60px;
width: 80%;
text-align: center;
}

#header h1 {
margin-bottom: 4px;
padding-bottom: 4px;
display: block;
border-bottom: 1px solid #ffa500;
font-family: 'Times New Roman', 'Arial', 'Verdana';
font-weight: normal;
font-size: 1.7em;
letter-spacing: 1px;
line-height: 1.0em;
color: #c63;
}

#content {
display: inline-block;
padding-left: 30px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
width: 55%;
vertical-align: top;
border-left: 1px solid #ffa500;
}

#content h1 {
margin-bottom: 4px;
padding-bottom: 4px;
display: block;
border-bottom: 1px solid #ffa500;
font-family: 'Times New Roman', 'Arial', 'Verdana';
font-weight: normal;
font-size: 14px;
letter-spacing: -1px;
line-height: 1.0em;
color: #c63;
}

#content h2, h3, h4 {
padding-top: 1px;
font-weight: normal;
font-size: 14px;
line-height: 1.0em;
color: #c00;
}

#content h5 {
display: block;
padding-top: 10px;
padding-bottom: 2px;
font-size: 1.2em;
font-weight: normal;
border-bottom: 1px dotted #ccc;
}

#content h6 {
display: block;
padding-top: 15px;
padding-bottom: 2px;
font-size: 1.2em;
font-weight: normal;
border-bottom: 1px dotted #ccc;
}

#content p {
padding-top: 6px;
font-size: 1.4em;
line-height: 1.5;
color: #333;
}

#content ul { clear: left;
list-style-type: none;
padding-top: 6px;
}

#content li {
font-size: 1.4em;
line-height: 1.7;
color: #c63;
}

#content p img {
float: left;
display: inline;
margin: 4px 12px 4px 0;
border: 1px solid #bbb;
padding: 2px;
color: #333;
}

input {
   background: #FFFFFF !important;
}

#contactform input {
padding: 2px;
margin: 5px 5px 1px 0;
}

#contactform .fixedwidth {
width: 170px;
}

#contactform textarea {
width: 472px;
margin-top: 6px; padding: 2px;
}

#contactform #submit {
padding: 0;
}

.response {
font-weight: bold;
font-style: italic;
color: #c63;
}
/*
.clear {
clear: both;
}
*/
#navigation {
margin: 10px;
display: inline-block;
padding-left: 3px;
padding-bottom: 7px;
width: 30%;
max-width: 300px;
font-size: 1.4em;
vertical-align: top;
}

#menu {
float: left;
padding-left: 7px;
list-style: none;
}

#menu ul {
list-style: none;
float: left;
}

#menu li {
position: relative;
float: left;
padding: 3px 3px 3px 3px;
}

#menu a, #menu strong {
padding: 9px 6px 2px 6px;
display: block;
font-weight: normal;
width: 196px;
color: #c63;
}

#menu a {
background: url("/images/bg-navbutton-off.jpg") repeat;
text-decoration: none;
color: #c63;
border-bottom: 1px solid #ffe18d;
}

#menu strong {
border-bottom: 1px solid #ffa500;
}

#menu a:hover, #menu strong {
background: url("/images/bg-navbutton-on.jpg") repeat;
}

#extra {
clear: left;
display: block;
margin-bottom: 7px;
margin-left: 7px;
padding: 1px 20px 18px 1px;
width: 158px;
font-size: 1.2em;
line-height: 1.5em;
text-align: center;
}

#extra p {
padding: 2px 0 2px 20px;
}

#extra p img {
display: block;
margin-bottom: 6px;
}

#search {
clear: left;
display: block;
padding-top: 20px;
margin-bottom: 17px;
margin-left: 7px;
width: 208px;
text-align: center;
}

#search #search_term {
width: 160px; /* Was 188 */
margin-bottom: 4px;
padding: 2px;
}

#footer {
clear: both;
margin: 0 auto;
padding: 20px;
width: 70%;
height: 60px;
text-align: center;
}

#footer p {
padding-top: 4px;
padding-bottom: 20px;
font-size: 1.3em;
font-weight: normal;
color: #333;
}

#footer a {
color: #333;
text-decoration: none;
}

#footer a:hover {
text-decoration: none;
}

a {
color: #c63;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

code {
font: 1.1em 'Courier New', Courier, Fixed;
color: #609; font-weight: bold;
}

pre {
margin: 6px 0 0 0;
font-size: 12px;
line-height: 1.4em;
color: #609;
}

pre b {
font-weight: normal;
color: #c63;
}

pre em {
font-style: normal;
color: #066;
}

acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

span {
color: #c63;
}

table.audit {
	width: 95%;
	border-width: 1px;
	border-spacing: 10px;
	border-style: dashed;
	border-color: #3b5988;
	border-collapse: separate;
	font-size:14px;
	background-color:lightyellow;
}

td.right {
text-align: right;
}

td.title {
color: #c63;
}

@media screen and (max-width: 768px) { 
	#navigation { width: 96%; border-left: 0px; padding-left: 0px; padding-right: 10px; padding-top: 0px; padding-bottom: 10px;} 
	#content { width: 96%; border-left: 0px; padding-left: 14px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px;} 
	body { font-size: 70%;}
	#footer p { font-size: 1.2em;}
	#menu { padding-left: 20px;}
	#header { width: 90%;}
}

.maxwidth {
  max-width: 600px;
  width: expression(this.width > 600 ? "600px" : true);
}