@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/bgMain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.contentTable {
	background-image: url(images/bgContent.png);
	border: 3px solid #a30000;
}
.copyright {
	font-family: Tahoma, Arial, "Myriad Pro";
	font-size: 11px;
	text-transform: uppercase;
	color: #8a8a8a;
}
.copyright a{
	color: #8a8a8a;
	text-decoration: underline;
}
.copyright a:hover{
	color: #ffffff;
	text-decoration: underline;
}
.menuDividerPadding {
	padding-right: 15px;
	padding-left: 15px;
}
.menu a{
	font-family: Tahoma, Arial, "Myriad Pro";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
.menu a:hover{
	color: #ff3300;
	text-decoration: none;
}
table {
	font-family: Tahoma, Arial, "Myriad Pro";
	font-size: 14px;
	color: #CCCCCC;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	line-height: 36px;
	color: #CC0000;
	text-decoration: none;
	letter-spacing: -2px;
}
.divider {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
a:hover {
	color: #ff3300;
	text-decoration: underline;
}
.boldWhite {
	font-weight: bold;
	color: #FFFFFF;
}

.topLink a{
	font-family: Tahoma, Arial, "Myriad Pro";
	font-size: 10px;
	text-transform: uppercase;
	color: #CC0000;
	text-decoration: none;
}
.topLink a:hover{
	color: #ff3300;
	text-decoration: underline;
}
.picPaddingLeft {
	padding-left: 20px;
}
.picPaddingRight {
	padding-right: 20px;
}

