/***********************************************/
/* Author: Web Smart Media */                          
/***********************************************/
div.container {
	margin: 0px auto;
	width:1000px;
	text-align: left; /* for IE */
	background-color: #c1ec76;
            }
body, html {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #eaf3d9;
}
/******* hyperlink and anchor tag styles *******/

a:link a {
	color: #003399;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

/******* positioning divs *******/

#pagecell1{
	padding: 0px;
	margin: 0px;
	text-align: left;
}
	
/******* footer *******/

#sitebottomnav {
	font-size: 10px;
	color: #FFF;
	width: 960px;
	clear: both;
	text-align: left;
	margin-top: 0px;
	background-color: #255F38;
	height: 90px;
	font-weight: normal;
	}
#copyright {
	color: #FFF;
	line-height: 14pt;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#copyright a {
	color: #FFF;
	text-decoration: none;
}
#copyright a:hover {
	color: #9EBE91;
	text-decoration: underline;
}
#copyright img {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
}
#copyright strong {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
}
#copyright a:hover strong {
	color: #9EBE91;
	font-weight: normal;
	font-size: 12px;
}

#copyright {
}
#clear {
clear: both;
	}
#credits {
	float: left;
	font-size: 12px;
	color: #FFF;
	margin-left: 30px;
	width: 900px;
	font-weight: bold;
}
#totalpage {
	background-color: #ffffff;
	width: 960px;
}
