body {
	background-image: url(../images/page-background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-right: 0;
	padding: 0;

}
.maintext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
		.main-content-right a:link { color: #0066cc; text-decoration: none; }
		.main-content-right a:visited { color: #0066cc; text-decoration: none; }
		.main-content-right a:hover { color: #000000; cursor: pointer; text-decoration: underline; }
		.main-content-right a:active { color: #0066cc; text-decoration: none; }
.main-content-left {
	background-image: url(../images/main-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 300px;
	margin-right: 20px;
	padding-left: 15px;
	margin-top: 30px;
}
.main-content-right {
	background-image: url(../images/main-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 6px;
	padding-bottom: 15px;
	padding-left: 10px;
	width: 650px;
	padding-right: 0px;


}
.topLogo {
	background-image: url(../images/top-logo.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	left: 60px;
	top: 0px;
	position: absolute;
	height: 90px;
	width: 168px;

}
.topLogo h1 a
{
	position: absolute;
	width: 168px;
	height: 97px;
	top: 30px;
	left: 20px;
}

.topLogo h1 a span
{
	display: none;
}
.global-nav {
	width:260px;
	position: absolute;
	left: 30px;
	top: 130px;
	padding-top: 2px;
}
.menu
{
	list-style: none;
	line-height: 20px;
}
.menu ul
{
	list-style: none;
	margin-left: 30px;
	display: none;
}
.menu li
{
	background-image: url(../images/line.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 2px;
	margin-left: -50px;
	font-size: 14px;


}
.menu li a
{
	text-decoration: none;
	padding-left: 30px;
	background-image: url(../images/icon.jpg);
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #5f5f5f;
	display: block;
}
.menu li a:hover
{
	background-color: #dceebd;
}
.menu li li
{
	background: none;
}

.menu ul li a
{
	text-decoration: none;
	padding-left: 50px;
	background: none;
	display: block;
}

.menu ul li a:hover
{
	background-color: #d9e6f5;
}
.homebackground {
	width: 631px;
	background-position: right;
	background-image: url(../images/homeback2.jpg);
	background-repeat: no-repeat;
	height: 250px;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	color: #008BE8;
	font-weight: normal;
	text-transform: capitalize;
	margin-top: 20px;



}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: capitalize;
	color: #A7CE31;

}
.homecolumn {
	float: left;
	width: 50%;
	margin-top: 20px;
}
.page-nav {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;




}
.page-nav-link{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #333333;
	font-weight: normal;
	margin: 0px 4px 0px 0px;
	padding: 2px 15px;
	text-align: center;
	font-size: 12px;
}
