@charset "utf-8";
body {
background: #100f0c;
margin: 0;
padding: 0;
text-align: center;
color: #FFFFFF;
font-family: Helvetica, sans-serif, Verdana, Arial;
font-size: 16px;
}

img	{
	border:none;
	padding:0;
	margin:0;
}

#header1, #header2, #header3, #header4 {
margin: 0;
padding: 0;
background-repeat: no-repeat;
}


#header1{
background-image: url(images/headbg1.png);
}

#header2{
background-image: url(images/headbg2.png);
}

#header3{
background-image: url(images/headbg3.jpg);
}

#header4{
background-image: url(images/headbg4.jpg);
}

#headlogo {
width: 810px;
text-align: left;
height: 169px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}

#container {
width: 810px;
margin: 0 auto;
text-align: left;
}

#navig {
height: 37px;
}

#maincontent  {
clear: left;
float: left;
width: 810px;
margin-top: 10px;
background-color: #1D1D1D;
background-image: url(images/bgcont1.gif);
background-repeat: repeat-x;
}

#maincontent  p,h1,h2,h3 {
padding: 0;
margin: 0px;
}

#maincontent  p {
margin-bottom: 5px;
}

#maincontent  h1 {
font-size: 14px;
color: #000;
margin-bottom: 5px;
}

#maincontent  h2 {
font-size: 14px;
color: #5F29D4;
margin: 10px 0 5px 0;
}

#maincontent  h3 {
font-size: 14px;
color: #F3CC02;
margin: 10px 0 5px 0;
}

#maincontent  a {
	color: #FFFFFF;
	text-decoration: none;
	font-style: oblique;
}

#colfullheader, #colleftheader, #colmainheader, #colmiddleheader, #colrightheader {
background-color: #F3CC02;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 10px;
margin-top: 0;
margin-bottom: 0;
clear: none;
float: left;
color: #000000;
font-weight: bold;
letter-spacing: 1px;
}

#colfullheader {
height: 20px;
width: 790px;
}

#colleftheader {
height: 20px;
width: 195px;
clear:left;
}

#colmiddleheader {
height: 20px;
width: 340px;
margin-right: 10px;
margin-left: 10px;
}

#colmainheader {
height: 20px;
width: 565px;
margin-left: 10px;
}

#colrightheader {
height: 20px;
width: 195px;
}

#header195, #header360 {
height: 20px;
float: left;
clear: left;
background-color: #F3CC02;
padding-top: 5px;
padding-left: 10px;
margin-top: 20px;
margin-bottom: 10px;
letter-spacing: 1px;
margin-right: 0;
margin-left: -10px;
}

#header195{
width: 205px;
}

#header360{
width: 350px;
}

#col2lft, #col2rght, #colleft, #colmain, #colmiddle, #colright {
padding-top: 4px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 10px;
margin-top: 10px;
margin-bottom: 5px;
clear: none;
float: left;
font-size: 80%;
}

#col2lft, #col2rght {
width: 380px;
}

#colleft {
float: left;
width: 195px;
}

#colleft150 {
float: left;
width: 150px;
margin-left: -10px;
}


#colmain {
width: 565px;
margin-left: 10px;
}

#colmiddle {
width: 340px;
margin-right: 10px;
margin-left: 10px;
}

#colright {
width: 195px;
}

#icon {
width: 195px;
margin: 0 5px 0 0;
float:left;
clear:left;
}

#icon img {
margin:5px 10px 0 0;
float:left;
}

#icon p {
margin:5px 0 0 0;
font-size: 0.9em;
}

#calendar {
width: 195px;
margin:5px 0 5px 0;
float:right;
clear:right;
}

#calendaricon {
width:32px;
float:left;
clear:left;
margin:10px;
padding:0;
}

#calendar p {
margin: 9px 0 0 0;
}

#footer {
float:left;
width:270px;
margin-top:10px;
height:47px;
background-image:url(images/bgfooter.gif);
background-repeat:repeat-x;
text-align:center;
padding-top:10px;
}

#footer a {
font-size:10px;
letter-spacing: 1px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
font-style: normal;
}

/** Contact Form **/

div.contactform { /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 550px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}

div.contactform label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float: left;
clear: left;
width: 170px;
text-transform: uppercase;
margin-right: 15px;
font-size: 0.9em;
}


div.contactform div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 10px; /* space following the field */
}

div.contactform div.typebox{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
width: 350px;
margin-bottom: 10px; /* space following the field */
}

div.contactform div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 250px;
background-color: #F4F0FF;
}

div.contactform div.thefield li { /* style for INPUT type="link" */
width: 250px;
list-style-type: none;
}


div.contactform div.thefield textarea{ /* style for TEXTAREA fields. */
width: 350px;
height: 150px;
background-color: #F4F0FF;
}

div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin-top: 15px; /*space above buttonsdiv*/
float: left;
clear: left;
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
clear: left;
float: left;
width: 80px;
background-color: #F3CC02;
margin: 0 0 0 185px;
}

.forgotten {
border: 3px solid #ff0000;
}

/** Various classes **/

.clearleft {
clear: left;
}

.left {
margin:10px 10px 5px 0;
float:left;
clear: left;
}

.right {
margin:10px 0 5px 10px;
float:right;
}

.error {
color:#FF0000;
font-size:1.1em;
font-weight:bold;
}

.announce {
color:#505050;
line-height:1.3em;
}

.announce a {
font-weight:bold;
}

.announce p {
font-size:0.9em;
}

.announce h2 {
color:#993300;
letter-spacing:-0.05em;
font-weight:bold;
margin:0 0 10px 0;
padding:0;
}

.textright {
text-align:right;
margin:-10px 0 4px 0;
}

.center {
text-align:center;
}

.small {
font-size:80%;
line-height:1.2em;
}

.large {
font-size:130%;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}

.line20pt {
line-height: 20px;
}

img.up
{
position:relative;
top:-3px
}

