@charset "UTF-8";
/* CSS Document */

body {
	background:url(../images/background.png);
    font: 1em Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center; /* Centers the container */
    margin: 0;
    padding: 0;
}


#wrapper {
	background:url(../images/indexbackground.gif);
    width: 1000px; 
	height: 757px;
    margin: 33px auto; /* It's important to set the margin to auto if you want the layout to center */
    text-align: left;
}

#header, #column1 {
	padding: 20px 10px 10px;  /* This sets a 10px padding on all of our content boxes */
}


#section1 {
	float: left; /* Sets this section to the left */
	width: 1000px;
	height: 475px;
}

    #column1 {
	float: left; /* Sets this column to the left inside its section */
	width: 190px;
	margin: 43px 0px 0px 30px;
	list-style: none;
    }


#column1 ul li {
	list-style: none;
	position: relative;
	width: 140px;
	}
	
	
#column1 ul li a {
	margin:0px;
	display: block;
	height:40px;
	line-height:26px;
	text-decoration: none;
	color:#FFFFFF;
	background:url(../images/rolloverbutton.png) no-repeat;
	padding: 10px 0px 0px 10px;
	border: 0;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}
	
#column1 a:hover {
	color:#FFFF00;
	}
	
#column1 li:hover ul, li.over ul { display: block; }

#footer {
	clear: both;
	padding: 0px 0px 0px 207px;
	height: 225px;
	line-height: 1.3;
}

#footer ul li {
	display: inline;
	list-style: none;
}
.foottext {
	clear: both;
}
.information {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	line-height: 1.3;
}
.italictext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-style: italic;
	display: block;
	padding: 10px 0px 2px;
	text-align: center;
}

