/* CSS Document */
*{margin:0px;padding:0px}
 
body {
background:url(images/background.gif);
font-family:Arial, Helvetica, sans-serif;
}
 
/* Container */ 
#container {
background-color: #ffffff;
width: 1000px;
margin: 50px auto 0 auto;
}
/* Container */  

/* Header */
#header {
background-color: #ffffff;
background: url(images/header.gif) no-repeat;
width: 1000px;
height: 80px;
}
 
#headernav {
float: right;
list-style: none;
margin-top: -26px;
margin-bottom: 3px;
margin-right: -1px;
height: 29px;
}

*+html #headernav {
float: right;
list-style: none;
margin-top: -26px;
margin-bottom: 3px;
margin-right: -1px;
height: 29px;
}

#headernav ul {
list-style: none;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 1px
}
 
#headernav li {
text-align: left;
float: left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
 
#headernav ul li a {
display: block;
margin-right: 0px;
padding: 0px 1px 0px 1px;
font-size: 14px;
font-weight: bold;
text-decoration: none;
} 
/* End Header */

/* Begin Blue */
#blue {
width: 1000px;
height: 20px;
background-color: #1b5ba2;
}

#blue2 {
width: 1000px;
height: 28.9px;
background-color: #1b5ba2;
}
/* End Blue */


 
#content {
width: 1000px;
margin-top: 2px;
margin-right: 0px;
margin-left: 0px;
font-size: 12px;
padding: 0px;
}
 
/* Begin Main */ 
#main {
background-color: #ffffff; 
color: #000000; 
margin: 5px 4px 5px 4px; 
padding:0px; 
}

#main ul {
list-style: none;
}

#main li {
display: inline;
margin: 0 auto 0 auto;
}
/* End Main */ 
  
 
/* End Special Menu Setup */

/* Begin Center Column */
#ccolumn {
background-color:#ffffff; 
color:#000000; 
margin:0px auto 5px auto; 
padding:0px; 
width:980px; 
}


#ccolumn a:link {
color: #1b5ba2;
text-decoration: none;
}

#ccolumn a:visited {
color: #1b5ba2;
text-decoration: none;
}

#ccolumn a:hover {
color: #1b5ba2;
text-decoration: underline;
}

#ccolumn a:active {
color: #1b5ba2;
text-decoration: none;
}
/* End Center Column */

/* Footer Properties */ 
#footer {
width: 1000px;
height: 50px;
clear: both;
border-top: #1b5ba2 1px solid;
}
 
#footer p {
font-size: 0.7em;
color: #1b5ba2;
padding: 9px 10px 9px 10px;
}

#footer a:link {
color: #1b5ba2;
text-decoration: none;
}

#footer a:visited {
color: #1b5ba2;
text-decoration: none;
}

#footer a:hover {
color: #1b5ba2;
text-decoration: underline;
}

#footer a:active {
color: #1b5ba2;
text-decoration: none;
}
/* End Footer Properties */  

h4 {
font-size: 1.6em;
color: #000000;
}

h5 {
font-size: 1.4em;
color: #000000;
padding: 2px;
}

p {
padding: 2px;
font-size: 12px;
} 

 
 /* Image & Float Properties */
.clear {
clear: both;
}

#thumb {
float: left;
width: 167px;
margin: 0px 0px 15px 5px;
}

.image {
float: left;
margin: 0;
padding: 5px;
}  
/* End Image & Float Properties */

/* Contact Form */

form {
width: 400px;
margin: 0 auto 0 auto;
}

fieldset {
border: 1px solid #2f93e9;	
}

legend {
background-color: #2f93e9;
color: #ffffff;
font-weight: bold;
padding: 2px;
font-size: 12px;
}

#notes {
height: 50px;	
}

.red {
color:#F00;	
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	/*background-image: url(images/bg.gif);*/
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
/*table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}*/
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

.datahighlight {
        background-color: #bcd4ec !important;
}
/* End Contact Form */
