body {
	margin: 0px;
	padding: 0px;
	background-color: #83A9C9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/bgPattern.gif);
	background-repeat: repeat-x;
}
h1 {
	color: #666666;
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: 300;
}
h2 {
	color: #005295;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
}

img.right {
	display: inline;
	float: right;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
img.left {
	margin-right: 10px;
	display: inline;
	float: left;
	margin-bottom: 10px;
}
#content p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#container {
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #A5A5A5;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
}
#load {
	display: none;
}
#banner {
	margin: 0px;
	padding: 0px;
	width: 750px;
	border-bottom: 2px solid #FFFFFF;
	background-color: #FFFFFF;
}
#sideBar {
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#sideBar a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: 20px;	
	font-weight: 500;
}
#sideBar a:hover {
	text-decoration: none;
	background-color: #909090;
	color: #FFFFFF;
}
#sideBar h1 {
	height: 25px;
	display: block;
	font-size: 12px;
	line-height: 25px;
	color: #FFFFFF;
	background-image: url(/images/redGradient.gif);
	background-repeat: repeat-x;
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	border-bottom: 1px solid #8F0000;
}
#content {
	width: 490px;
	background-color: #FFFFFF;
	padding: 15px 30px 0px 30px;;
	float: right;
}

#content2 {
	line-height: 25px;
	color: #336699
}



#footer {
	background-color: #333333;
	clear: both;
	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;
}

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


h6 {
	font-size: medium;
	font-weight: bold;
	color: #DB0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-bottom: 5px;
	line-height: normal;
		
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.lineTitle {
	font-size: medium;
 	font-weight: bold;
 	color: #DB0000;
 	border-bottom-width: 2px;
 	border-bottom-style: solid;
	padding-bottom: 5px;
}

.footerAd{
	text-align:center;
}

#sidebarAd {
text-align: center;
}


.bqSpace{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 30px;
}


