@charset "utf-8";
body {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #999999;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1, h2, h3, h4, img, p {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	color: #0000CC;
}
ul li {
margin:0;
line-height:1.5em;
padding:0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
a:hover {
	color: #0B0278;
}
#container {
	width: 790px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
#header {
	background-image: url(../images/header_aff.png); /* if you want a blank header and want to type in the site name, change the header image to header-no-logo.png and uncomment the proper section in the page code to allow the site name and tagline to be visible */
	background-repeat: no-repeat;
	background-position: center top;
	height: 136px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	position: relative;
	width: 790px;
}

#header h1 { /* not currently used */
	position:absolute;
	top:-9999px;
}
#wrap {
	background-image: url(../images/pagefill_aff.gif);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
	width: 790px;
	margin: 0px;
	padding: 0px;
}
#mainContent {
	background-image: url(../images/pagefill_aff.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	width: 750px;
	position: relative;
	left: 25px;
	top: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#mainContent p.left {
	text-align: left;
	margin-right: 25px;
	margin-left: 25px;
}
#mainContent .left {
	text-align: left;
}
#mainContent p.center { /* by assigning the center class to a paragraph, you give it 25 pixel right and left margins */
	text-align: center;
	margin-right: 25px;
	margin-left: 25px;
}
#mainContent h1, h2, h3 {
	padding-bottom: 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent h1 {
	font-size: 27px;
	color: #0B0278;
	font-weight: bold;
	padding-bottom: 25px;
}
#mainContent h2 {
	font-size: 21px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 20px;
	padding-top: 10px;
}
#mainContent p {
	line-height: 18px;
	margin-bottom: 15px;
}
#wrap-right { /* this is a little image that completes the background gradient on the right side */
	background-image: url(../images/wrap-right.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 136px;
	right: 0px;
	height: 157px;
	width: 10px;
}
#wrap-left { /* this is a little image that completes the background gradient on the left side */
	background-image: url(../images/wrap-left.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	left: 0px;
	top: 136px;
	height: 157px;
	width: 10px;
}
#footer {
	background-image: url(../images/footer_aff.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 94px;
	margin: 0px;
	padding: 0px;
	width: 790px;
	position: relative;
	clear: both;
	color: #FFFFFF;
	font-weight: normal;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}
#footer p {
	margin: 0;
	padding: 0; 
	position: absolute;
	left: 35px;
	top: 12px;
	width: 360px;
}
#footer div.right {
	position: absolute;
	top: 12px;
	width: 240px;
	right: 35px;
	text-align: right;
}
#footer div.jdlink {
	text-align: left;
	position: absolute;
	top: 65px;
	width: 640px;
	color: #B1B1B1;
	left: 35px;
}
#footer div.jdlink a {
	color: #B1B1B1;
	text-decoration: none;
}
.yellow-highlight { /* this makes your text look like it is highlighted in yellow */
	font-weight: bold;
	background-color: #FFFF00;
}
.underline {
	text-decoration: underline;
}
.blue {
	color: #0F03AF;
}
.blueunderline { /* apply to any text to make it blue and underlined */
	color: #0F03AF;
	text-decoration: underline;
}
.smalltext {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer .copyright {
	background-image: url(http://www.justdreamweaver.com/templates/link/spacer.gif);
}
