body { 	
	margin:0px; 
	background-color:#CCCCCC;
	text-align:center; /* Centering Hack Part 1 */
}
h1 {
	font-size:18px;
	}
#container {	
	width:780px;
	margin:0px auto; /* Centering Hack Part 2 */
}
#textArea a{
	color:#377270;
	border-bottom:1px dotted #377270;
	text-decoration:none;
}
#textArea a:hover {
	color:#111111;
	}
#textArea {
	margin:0px 20px 0px 20px;
	padding:15px 15px 15px 15px;
}
#textArea p {
	text-align:justify;
	line-height:24px;
}
#header {
	width:100%;
	height:221px;
}
#menu {
	background-image:url(images/menu_bg.gif);
	background-repeat:repeat-x;
	height:30px;
	text-align:left;
	padding:0px 0px 0px 5px;	
}
#menu li a:hover {
	text-decoration:;
	background-image:url(images/button.gif);
	display:inline;
	height:22px;	
	}
#menu ul {
	margin: 0;
	padding: 0;
	
}
#menu li {
	display: inline;
}
#menu li.first {
list-style: none;
}
#menu li.divide {
background-image:url(images/menu_div.gif);
background-position:left top;
background-repeat:repeat-y;


	}



}
#menu a {
	display: inline;
	float: left;
	padding: 6px 6px 0px 6px;
	text-transform: none;
	text-decoration: none;
	font: 12px "Times New Roman", Times, serif;
	color: #111111;
}
#content {
	background-image:url(images/content_bg.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#E1F7F7;	
	min-height:400px;
	text-align:left;
	}
#footer {
	width:100%;
	height:92px;



}

#footer p {
	font-size:12px;
	color:#377270;
	}
#footer a {
	font-size:12px;
	color:#377270;
	}
	
#infoFooter {
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	height:30px;
	padding-top:7px;
	}