﻿body {background-color: #f9f9f5; margin: 0; padding: 0; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; color: black;}

h1 {font-size: 22pt; font-family: Georgia; font-weight: normal; color: #a50031; margin: -5px 0 -5px 0; padding: 0;}
h2 {font-size: 14pt; color: black; font-weight: normal; margin-bottom: 0;}
h3 {font-size: 11pt; color: #a50031; font-weight: bold; margin-bottom: 0;}
h4 {font-size: 13pt; font-weight: normal; color: black; margin: 0;}

img {border: 0}
.center {margin: 0 auto; text-align: center;}
.red {color: #a50031; margin-top: 0;}
li {line-height: 16px;}

a {color: #a50031;}
a:hover {color: black;}

.large {font-size: 11pt;}
.small {font-size: 8pt;}

.top {margin-top: 0;}
.bottom {margin-bottom: 0;}
.topbot {margin-top: 0; margin-bottom: 0;}

/* Header */

#sitewidth {
	width: 960px;
	margin: 0 auto;
}
	#logo {
		width: 675px;
		height: 117px;
		float: left;
		padding-top: 7px;
	}
	#newsletter {
		float: right;
		padding-top: 17px;
	}
		#newsletter h3 {
			margin: 0;
			padding: 0;
			color: #a50031;
			font-size: 11pt;
			font-weight: normal;
		}
		#newsletter input.text {
			display: block;
			float: left;
			width: 205px;
			height: 18px;
			border: 1px solid #c4c4c4;
			color:#3d3d3d;
			font-size: 8pt;
		}
		#newsletter input.button {
			display: block;
			float: right;
			width: 68px;
			height: 22px;
			margin-left: 4px;
			padding-bottom: 4px;
			border: 0;
			background-color: #a50031;
			color: white;
			font-size: 9pt;
		}

/* Menu */

#menu {
	clear: both;
	width: 960px;
	height: 30px;
	margin: 0;
	padding: 0;
	/*border-bottom: 20px solid #a50031;*/
	background: url(/images/menu.gif) no-repeat 0px 0px;
	text-transform: uppercase;
}
	#menu ul {
		list-style: none;
		margin-left: 18px;
	}
		#menu li {
			display: block;
			float: left; 
			height: 12px;
			margin-top: 6px;
			font-size: 9pt;
		}
		#menu span {
			padding: 6px;
			color: #737272;
			font-size:9pt;
		}
		#menu a {
			display: block;
			color: white;
			text-decoration: none;
		}
			#menu a:hover {color: yellow;}

/* Submenu */
#submenu {
	clear: both;
	width: 960px;
	height: 20px;
	margin: 0;
	padding: 0;
	background-color: #a50031;
	text-align: center;
}
	#submenu ul {
		list-style: none;
		margin: 0 auto;
		*margin-left: 38px;
		text-align: center;
	}
		#submenu li {
			display: inline-block;
			*float: left;
			height: 12px;
			font-size: 12px;
		}
		#submenu a {
			display: block;
			color: white;
			text-decoration: none;
			padding: 3px 8px;
		}
			#submenu a:hover {color: yellow;}


/* Content */

#content {
	width: 940px;
	padding: 10px;
	background-color: #eae7de;
}
	#homecontent .box {
		padding: 10px;
		background-color: #f9f9f5;
	}
	#content .box {
		padding: 10px;
		background-color: #f9f9f5;
	}
	#content .box {min-height: 300px;}
	#content p {line-height: 140%;}

.sponsors {
	width: 150px;
	height: 100px;
	padding-right: 10px;
	background: url(/images/sponsorbox.gif) no-repeat 0 0;
}
.sponsors2 {
	width: 150px;
	height: 100px;
	background: url(/images/sponsorbox.gif) no-repeat 0 0;
}

/* Home */

#homecontent {
	width: 940px;
	padding: 10px;
	background-color: #eae7de;
}
	#homecontent h2 {
		margin: -5px 0 0 0;
		padding: 0;
		color: #a50031;
		font: normal 22pt Georgia;
	}
		#homecontent h2.affiliates {font-size: 18pt;}
	#homecontent h3 {
		margin: -3px 0 0 0;
		padding: 0;
		color: #a50031;
		font-family: Georgia;
		font-size: 12pt;
	}
		#homecontent h3.black {color: black; margin-bottom: 0;}
		#homecontent .price {
			color: black;
			font-size: 10pt;
			font-family: Geneva;
		}
	#homecontent .cover {
		width: 150px;
		padding-right: 10px;
	}

#sponsors {
	border: 1px solid #eae7de;
	background-color: white;
	vertical-align: middle;
	text-align: center;
}
#affiliates {
	width: 808px;
	margin-left: 15px;
	border: 1px solid #eae7de;
	background-color: white;
	vertical-align: middle;
}
	#affiliates img {padding: 2px 6px; vertical-align: middle;}

	#sponsors img {padding: 2px 10px; vertical-align: middle;}

/* Footer */

#footer {
	padding-bottom: 60px;
	border-top: 20px solid #a50031;
	background-color: #3d3d3d;
	color: #989898;
	font-size:8pt;
	text-align: center;
}
	#footer a {color: #989898;}
		#footer a:hover {color: white;}

/* IE7 Fixes */

*:first-child+html #menu ul {padding-left: 35px;}

/* Miscellaneous */
.tableHeader {
	color: white;
	background-color: #a50031;
	font-weight: bold;
}
