/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #83A9C9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	background-image: url(images/bgPattern.gif);
	background-repeat: repeat-x;
}

a:hover {
	text-decoration: underline;
}
#container #content p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 1.5em;
}
img.right {
	margin-left: 10px;
	display: inline;
	float: right;
	margin-bottom: 10px;
}
img.left {
	margin-right: 10px;
	display: inline;
	float: left;
	margin-bottom: 10px;
}
img {
	border: 0px;
	margin-top:0px;
}
input {
	width: 130px;
	margin-left: 7px;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #666666;
}
form {
	margin: 0px;
}
#load {
	display: none;
}
#container {
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#globalNav {
	height: 140px;
	width: 750px;
}
#spacer {
	width: 20px;
	float: left;
}
#sideBar {
	width: 148px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#sideBar h1 {
	height: 24px;
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	background-image: url(/images/greyGradient.gif);
	background-repeat: repeat-x;
	font-weight: normal;
	margin: 0px;
	text-align: center;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.promoBox {
	height: 125px;
}
#midBanner {
	width: 600px;
	background-color: #FFFFFF;
	float: left;
	padding: 0px;
	height: 460px;
	background-image: url(/images/midBanner.jpg);
	background-repeat: no-repeat;
}
#midNav {
	float: right;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#midBar {
	background-image: url(/images/midBannerBar.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 750px;
}
#bottomNav {
	clear: both;
}
#bottomNav a {
	float: left;
	width: 248px;
	margin-right: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 25px;
	background-color: #CCCCCC;
	display: block;
	color: #333333;
	text-align: center;
	text-decoration: none;
}
#footer {
	background-color: #333333;
	height: 25px;
	background-image: url(/images/footerGradient.gif);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 750px;
	clear: both;
	text-align: center;
	line-height: 25px;
	color: #CCCCCC;
}

.footerTagLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

.footerAd{
	text-align:center;
}

