* {
	padding: 0;
	margin: 0;
	outline: none;
}

html {
     overflow: -moz-scrollbars-vertical;

}

body {
	font-size: 62.5%; /* Base Font Size of 10px */
	color: #66673f;
	background: url(../images/bkg.png) repeat-x center top #520514;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}  

#wrapper {
	width: 960px;
	margin: 0 auto;
}

/* COMMON ELEMENTS */

h1, h2, h3, h4, h5, h6 {
	color: #7e0000;
}


h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
	line-height: 1.6em;
	margin-bottom: 6px;
}

h3 {
	font-size: 1.6em;
	line-height: 1.4em;
}

h4 {
	font-size: 1.4em;
	font-weight: normal;
}

h5 {
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #66673f;
}

p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 10px;
}

a {
	font-weight: bold;
	color: #7e0000;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}

a:focus, a:active {
}

img, a img {
	
}

hr {
	border: none 0; 
	border-top: 1px solid #b6b774;
	height: 1px;
	margin: 8px 0;
}

/* HEADER NAV */

#navigation {
	color: #7e0000;
	font-size: 1.2em;
	padding: 60px 0 0 0;
}

#navigation a { color: #7e0000; padding: 0 28px; font-weight: normal; text-decoration: none; }

#navigation a:hover { color: #7e0000; text-decoration: underline; }


/* FOOTER NAV */

#footer-nav {
	color: #F3F3CE;
	font-size: 1.1em;
	padding: 16px 0;
	text-align: center;
}

#footer-nav a { color: #F3F3CE; padding: 0 12px; font-weight: bold; text-decoration: none; }

#footer-nav a:hover { text-decoration: underline; }


/* LESS COMMON ELEMENTS */

small {
}

abbr, acronym {
}

blockquote {
}

cite {
}

em {
}

strong {
}

/* FORM ELEMENTS */

form {
}

fieldset {
}

legend {
}

label {
}

input {
}

select {
}

option {
}

textarea {
}

input:focus, select:focus, option:focus, textarea:focus {
}

/* BASE ID ELEMENTS */

#header {
	height: 161px;
	background: url(../images/hdr-bkg.png) no-repeat top center;
}

#content {
	background: url(../images/page-bkg.gif) repeat-y center top;
	padding: 10px 42px;
}

#sidebar {
}


#footer {
	text-align: center;
	color: #F3F3CE;
	font-size: 1.1em;
	line-height: 1.2em;
}

#footer p {
	font-size: 1.1em;
	line-height: 1.3em;
}

#footer a, #footer-home a {
	color: #F3F3CE;
}

/* BASE CLASSES */

.bold {
}

.italic {
}

.hidden {
}

.offset {
}

.highlight {
}

.tiny {
}

.error {
}

.abbr {
}


/* CUSTOM CLASSES and IDs */


#hdr-tix {
	float: right;
	padding: 0 18px 0 0;
}

#hdr-counter {
	float: right;
	color: #f3f3ce;
	padding: 8px 16px 0 0;
}

#home {
	width: 984px;
	margin: 0 auto;
	background: none;
}

#header-home {
	height: 161px;
	background: url(../images/hdr-bkg_home.png) no-repeat top center;
}

#content-home {
	background: url(../images/page-bkg_home.gif) repeat-y center top;
}

#footer-home {
	text-align: center;
	color: #F3F3CE;
}

#footer-home p {
	font-size: 1.1em;
	line-height: 1.3em;
}

#main-home {
	background: url(../images/home_mainBkg2.png) no-repeat right top;
	min-height: 460px;
	height: auto;
}

h5.sponsor-title {
	padding: 5px;
	border-bottom: 1px solid #C3C47B;
	/* border-top: 1px solid #C3C47B; */
}

.home-marginL {
	margin-left: 47px;
	width: 508px;
}

#bgcs-logo {
	float: right; 
	margin-left: 10px;
	margin-right: -30px;
}

div.sponsor-sections {
	margin-bottom: 30px;
}

td.sponsorPad {
	padding: 25px 0px 20px 0px;
}

td.smallLogoPad {
	padding: 16px 0px;
}

.sponsorLabels {
	font-size: 1.1em;
	line-height: 22px;
	background-color: #f3f3ce;
}

p.red, span.red, div.red {
	color: #7e0000;
}

p.green, span.green {
	color: #66673f;
}

div.pastBkg {
	background: url(../images/past-mainBkg.jpg) no-repeat top left;
	padding-bottom: 30px;
}


/* for Internet Explorer */
/*\*/
* html #main-home {
	height: 470px;
}
/**/

#home-leftCol {
	float: left;
	width: 620px;
}

#home-rightCol {
	float: left;
	width: 320px;
}

#home-sponsor {
	background: url(../images/home_sponsorBkg.gif) no-repeat center top;
	width: 272px;
	text-align: center;
	padding: 20px 24px 0 24px;
}

/* FIX FOR CLEARING DIV's */

/* http://sonspring.com/journal/clearing-floats */

html body * span.clearall,
html body * div.clearall,
html body * li.clearall,
html body * dd.clearall
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
