* {
 padding: 0px;
 margin: 0px;
}
body {
 cursor: default;
 font-family: Helvetica, Verdana, Geneva, sans-serif;
 font-size: 14px;
 /*background: url('img/bgs.jpg') no-repeat #4975e0;*/
 background: url('img/bgn.jpg') no-repeat #4975e0;
 color: #fff;
}
div#left {
 float: left;
 width: 345px;
 height: 687px;
 background: url('img/lefts.jpg') no-repeat;
 background: url('img/leftn.jpg') no-repeat;
}
div#left a.ad {
 display: block;
 margin: 450px 0 0 140px;
 width: 120px;
 height: 110px;
}
div#main {
 margin: 0 0 0 345px;
 background: url('img/headerbg.jpg') repeat-x;
}
div#header {
 width: 707px;
 height: 61px;
 padding: 166px 0 0 0;
 /*background: url('img/hdrbgs.jpg') no-repeat;*/
 background: url('img/hdrbgn.jpg') no-repeat;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 11px;
}
div#header a {
 text-decoration: none;
 color: #9dbee7;
}
div#header a:hover {
 color: #fff;
}
div#header ul {
 text-align: center;
 width: 560px;
 list-style-type: none;
}
div#header ul li {
 display: inline;
 padding: 0 15px;
}
div#content {
 margin: 0 0 60px 20px;
 width: 542px;
 font-family: Trebuchet, sans-serif;
}
div#content p {
 font-size: 14px;
 line-height: 18pt;
}
div#content h1 {
 font-size: 23px;
 margin: 0 0 15px 0;
 font-weight: normal;
}
div#content h2 {
 font-size: 15px;
 margin: 10px 0;
}
div#content a {
 color: #95adc2;
 font-style: italic;
}
div#content a:hover {
 color: #fff;
}
form * {
 font-family: Trebuchet, sans-serif;
 font-size: 15px;
}
label {
 display: block;
}
form .check {
 margin: 15px 0 4px 15px;
}
label.check {
 font-weight: bold;
 display: inline;
}
input.textbox {
 margin: 0 0 10px 0;
}

div.separator {
	background: #fff;
    height: 1px;
	margin: 20px 0;
}

div#content p {
	margin-bottom: 20px;
}

div.staff {
	float: left;
    width: 175px;
}

div.staff p {
	font-size: 18px;
	line-height: 20px !important;
	padding: 0 0 0 5px;
}

div.col-left {
	float: left;
    padding-right: 20px;
    width: 255px;
}

div.col-right {
	float: left;
    width: 255px;
}
