/* CSS Document */

body {
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;
	line-height: 18px;
	background-color: #000;
	margin: 0;
    padding: 0;
}
hr {
	color: #000;
}
#page {
	background-image: url(../images/BG.jpg);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	width: 779px;
}
#column2 {
	margin: 0;
	padding-left: 65px;
	width: 650px;
    border: none;
}
#header {
	background-image: url(../images/Header.jpg);
	margin: 0;
	padding: 0;
	width: 779px;
	height: 224px;
	border: none;
	text-align: right;
	line-height: 14px;
}
#footer {
	background-color: transparent;
	margin-top: 20px;
    margin-bottom: 0;
	padding: 0;
	width: 779px;
	border: none;
	color: #000;
	text-align: right;
	font-size: 10px;
	line-height: -1px;
}
#nofloat {
	clear: right;
}
#page img {
    border-width: 0;
}
#tabSpace {
    margin: 0;
    padding: 0 10px;
    border: none;
    background: #a3af74;
    }
p {
	padding-right: 30px;
}
h1 {
	font-size: 3em;
    font-weight: bold;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 2em;
    font-weight: bold;
}
table {
    border-collapse: collapse;
	margin-top: 0px;
}
.small {
	font-size: 10px;
	line-height: 12px;
}
.headline {
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
}
.tagline {
    font-size: 20px;
}
.details {
    font-size: 15px;
    font-weight: bold;
}
.strikeThrough {
	font-weight: 900;
    text-decoration: line-through;
    color: #f00;
}

/* Links */

	a:link {
		color: #c6691d;
	}
	a:visited {
		color: #c6691d;
	}
	a:visited:hover {
		color: #000;
	}
	a:hover {
		color: #000;
	}
	a:active {
		color: #000;
	}
	a {
		font-family: Arial;
		font-weight: 900;
		text-decoration: none;
        border-width: 0;
	} 
	#header a:link {
		color: #2d1919;
		font-size: 16px;
	}
	#header a:visited {
		color: #2d1919;
		font-size: 16px;
	}
	#header a:visited:hover {
		color: #a3af74;
		font-size: 16px;
	}
	#header a:hover {
		color: #a3af74;
		font-size: 16px;
	}
	#header a:active {
		color: #a3af74;
		font-size: 16px;
	} 
	#subhead a:link {
		color: #000;
		font-size: 12px;
	}
	#subhead a:visited {
		color: #000;
		font-size: 12px;
	}
	#subhead a:visited:hover {
		color: #c6691d;
		font-size: 12px;
	}
	#subhead a:hover {
		color: #c6691d;
		font-size: 12px;
	}
	#subhead a:active {
		color: #c6691d;
		font-size: 12px;
	}
