body  {
	/*font: 100% Century Gothic,, Verdana, Arial, Helvetica, sans-serif;
	xbackground: #666666;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	FONT-SIZE: 12px;
    COLOR: #666666;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/background2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #2e0300;
}
.hid {display: none;}
.shw {display: block;}

A:link {  font-weight: bold;  font-family:  Arial, Verdana, Helvetica;  color: #b83427; TEXT-DECORATION: underline
}
A:visited { font-weight: bold;  font-family:  Arial, Verdana, Helvetica;   color: #b83427; TEXT-DECORATION: underline
}
A:hover {  font-weight: bold;  font-family:  Arial, Verdana, Helvetica;   color: #b83427; TEXT-DECORATION: none
}
A:active {  font-weight: bold;  font-family:  Arial, Verdana, Helvetica;   color: #b83427; TEXT-DECORATION: underline
}
	H1 { font-size: 20px; font-family: arial,verdana,helvetica, sans-serif; color:#808080; margin-bottom:1em;}
	H2 { font-size: 18px; font-family: arial, verdana,helvetica, sans-serif; color:#808080; margin-bottom:0em;} 
	H3 { font-size: 16px; font-family: arial, verdana,helvetica, sans-serif; color:#808080; margin-bottom:0.5em; margin-top:0em; }
	H4 { font-size: 14px; font-family: verdana,helvetica, arial, sans-serif; color:#000000; margin-bottom:0em; margin-top:0.5em; text-decoration:underline} 
	H5 { font-size: 16px; font-family: arial, verdana,helvetica, sans-serif; color:#000000; margin-bottom:0.5em; margin-top:0.5em;}
	H6 { font-size: 11px; font-family: arial, verdana,helvetica, sans-serif; color:#000000;}
	PRE, TT, CODE, INPUT, TEXTAREA, SELECT { font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; font-size: x-small; }
#container { 
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffedd1;
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 8px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #ffedd1; 
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	margin-top:0px;
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;*/ /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	margin: 4px;
	border: 1px dotted #666666;
	float: right; /* since this element is floated, a width must be given */
	width: 135px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFAFAF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px; /* padding keeps the content of the div away from the edges */
}
#mainContent { 
	margin: 0 140px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 4px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffedd1;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#red { background:#ff4040; border: 1px grey solid}
#blue { background:#00FFFF; border: 1px grey solid}
#green { background:#00FF00; border: 1px grey solid}
#purple {background: #FF00FF; border: 1px grey solid}
#yellow {background: #FFFF00; border: 1px grey solid}
#gray {background:#CCCCCC; border: 1px grey solid}
#aqua {background:#01c4ff; border: 1px grey solid}
#leaf {background:#c0ffc0; border: 1px grey solid}
#white {background:#fff; border: 1px grey solid}

#imgs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#imgs ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0px solid #000;
	list-style: none;
	display: inline;
	}
	

#footerTxt {
	margin: 0;
	padding: 0;
	}	
#footerNav {
	color: #808080;
	border:#000000 dashed 0px;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: auto;    
	margin-right: auto; 
	margin-top: 0px; 
	margin-bottom: 0px;
	text-align: center;
	}
#footerNav ul, #footerNav li {
	color: #808080;
	font-size: 10px;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	overflow:hidden;
	
	}
	
#footerNav a:link, #footerNav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #808080;
	}

#footerNav a:hover {
	color:#808080;
	text-decoration: none;
	}	
/* SUB MENU BLOCK */
div#sub-menu {
	/*width:8em;*/
	}
div#sub-menu {
    font-family: Century Gothic, Verdana, Arial,Tahoma, Helvetica;
    font-size:10px;
    font-weight:normal;
    line-height:13px;
    margin-top:0px;
    margin-bottom:0px;
	text-transform:uppercase;
    color:#ffffff;
	}

div#sub-menu a:link, div#sub-menu a:visited {
	margin:0px;
	padding:6px;
    display: block;
	color: #ffffff;
	font-weight:normal;
	padding-left: 20px;
    background: url(../images/button1.gif) no-repeat;
    background-repeat: no-repeat;
    background-position: 2px;
	/*border-top: 1px solid #FFF;*/
    /*background: url(../images/bit.jpg) bottom repeat-x ;*/
    text-decoration:none;
	}

div#sub-menu a:hover {
    text-decoration:none;
    background: #000000;
	background: url(../images/button1_over.gif) no-repeat;
    background-repeat: no-repeat;
    background-position: 2px;
	font-weight:normal;
	color: #ffffff;
	}

h1.heading {
    font-size:24px;
	white-space: nowrap;
    color:#000000;
    line-height:16px;
	background: #CCCCCC;
    padding: 10px;
	margin: 0px 1px 0px 0px;
	text-transform:capitalize;
	border-bottom: solid 2px #FFF
	}
h2.heading {
    font-size:22px;
	white-space: nowrap;
    color:#000000;
	background: #CCCCCC;
    padding: 6px;
	margin: 0px 1px 0px 0px;
	text-transform:lowercase;
	}
.hr {
	color:#c0c0c0;
	}
	
.redCap {
	color:#FF0000;
	font-size:18px;
	}
.statement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px; 
	color:#000000;
	margin-bottom:0em;
	}
.aff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	float: right;
	width:650px;
	}
.icon {
	float: left;
	width:80px;
	}
	

.contactform            {
	font:1em/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin-left: auto;    
	margin-right: auto;
	background:#FFFFFF; 
	width:50em;
	text-align:left;
	padding:0;}


 * Form elements
 -----------------------*/
fieldset        {padding:5px 30px;margin:0;border:1px solid #ccc;-moz-border-radius:1em;-webkit-border-radius:1em;border-radius:1em;border-bottom-width:10px;}
fieldset ol {  
padding: 0em 1em 0 1em;  
list-style: none;
}
fieldset li {  
padding-bottom: 1em;
} 
legend          {color:#333;padding:0 10px;margin:0;font-size:1.5em;font-weight:400;}
input           {width:250px;}
input,
textarea        {font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;font-size: 12px;border:1px solid #ccc;padding:5px;margin:10px 0 0 0;}
input:focus,
textarea:focus  {background:#ffc;}
textarea        {font:.9em Verdana, Arial, Helvetica, sans-serif;}
label           {display:block;margin:12px 0 0;font-weight:700;font-size:.9em;float:left;clear:left;width:200px;text-align:left;}
select           {margin:12px 0 0;}
label:after     {content:": ";}
button          {display:block;float:left;clear:both;margin:1em 0 1em 90px;}

/*
 * User feedback
 -----------------------*/
.yay, .oops     {font-size:.8em;text-align:center;padding:10px;color:#fff;font-weight:700;}
.yay            {background:#090;}
.oops           {background:#f30;}
div.error       {font-size:.8em;font-weight:700;padding:5px 0 0;color:#f30;margin:0 0 0 90px;}

/*
 * Captcha
 -----------------------*/
ximg            {border:1px solid #777;margin:0 0 0 90px;display:block;}
.human             {font-size:1.2em;font-weight:400;margin:30px 0 10px 90px; text-align:left}

td.hcolor {  
	background: #404040;
	color:white;
}
td.color {  
	background: #FFFFFF;
	color:white;
	}

.red {color: red; 
	}

.more { color: #666666; font-family:  Arial, Tahoma, Helvetica, sans-serif;   font-weight: normal;  font-size: 11px; 
}
A.more:link {  font-weight: bold;  font-family:  Arial, Verdana, Helvetica;  color: #b83427; TEXT-DECORATION: underline
}
A.more:visited { font-weight: bold;  font-family:  Arial, Verdana, Helvetica;   color: #b83427; TEXT-DECORATION: underline
}
A.more:hover {  font-weight: bold;  font-family:  Arial, Verdana, Helvetica;   color: #b83427; TEXT-DECORATION: none
}
A.more:active {  font-weight: bold;  font-family:  Arial, Verdana, Helvetica;   color: #b83427; TEXT-DECORATION: underline
}

.small { font-size: 10px; color: #000000; font-family: Arial, Tahoma, Verdana,  Helvetica, sans-serif; font-weight: normal; padding:5px
}
P.small A:link {  font-weight: normal;  font-family:  Arial, Verdana, Helvetica;   font-size: 10px; color:red; TEXT-DECORATION: underline
}
P.small A:visited {  font-weight: normal; font-family:  Arial, Verdana, Helvetica; font-size: 10px; color: #FFFFFF; TEXT-DECORATION: underline
}
P.small A:hover {  font-weight: normal;  font-family:  Arial, Verdana, Helvetica;  font-size: 10px; color: red; TEXT-DECORATION: none
}
P.small A:active {  font-weight: normal;  font-family:  Arial, Verdana, Helvetica;  font-size: 10px; color: #FFFFFF; TEXT-DECORATION: underline
}

.footernav { COLOR: #E0E0E0; font-family: Arial, Verdana, Tahoma, Helvetica;  font-weight: normal;  font-size: 10px;
}
P.footernav A:link { COLOR: #E0E0E0;  font-family: Arial, Verdana, Tahoma, Helvetica;  TEXT-DECORATION: underline
}
P.footernav A:visited { COLOR: #E0E0E0; font-family: Arial, Verdana, Tahoma, Helvetica;  TEXT-DECORATION: underline
}
P.footernav A:hover { COLOR: #E0E0E0; font-family: Arial, Verdana, Tahoma, Helvetica;  TEXT-DECORATION: none
}
P.footernav A:active { COLOR: #E0E0E0;  font-family: Arial, Verdana, Tahoma, Helvetica;  TEXT-DECORATION: underline
}

form { display:inline; margin-bottom:0em;
}
