


@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #EBF2DA;
	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 */
	color: White;
	font-size: 14px;
	
}
a{
text-decoration: none;

}

.oneColFixCtr #container {
	width: 915px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #EBF2DA;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
-->

.white{
color:White;

}

.green{

color: #5E7630;
}
#banner{

margin-top: 5px;
height: 128px;
width: 915px;
}

/*#header {	
	height: 100px;
	width: 915px;
	background-repeat:no-repeat;
	float:left;
	background-color:#000000;
	margin-top: 5px;
	background-image:url(images/header.gif)
}

#header2 {
	
	height: 75px;
	width: 270px;
	background-repeat:no-repeat;
	float:right;
	background-color:#000000;
	font-size: 18px;
	background-image:url(images/nps.gif)
	
}

#line{

height:1px;
width: 915px;

background-color:#999999;


}

#navcontainer ul
{
padding-top:5px;
padding-bottom:5px;
height:20px;
width:910px;
padding-left: 5px;

background-color: #000000;
color: White;
font-size:13px;
margin: 0px;

}

#navcontainer ul li 
{
 
 display: inline; 
 padding: 0px 12px;
 }

#navcontainer ul li a
{
*/

color: white;
text-decoration: none;

}

#navcontainer ul li a:hover
{

color: #CCCCCC;
}
#line2{
margin-top: 0px;
height:2px;
width: 915px;

background-color:#999999;


}

#gallery1{

margin-top: 5px;
height: 150px;
width: 918px;

}
.pictitle{
background-color: #333333;
height: 15px;
width: 146px;
padding: 3px 2px 2px 2px;
color:white;
float:left;
margin-right: 3px;
text-align:center;
font-size: 11px;
text-transform:uppercase;

}
/*
#pictitle1{

}
#pictitle2{

}
#pictitle3{

}
#pictitle4{

}
#pictitle5{

}
#pictitle6{

}


#picture1{

width: 150px;
height: 125px;
margin-bottom: 5px;
margin-right: 3px;
background-repeat: no-repeat;
float: left;

}


#picture2{

width: 150px;
height: 125px;
margin-bottom: 5px;
margin-right: 3px;
background-repeat: no-repeat;
float: left;
}


#picture3{

width: 150px;
height: 125px;
margin-bottom: 5px;
margin-right: 3px;
background-repeat: no-repeat;
float: left;
}



#picture4{

width: 150px;
height: 125px;
margin-bottom: 5px;
margin-right: 3px;
background-repeat: no-repeat;
float: left;
}



#picture5{

width: 150px;
height: 125px;
margin-bottom: 5px;
margin-right: 3px;
background-repeat: no-repeat;
float: left;
}


#picture6{

width: 150px;
height: 125px;
margin-bottom: 5px;
margin-right: 3px;
background-repeat: no-repeat;
float: left;
}
*/


#bottombar
{
background-image: url(images/bottomw.gif);
background-repeat:no-repeat;
height: 20px;
width: 915px;


}
#botcontainer ul
{
margin-top: 10px;
margin-bottom: 0px;
height:20px;
padding-left: 0;
color: Black;
font-size:12px;
text-align: right;
}

#botcontainer ul li 
{
 
 display: inline; 
 padding: 5px;
 }

#botcontainer ul li a
{


color: Black;
text-decoration: none;

}

#botcontainer ul li a:hover
{
color: #CCCCCC;
}

#copyright{
font-size:9px;
color: #666666;
text-align: right;
}

#copyright a {
text-decoration: none;
color: #666666;
}

#increase{
background-image:url(images/font-inc.gif);
background-repeat:no-repeat;
float:right;
width:25px;
height:25px;
margin-top:5px;
margin-left: 3px;
}


#decrease{

background-image:url(images/font-dec.gif);
background-repeat:no-repeat;
float:right;
width:25px;
height:25px;
margin-top:5px;
margin-left: 3px;
}