@charset "utf-8";
/* CSS Document */

/* RESET STYLES */
	html,body,div,h1,h2,h3 {
		margin:0;
		padding:0;
		font-size:100%;
	}
	
	img {
		border:0;
	}
	
	h1, h2, h3 {
		font-weight:normal;
	}
	
	h1 {
	font-size:24px;
	color:#004E99;
	line-height:36px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-align: left;
	}
	
	a {
		color:#990000;
		font-weight:bold;
		text-decoration:none;
	}
	
	a:hover {
	color:#990000;
	font-weight:bold;
	text-decoration:underline;
	text-align: center;
	}
	
	p {
	line-height:18px;
	text-align: left;
	}
	
	em {
		font-style:italic;
	}
	
	strong {
	text-align: left;
	}
	
	.clear {
		clear:both;
	}

/* PAGE STYLES */
	body,html {
		background-color:#ffffff;
		margin:auto;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#000000;
		font-size:12px;
	}
	
	a {
		font-family:Arial, Helvetica, sans-serif;
	}
	
	li {
		margin-bottom:8px;
	}
	
	ol,ul {
	margin-top:5px;
	text-align: left;
	}
	
	.headerText {
		float:right;
		text-align:right;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	.homePage {
		margin-top:20px;
		text-align:center;
	}
	
	#interiorPage {
		background:url(../images/fauxColumns.jpg) repeat-y;
	}
	
	#subNav {
		height:102px;
		background:url(../images/subNavBar.jpg) no-repeat;
		color:#FFCC00;
	}
	
	#subNav a {
		color:#FFCC00;
		font-size:16px;
		font-weight:bold;
		text-transform:uppercase;
	}
	
	#subNavLinks {
		padding-top:15px;
		padding-left:20px;
	}
	
	.rightCol {
		width:163px;
		float:right;
		text-align:center;
		padding-top:30px;
	}
	
	.leftCol {
	width:597px;
	float:left;
	padding-left:30px;
	padding-right:10px;
	text-align: center;
	}
	
	.mainPage {
		text-align:left;
	}
	
	a.coverThumbnail {
		height:116px;
		width:78px;
		background:url(../images/coverThumbnail.jpg) no-repeat 0 0;
		display:inline-block;
		margin-left:10px;
	}
	
	a.coverThumbnail:hover {
		background:url(../images/coverThumbnail.jpg) no-repeat 0 -116px;
	}
	
	a.buyNow {
		height:57px;
		width:101px;
		background:url(../images/buyNowButton.jpg) no-repeat 0 0;
		display:inline-block;
		margin-bottom:30px;
		margin-left:10px;
	}
	
	a.buyNow:hover {
		background:url(../images/buyNowButton.jpg) no-repeat 0 -57px;
	}
	
	#header {
		font-size:11px;
		color:#003963;
		font-weight:bold;
		margin-top:10px;
	}
	
	#pageContainer {
		width:800px;
		margin:auto;
		padding-bottom:5px;
		border-bottom:7px solid #990000;
	}
	
	#mainNav {
		height:31px;
		background:url(../images/mainNavBar.jpg) repeat-x;
		font-size:16px;
		color:#ffffff;
		text-transform:uppercase;
		line-height:31px;
		padding-left:10px;
		margin-bottom:5px;
		margin-top:10px;
	}
	
	#mainNav a {
		color:#ffffff;
	}
