body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	margin:0 ;
}
#wrapper {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/columns.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#header {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1 {
	display: none;
}

#leftsidebar {
	float: left; display:inline;
	width: 200px;
	margin-left: 0px;
	margin-right: 0px;
}
#leftsidebar h1{
color: #006666;
font-size: 14px;
font-weight: bold;
margin-bottom: 0px;
}
/* CSS Document - drop down menu */

div#listmenu ul {margin:0; padding:0;z-index:10;} 

/* the horizontal menu starts here */
div#listmenu {
width:100%;
float:left;
text-decoration:none;
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
z-index:10;
background-color: #626365;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #626365;
border-bottom-color: #626365;
height: 25px;
}

div#listmenu ul {
margin: 0; z-index:10;/* indents ul from edge of container */
}

div#listmenu li {
float:left; /* causes the list to align horizontally instead of stack */
position:relative; /* positioning context for the absolutely positioned drop-down */
list-style-type:none; /* removes the bullet off each list item */
background-color:#626365; /*sets the background of the menu items */
border-right:1px solid #626365;
border-bottom:1px solid #626365;
padding-top: 4px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;
height: 21px;
z-index:10;
}
div#listmenu li:first-child {
border-left:1px solid #626365; /*the first vertical line on the menu */
}
div#listmenu li.nohover:hover { 
background-color:#626365; /*sets the background of the menu items */
}
div#listmenu li:hover { 
background-color:#626365; /*sets the background of the menu items */
}
div#listmenu a {
display:block;
text-decoration:none;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
/*font-size: 10px;*/
font-weight: normal;
}
div#listmenu a:hover {
color: #A3CF5C;
text-decoration: none;
/*font-size: 10px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;*/
}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#listmenu ul li ul {
position:absolute;
width:100px;
left:-1px;
margin-top: 3px; /* positions drop downs */
margin-left: 0px;
z-index:10;
}
div#listmenu ul li ul li {
width:100%; /* makes the list items fill the list container (ul) */
border-left:1px solid 626365; /* three sides of each drop-down item */
border-bottom:1px solid 626365;
border-right:1px solid 626365;
z-index:10;
}
div#listmenu ul li ul li:first-child {
border-top:1px solid 626365; /*the top edge of the dropdown */
}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;z-index:10;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* pop-out starts here */
body div#listmenu ul li ul li ul {
visibility:hidden; /* same effect as display:none in this situation */
top:-1px;
left:15.8em;
z-index:10;
}
div#listmenu ul li ul li ul li {
padding-left: 20px;
} 

div#listmenu ul li ul li ul li ul li {
padding-left: 30px;
} 

div#listmenu ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* second level popouts start here*/
div#listmenu ul li ul li:hover ul li ul {visibility:hidden;}
div#listmenu ul li ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* third level popouts start here*/
div#listmenu ul li ul li ul li:hover ul li ul {visibility:hidden;}
div#listmenu ul li ul li ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */


/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
float:left; /* makes the ul wrap the li's */
border-left:1px solid #626365; /* adds the rightmost menu vertical line to the ul */
margin-left:1px; /* IE doubles the given value above - why? */
}
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html div#listmenu ul li ul {
border-top:1px solid #626365;
border-left:0px; /* stops the drop inheriting the ul border */
}
/* end of hack zone */
/* END OF LIST-BASED MENU */

#centercontent {
	float: left; display:inline;
	width: 531px;
	margin-left: 12px;
	margin-right: 12px;
}

#centercontent h1{
color: #000000;
font-size: 16px;
font-weight: bold;
margin: 0px;
}

#centercontent .bigtext{
color: #660000;
font-size: 16px;
font-weight: bold;

}

#centercontent h2{
color: #000000;
font-weight: bold;
font-size: 14px;
margin: 0px;
}

#centercontent h3{
color: #00000;
font-size: 13px;
font-weight: normal;

}
#centercontent h4{
color: #000000;
font-size: 14px;
font-weight: normal;
}

#centercontent p{
margin-top:0px;

}

#centercontent a:link, #centercontent a:visited {
	text-decoration: underline;
	color: #000000; 
}

#centercontent a:hover {
	color: #000000;
	text-decoration: none;
}
#centercontent a:active {
	color: #000000;
	text-decoration: underline;
}

#centercontent a.biglink {color: #660000; text-decoration: underline; font-size: 14px; font-weight: bold; }
#centercontent a.biglink:visited {color: #660000; text-decoration: underline; font-size: 14px; font-weight: bold; }
#centercontent a.biglink:hover {color: #003366; text-decoration: underline; font-size: 14px; font-weight: bold; }

#rightsidebarhome {
	float: left; display:inline;
	width: 200px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 11px;
	
}
#rightsidebarhome h1{
color: #006666;
font-size: 14px;
font-weight: bold;
margin-bottom: 0px;
}

.collspace2 {
line-height: 6px;
}

.column {width: 531px;}
.column1{
width: 255px; 
float: left; 
display:inline;
}
.column2{
width: 21px; 
float: left; 
display:inline;
}
.column3{
width: 255px; 
float: left; 
display:inline;
}



#newssection a:link, a:visited {
	text-decoration: none;
	color: #61868F; 
	text-decoration: none;
}

#newssection a:hover {
	color: #000000;
	text-decoration: underline;
}
#newssection a:active {
}


.newslinkheader {
color: #0054a5;
font-size: 14px;
font-weight: bold;
margin: 0px;
}

/*#rightsidebar {
	float: left; display:inline;
	width: 174px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 10px;
	font-size: 11px;
	
}

#rightsidebar a:link, #rightsidebar a:visited {
	text-decoration: none;
	color: #660000; 
	text-decoration: none;
}

#rightsidebar a:hover {
	color: #000000;
	text-decoration: underline;
}
#rightsidebar a:active {
}

#rightsidebar h1{
color: #0054a5;
font-size: 14px;
font-weight: bold;
}

#rightsidebar h2{
color: #0054a5;
font-size: 11px;
text-decoration: underline;
}

.contad{
	/*background-color: #FFFFFF;*/
/*	border: 1px solid;
	border-color:#990000 #0054a5 #0054a5 #990000;
	color:#0090d6;
	
	text-align:center;

}*/

.contad a{
display: block;
outline: none;
text-decoration: none;
font-weight: bold;
font-size: 12px;
color: #990000;
font-family: Arial, Helvetica, sans-serif;
border-bottom: 1px solid;
border-top: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-color:#0054a5 #0054a5 #0054a5 #0054a5; 
background-color:#ffffff;
margin-bottom: 10px;

}


/*.contad a:visited{
color: 000000;
}*/

.contad a:hover, .contad a:active{
outline: none; 
background-color:#ffffff;
color: #0054a5;
font-size: 12px;
border-bottom: 1px solid;
border-top: 2px solid;
border-left: 4px solid;
border-right: 1px solid;
border-color:#990000 #0090d6 #0090d6 #990000; /*light dark dark light*/
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
}
/*.contad {
	background-color: #FFFFFF;
	padding: 8px;
	margin-top: 20px;
	margin-bottom: 12px;
	border: 1px solid;
	border-color:#990000 #0054a5 #0054a5 #990000; /*light dark dark light*;
}*/

.productsheader {width: 531px;}
.coll1{
width: 259px; 
float: left; display:inline;
height: 20px; 
padding-top: 4px;
background-color: #BCCEE2;
font-size: 12px;
color:#000000;
font-weight: bold;
}
.coll1 p{
padding-left: 5px;
display: inline;
} 
.coll2 { 
width: 12px; float:left; display:inline;
}
.coll3{
width: 259px;
float: left; display:inline;
height: 20px; 
padding-top: 4px;
background-color: #BCCEE2;
font-size: 12px;
color:#000000;
font-weight: bold;
}
.coll3 p{
padding-left: 5px;
display: inline;
}
.productssection {width: 531px;}
.colls1{
width: 259px; 
float: left; display:inline;
background-color: #FFFFFF;
padding-top: 4px;
padding-bottom: 4px;
}
.colls2 { 
width: 12px; float:left; display:inline;
}
.colls3{
width: 259px; 
float: left; display:inline;
background-color: #FFFFFF;
padding-top: 4px;
padding-bottom: 4px;
}
.products {width: 259px;}
.products a:link, .products a:visited {
	text-decoration: none;
	color: #26599D; 
}
.products a:hover {
	color: #375B19;
	text-decoration: underline;
}
.products a:active {
}
.collp1{
float: left; display:inline;
width: 90px;
border: 1px;
border-color:#000000;
border-style: solid;
}

.collp2 { 
float:left; display:inline;
width: 4px;
}
.collp3 { 
float:right; display:inline;
width: 161px;
font-size: 10px;
}
.productsfooter {
width: 531px;
text-align:right;
}

#centercontent a.productsfooterlink, a.productsfooterlink:visited {
	text-decoration: underline;
	color: #FFFFFF; 
}
#centercontent a.productsfooterlink:hover {
	color: #ffffff;
	text-decoration: none;
}
#centercontent a.productsfooterlink:active {
}
.collf1{
width: 259px; 
float: left; display:inline;
height: 20px; 
background-color: #626365;
font-size: 12px;
color:#00616C;
font-weight: bold;
}
.collf1 p{
padding-right: 5px;
display: inline;
} 
.collf2 { 
width: 12px; float:left; display:inline;
}
.collf3{
width: 259px;
float: left; display:inline;
height: 20px; 
background-color: #626365;
font-size: 12px;
color:#00616C;
font-weight: bold;
}
.collf3 p{
padding-right: 5px;
display: inline;
} 
.collspace {
line-height: 20px;
}




.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 160px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
border-bottom: 1px solid;
border-top: 1px solid;
border-left: 7px solid;
border-right: 1px solid;
border-color:#91B1D9 #063968 #063968 #91B1D9; /*light dark dark light*/
background-color: #074483;
text-decoration:none;
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: white;
background-color: #EF4223;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
}

.buttonmenu2{
list-style-type: none;
margin: 0;
padding: 0;
width: 160px;
}

.buttonmenu2 li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
border-bottom: 1px solid;
border-top: 1px solid;
border-left: 7px solid;
border-right: 1px solid;
border-color:#669999 #000000 #000000 #669999; /*light dark dark light*/
background-color: #014D5A;
text-decoration:none;
}


.buttonmenu2 li a:visited{
color: white;
}

.buttonmenu2 li a:hover, .buttonmenu li a:active{
color: white;
background-color: #009999;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
}

.even {
background-color:#BDD4EB;
}

.odd{
background-color:#F2F9FA;
}

.tblheader{
background-color: #939598;
color: #FFFFFF;
font-weight: bold;
font-size: 11px;
}

/* End hide from IE-mac */
/* end float fix */
.clear {
	clear: both;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;

}

#footer {
	background-color: #626365;
	padding: 8px;
	color: #F8F8F8;
}

#footer p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;

}
#footer a:link, #footer a:visited {
	text-transform: uppercase;
	color: #FFFFFF;
	width: 175px;

	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #A3CF5C;
}
#footer a:active {
}

table {
	border-collapse: collapse;
	width: 100%;
	font-size: 11px;
	border: 1px solid black;
}
table tr.even {
	background-color: #BDD4EB;
}
table tr.odd {
	background-color: #F2F9FA;
}
table tr.head {
	background-color: #000000;
	color:#FFFFFF;
}

table td.head {
	height: 20px;
}

td {
	padding: 4px;
	border: 1px solid black;
}

input {
 font-size:12px;
}


.texta {
font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
  background-color: #ffffff;
 border: 1px solid #00616C; 
}

.texta2 {
font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
  background-color: #ffffff;
 border: 1px solid #EC5923; 
}

.texta3 {
font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
  background-color: #ffffff;
 border: 1px solid #0059A3; 
}

.texta4 {
font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
  background-color: #ffffff;
 border: 1px solid #0063A3; 
}


.sub {
font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
 color: #ffffff;
  background-color: #00616C;
 border-left: 1px solid #56B8B9; 
 border-top: 1px solid #56B8B9; 
 border-right: 1px solid #000000; 
 border-bottom: 1px solid #000000; 
}

.sub2 {
font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
 color: #ffffff;
  background-color: #EC5923;
 border-left: 1px solid #EC5923; 
 border-top: 1px solid #EC5923; 
 border-right: 1px solid #000000; 
 border-bottom: 1px solid #000000; 
}

.sub3 {
font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
 color: #ffffff;
  background-color: #0059A3;
 border-left: 1px solid #0059A3; 
 border-top: 1px solid #0059A3; 
 border-right: 1px solid #0059A3; 
 border-bottom: 1px solid #0059A3; 
}

.sub4 {
font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
 color: #ffffff;
  background-color: #0063A3;
 border-left: 1px solid #0063A3; 
 border-top: 1px solid #0063A3; 
 border-right: 1px solid #0063A3; 
 border-bottom: 1px solid #0063A3; 
}

select {
font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
}

textarea {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}