@import url("header.css");
@import url("navigation.css");
@import url("content.css");
@import url("footer.css");

/* ----- global style ----- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #6b6b6b;
	margin: 0px;
	padding: 0px;
	text-align: center; 	
	background: #67686b url(../images/body-bg-tile.gif) repeat-x 0 0;
}
#mainContainer {
	width: 972px;  
	background: #FFFFFF;
	margin: 0px auto;
	border: 1px solid Black;
	text-align: left; 
	padding: 4px;
}
h1 {
	margin: 20px 30px 15px 0px;
	font-size: 24px;	
	line-height: 27px;
	letter-spacing: -1.1px;
	color: Black;
}
h1 strong {
	color: #009934;
}
h2 {
	margin: 0px 25px 0px 0px;
	font-size: 17px;	
	line-height: 22px;
	letter-spacing: -0.3px;
	color: #009934;
}
h2 strong {
	color: Black;
}
h3 {
	margin: 0px 25px 0px 0px;
	font-size: 17px;	
	line-height: 22px;
	letter-spacing: -0.3px;
	color: #060606;
}
h4 {
	margin: 0px;
	font-size: 13px;	
	letter-spacing: -0.3px;
}
h5 {
	margin: 0px 0px 5px 0px;
	font-size: 11px;
	text-transform: uppercase;
}
p {
	margin: 0px 0px 20px 0px;
	padding-left: 1px;
}
small {
	font-size: 11px;
	line-height: 15px;
}
a {
	color: #009934;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}
a:focus {
	outline: none;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px;
}
img {
    border: 0px;
}