html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; font-family: Arial;}
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #ccc; color:#fff; text-shadow: none; }
::selection { background:#ccc; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

em {
font-style: italic;
}

/*******  ******/

/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font: 1em/1.35em Geneva, arial, helvetica, sans-serif;
background: url(../images/back.jpg) repeat top center #504d7a;
color: #000;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
color: #000;
}

h1 {
padding:15px 0 10px 0;
letter-spacing:-1px;
font: 2em Geneva, arial, helvetica, sans-serif;
}

h2 {
padding: 10px 0 5px 0;
letter-spacing:-1px;
font: 1.6em Geneva, arial, helvetica, sans-serif;
}

h3 {
font: 1.1em Geneva, arial, helvetica, sans-serif;
font-weight:bold;
padding: 5px 0 3px 0;
text-transform: uppercase;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:disc;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:underline;
}

a:hover {
text-decoration: none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em Geneva, arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

.wrap {
width:505px;
margin:0 auto;
background: #fff;
padding: 54px 120px 0 120px;
margin-top: 84px;
}

/***** Header *****/

#header h1 {
float:none;
display:block;
padding: 0 0 28px 0;
margin: 0 auto;
text-indent:-2000px;
	width:209px;
	height:150px;
}
	
	#header h1 a {
	width:209px;
	height:150px;
	display:block;
	background:url(../images/logo.png) no-repeat;
	}
	
#header {
width: 100%;
}

/***** Home *****/

.redtext {
color: #993333;
font-weight: bold;
font-style: italic;
}

.borderline {
border-bottom: 1px solid #9a9a9a;
margin-bottom: 28px;
padding-bottom: 10px;
}

.borderline2 {
border-bottom: 1px solid #9a9a9a;
margin-bottom: 10px;
padding-bottom: 0;
}

p.fullheight img {
vertical-align: middle;
}

#relativeimage1 {
width: 240px;
height: 165px;
float: left;
display: block;
position: relative;
}

#relativeimage2 {
width: 240px;
height: 150px;
float: right;
display: block;
position: relative;
}

.lefttext {
float: left;
display: block;
width: 240px;
}

.righttext {
width: 240px;
float: right;
display: block;
}

#leftimage {
   width: 168px;
   height: 122px;
   position: absolute;
   left: 50%;
   top: 50%; 
   margin-left: -84px;
   margin-top: -61px;
}

#rightimage {
   width: 168px;
   height: 122px;
   position: absolute;
   left: 50%;
   top: 50%; 
   margin-left: -84px;
   margin-top: -61px;
}

.smalltext {
font-size: 0.7em;
font-style: italic;
line-height: 1.4em;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

/*******  ******/

.ie6 .clearfix {
height: 0px;
overflow: hidden;
margin: -5px 0 0 0;
padding: 0;
display: block;
}

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (max-width: 785px) {

.wrap {
width: auto;
padding: 54px 0 0 0;
margin: 0 20px;
margin-top: 20px;
}

#maintext {
padding: 0 80px;
}

#relativeimage1 {
width: 45%;
}

#relativeimage2 {
width: 45%;
}

.lefttext {
width: 45%;
}

.righttext {
width: 45%;
}

}

@media all and (max-width: 630px) {

#maintext {
padding: 0 40px;
}

}

@media all and (max-width: 500px) {

#maintext {
padding: 0 25px;
}

#relativeimage1 {
width: 100%;
float: none;
height: auto;
margin-bottom: 25px;
}

#relativeimage2 {
width: 100%;
float: none;
height: auto;
margin-bottom: 25px;
}

.lefttext {
width: 100%;
float: none;
}

.righttext {
width: 100%;
float: none;
}

#leftimage {
   width: 168px;
   height: 122px;
   position: relative;
   left: 0;
   top: 0; 
   margin-left: 0;
   margin-top: 0;
   text-align: center;
}

#rightimage {
   width: 168px;
   height: 122px;
   position: relative;
   left: 0;
   top: 0; 
   margin-left: 0;
   margin-top: 0;
   text-align: center;
}

}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}