/* CSS Document */
body {
	background-image: url(layout-images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
p {
	line-height: 14pt;
}
H1 {
	font-size: 12pt;
	font-weight: bold;
	color: #C10000;
	text-transform: uppercase;
}
.blueCaps {
	font-size: 11pt;
	font-weight: bold;
	color: #081BD9;
	text-transform: uppercase;
}
.blue {
	font-weight: bold;
	color: #081BD9;
}
a {
	text-decoration: none;
	color: #C10000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.red {
	color: #C10000;
}
.mags {
	padding: 8px;
	background-color: #DBDBDB;
	border: 1px solid #333333;
}
.topper {
	background-color: #000000;
	border-left: 1px solid #FFFFFF;
}
.top-bar {
	background-image: url(layout-images/top-bar.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.bottom-bar {
	background-image: url(layout-images/bottom-bar.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.content-bar {
	background-image: url(layout-images/bottom-bar.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.leftline {
	border-left: 1px solid #FFFFFF;
}
.left-nav {
	background-color: #FFFFFF;
	background-image: url(layout-images/nav-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.white-text {
	font-size: 9pt;
	color: #FFFFFF;
}
.white-text a {
	text-decoration: none;
	color: #FFFFFF;
}
.white-text a:hover {
	text-decoration: none;
	color: #FEC134;
}
.white-text a:active {
	text-decoration: none;
	color: #FEC134;
}
.nav-line {
	background-image: url(layout-images/nav-line.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: right;
	padding: 5px;
	padding-left: 0px;
	font-size: 9pt;
}
.nav-padding {
	text-align: right;
	padding: 5px;
	padding-left: 0px;
	font-size: 9pt;
}
.nav {
	color: #000000;
}
.nav a {
	text-decoration: none;
	color: #000000;
}
.nav a:hover {
	text-decoration: none;
	color: #C10000;
}
.nav a:active {
	text-decoration: none;
	color: #C10000;
}
.content-padding {
	padding: 10px;
	padding-top: 4px;
}
.left-image {
	border: 1px solid #000000;
	margin-right: 5px;
	margin-top: 2px;
}
.right-image {
	border: 1px solid #000000;
	margin-left: 5px;
	margin-left: 2px;
}
.black-box {
	border: 1px solid #000000;
}
.pictureTitles {
	font-size: 8pt;
}
.shop-box {
	border: 1px solid #000000;
	margin: 5px;
}