/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #ffcc00;
	background-color: #000000;
	line-height: 1.166;	
	margin: 5px;
	padding: 5px;
}

a:link, a:visited, a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin:10px; 
	padding:10px; 
	background: transparent; no-repeat center; 
	width:100%; 
	height:11em;
}

#masthead img { 
	width: 98%; 
	height: 10em; 
	z-index: 0; 
	position: absolute; padding: 7px;
	background: #000;
}

#imageviewer {
	border: 2px solid #ffcc00;
}

#navBar{
	margin: 0 0 0 75%;
	padding: 5px;
	background-color: #000000;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
}

#content{
  	float:left;
	width: 70%;
	margin: 0;
	padding: 5px 5px 5px 5px;
}

#sponsors img {
	float: top;
}

#merchandise { 
	font-family: "Arial Bold", Elephant, Garamond; font-size: 16px;
}

#merchandise table {
	border: 2px solid #ffffff;
}

#merchandise tr {
	background: #ffcc00;	
	color: #000;
	border: 2px solid #ffffff;
}

#merchandise td {
	background: #ffcc00;	
	color: #000;
	border: 2px solid #ffffff;
}

#navigation {
	margin:5; 
	padding:5; 
	background: #000; no-repeat center; 
	border-bottom: 2px solid #ffffff;
	width:100%; 
	height: 3em;
}

#navigation a {
	color: #fff;
	background: #ffcc00 left top no-repeat;
	background-image:url('./images/yellow_button.gif');
}

#navigation a:hover {
	color: #fff;
	background: #ffffff left top no-repeat;
	background-image:url('./images/black_button.png');
}

#navigation a:hover span {
	background: right top no-repeat;
	background-image:url('./images/black_button.png');
}

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}



/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img.floatMiddle{
	float: top;
	padding: 5px 10px 5px 5px;
	margin: 10px 10px 10px 10px;
}

.feature img{
	float: left;
	padding: 5px 10px 5px 5px;
	margin: 10px 10px 10px 10px;
}

.feature img.floatLeft{
	float: left;
	padding: 5px 10px 5px 5px;
	margin: 10px 10px 10px 10px;
}

.feature img.floatRight{
	float: right;
	padding: 5px 10px 5px 5px;
	margin: 10px 10px 10px 10px;
}




/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 2px solid #ffffff;
	font-size: 75%;
	color: #000000
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	padding: 5px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: none;
	font-size: 90%;
	background-color: #FFCC00;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: none;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}
#sectionLinks img: {
	float: middle;
}

#sectionLinks a:visited{
	border-top: none;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks img{
	float: left;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	align: left; 
	font-size: 80%;
	border-top: none;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #text styles **************/

.style2 {
        font-family: "Arial Bold", Elephant, Garamond;
        font-size: 200%;
}
.style3 {font-family: "Arial Bold", Elephant, Garamond; font-size: 20px; }
.style5 {
        font-family: "Arial Bold", Elephant, Garamond;
        font-size: 120%;
        color: #000000;
}
.style13 {color: #FFFFFF}
.style15 {color: #FFCC00; font-size: 15px; }
.style14 {font-family: "Arial Bold", Elephant, Garamond; font-size: 18px; color: #FFCC00; }
.style16 {color: #FF6600}
.style17 {color: #FFCC00}
.style18 {font-family: "Arial Bold", Elephant, Garamond; font-size: 20px; color: #FFFFFF; }
.style19 {color: #FFFFFF; font-size: 150%; }
.style21 {font-family: "Arial Bold", Elephant, Garamond; font-size: 20px; padding: 5px; }
.style22 {      font-weight: bold;
        color: #FFFFFF;
        font-size: 22px;
}
.style34 {font-size: 20px; font-weight: bold; font-style: italic; }
.style23 {font-family: "Arial Bold", Elephant, Garamond; font-size: 22px; color: #ffffff }
.style24 {font-family: "Arial Bold", Elephant, Garamond; font-size: 22px; color: #ffffff }
.style25 {font-family: "Arial Bold", Elephant, Garamond; font-size: 22px; color: #ffcc00 }
.style26 {font-family: "Arial Bold", Elephant, Garamond; font-size: 22px; }
.style27 {font-family: "Arial Bold", Elephant, Garamond; font-size: 22px; color: #ffffff}
.style28 {font-size: 20px}
.style29 {font-family: "Arial Bold", Elephant, Garamond; font-size: 18px; color: #ffffff}
.style69 {font-family: "Arial Bold", Elephant, Garamond; font-size: 18px; }
.style70 {font-family: "Arial Bold", Elephant, Garamond; font-size: 18px; color: #000000}
