body {
	background:url('/Images/bg.png');
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}
p {
	font-size: 130%;
	color: #000000;
	text-decoration: none;
	}
h1 {
	font-size: 150%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
h2 {
	font-size: 130%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
a {
	color: #0000FF;
	text-decoration: none;
	}
a:hover {
	color: #0099FF;
	text-decoration: underline;
	}
a.intro {
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	}
a.intro:hover {
	color: #000000;
	text-decoration: underline;
	}
	
/* New CSS */
.topGradientBG {
	background: #6587db;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
}
.topGradient {
	height: 45px;
	margin-right: 150px;
	}
.designer {
	background: #6587db;
	position: absolute;
	top: 0;
	right: 0;
	height: 35px;
	padding: 5px;
	width: 140px;
	color: #000;
	text-align: right;
	font-size: 100%;
}
	.designer a {
		color: #fff;
	}
	.designer a:hover {
		color: #000;
	}
.logoBG {
	background: #fff;
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	height: 55px;
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	height: 50px;
	width: 275px;
	padding: 5px;
	}
.logoGradient {
	height: 60px;
	margin-left: 280px;
	}
.navBar {
	position: absolute;
	top: 95px;
	left: 0;
	background-color: #6587db;
	width: 100%;
	height: 33px;
	font-size: 100%;
	border-bottom: 1px solid #000;
}
	.navBar a {
		display: block;
		float: left;
		background: transparent;
		margin: 5px 5px 5px 5px;
		padding: 2px 5px 2px 5px;
		border: 1px solid #6587db;
		text-decoration: none;
		color: #fff;
		font-size: 130%;
		text-align: center;
	}
	.navBar a:hover {
		background: #d6deff;
		border: 1px solid #000;
		color: #000;
		text-decoration: none;
	}
	.navBar a.divider {
		background: transparent;
		border: 0;
		margin: 7px 0 5px 0;
		padding: 0;
		color: #fff;
		font-size: 130%;
		text-align: center;
	}
	.navBar a.divider:hover {
		background: transparent;
		border: 0;
		color: #fff;
	}
.mainCell {
	position: absolute;
	top: 129px;
	left: 0;
	padding: 10px 10px 0 10px;
	background-image: url(../Images/mainCell.png);
	background-color:#fff;
	background-repeat: repeat-y;
	text-align: justify;
	border-bottom: 1px solid #000;
	}
.bottomGradient {
	position: relative;
	left: -10px;
	height: 30px;
	width: 100%;
	}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}
/* End Mozilla code */