@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	/*padding: 0;*/
	/*border: 0;*/
	/*font-size: 100%;
	font: inherit; */
	vertical-align: baseline;
}
table { margin: auto; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* apply a natural box layout model to all elements 
http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 140%;
	color: #000000;
	background-color: #999999;
	margin: 0 10px 10px 10px;
}
a, a:link, a:active, a:visited { color: #0033CC; }
a:hover { color: #663399; }

.bodywrapper  { width: 100%; height: 100%; }
.bodywrapper a, .bodywrapper a:link, .bodywrapper a:active, .bodywrapper a:visited { color: #0033CC; }
.bodywrapper a:hover { color: #663399; }

ul {
	list-style: disc;
	margin: 0 0 0.5em -2em;
}
ol {
	margin: 0 0 0.5em -2em;
}
li {
	margin: 0 0 0 0.75em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
blockquote { margin: 0.5em 2em; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	vertical-align: top;
}
p { margin: 0.5em 0 0.75em 0; }
h1, h2, h3, h4 { font-weight: bold; margin: 0.3em 0; }
h1 { font-size: 21px; }
h2 { font-size: 19px; }
h3 { font-size: 17px; }
h4 { font-size: 15px; }
.bodywrapper h1, .bodywrapper h2, .bodywrapper h3, .bodywrapper h4 { font-weight: bold; margin: 0.3em 0; }
.bodywrapper h1 { font-size: 21px; }
.bodywrapper h2 { font-size: 19px; }
.bodywrapper h3 { font-size: 17px; }
.bodywrapper h4 { font-size: 15px; }

.whiteborder, .whiteborder table, .whiteborder th, .whiteborder td {
	border: 1px solid white;
	border-collapse: collapse;
}
.blackborder, .blackborder table, .blackborder th, .blackborder td {
	border: 1px solid black;
	border-collapse: collapse;
}

.contactform { width: auto; float: left; }
.contactform td { padding: 5px; }
.error { color: #cc0000; } /* error in form validation */
/* web express defaults */
.pagewrapper { width: 960px; }
.header {}
.subheader { padding: 0.5em 1em; background-color: #999999; text-align: center; font-size: 24px;  }
.mainbody { padding: 0; background-color: #eeeeee; }
.content { padding: 1em 2em; }
.navigation, .navigation td { padding: 0.25em 0.5em; background-color: #111111; color: #ffffff; text-align: center; font-size: 20px; }
.navigation a, .navigation a:link, .navigation a:visited { color: #ffcc00; padding: 8px 10px; text-decoration: none; }
.navigation a:hover { color: #111111; background-color: #ffcc00; text-decoration: underline; }
.midline { padding: 0.5em 1em; background-color: #999999; color: #000000; text-align: center; font-size: 35px; }
.sidebar { padding: 1em 2em 1em 1em;  background-color: #aaaaaa;}
.bottom { padding: 1em 2em;  background-color: #111111;}
.bottom td { padding: 20px 10px; background-color: #111111;}
.footer { padding: 1em 2em; background-color: #999999; color: #000000; text-align: center; font-size: 80%;  }