@charset "utf-8";
/* CSS Document */


/*Body*/

body{
	background: url(graphics/background.gif) fixed;
	background-color: #00a759;
}

/*Wrap*/

#wrap{
	margin: 0 auto;
	width: 1000px;
	height: auto;
	clear: both;
	background-color: #00a759;
	

}




/*Header*/


#header{
	width: 1000px;
	height: 298px;
	padding: 0px;
	background-color: #00a759;
}

#header p{
	display: none;
}

#header img{
	border: none;
}

/*Sidebar*/
#navigation{
	width: 1000px;
	height: 30px;
	background: url(graphics/nav.gif);
	padding: 0;
	color: #000;
	font-size: 25px;
	
}


.nav-horizontal{
	list-style: none;
	text-decoration: none;
	text-align:center;
	padding:0;
}

.nav-horizontal li{
	font-size: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	display: inline;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0px;
}

.nav-horizontal li a{
	color: #FFF;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0px;
}

.nav-horizontal li a:hover{
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-style: italic;
}
/*Main*/


#main{
	width: 1000 px;
	height: auto;
	clear:both;
	background: url(graphics/body.gif); 
}

#main img{
	border: none;
	text-align: center;
}

#main h1{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #00a759;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
	font-weight:bold;
	
}

#main h2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color:#000;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
}

#main p{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 17px;
	color: #000;
	text-align: left;
	
	padding-right: 50px;
	padding-left: 60px;
}

#main table{
	border-style: hidden;

}

#main table h1{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #000;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
	font-weight:bold;	
}

#main table h2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color:#000;
	text-align: center;
	padding: 0px;
	font-weight: bold;
}


#main table p{
	
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 17px;
	color: #000;
	text-align: left;
	
	padding-right: 50px;
	padding-left: 60px;
}

#main table img{
	border-color: #00a759;
	border-width: 3px;
	text-align: center;
}




/**
#main table a{
	color: #960b0b;

	font-family: "MS Serif", "New York", serif;
	text-decoration: underline;
	font-size: 20px;
font-weight: normal;
margin: 0px;
	text-align: center;
}**/


/**
#main table li{
		font-family: "Myriad Pro", Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
	text-align: left;
	margin: 5px;
	font-weight:normal;
	list-style: disc;
}**/


/*Footer*/

#footer{
	height:51 px;
	width:1000 px;
	clear: both;
	
}
#footer p{
	display: none;
}
#footer img{
	border: none;
}



/*EXTRAS*/
.center-table-img{
	margin-right: 25px;
	margin-left: 25px;
}

.border-none{
	border: none;
}

.center{
	
	
}

.img-no-border{
	border: none;
}

.float-left{
	float: left;
	padding: 15px;
}

.float-right{
	float: right;
	padding: 50px;

}

.table{
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 22px;
	font-weight: bold;
}#wrap #main table tr td p {
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#wrap #main table tr td {
	text-align: center;
}
#wrap #main p {
	text-align: center;
}
