                                             /*GENERAL STYLES*/
body{
    background-color: #E1D7D0;
	text-align: center;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	padding: 0px;
}

* {
margin: 0;
padding: 0;
}


p{
	font-family: arial, verdana, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: left;
}


.font10{
	font-family: arial, verdana, sans-serif;
	color: #000000;
	font-size: 10px;
	text-align: left;
}

a{
	font-family: verdana, arial ,sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.bold{
	font-family: arial;
	font-weight: bold;
}

.centerBold{
	font-family: arial;
	font-weight: bold;
	text-align: center;
}

em{
	font-weight: bold;
}

.left{
	text-align: left;
	padding: 5px;
}

.yellowBackground{
	background-color: #eaf808;
	padding: 5px;
}

h2{
	font-family: arial, verdana,sans-serif; 
	font-size: 16px; 
	color:#000000;
	font-weight: bold;
}

h3{
	font-family: arial, verdana,sans-serif; 
	font-size: 14px; 
	color:#000000;
	font-weight: bold;
}

.h4{
	font-family: arial, verdana,sans-serif;
	font-size: 13px;
	text-align: center; 
	color:#000000;
	font-weight: bold;
}

.floatRight{
	position: relative;
	float: right;
}

.floatLeft{
	position: relative;
	float: left;
	margin-right: 15px;
}

.clearer{
	clear: both;
}

.table{
	font-family: verdana, arial, sans-serif;
	color: #000000;
	font-size: 11px;
	padding-bottom: 15px;
}

.tableheader{
	font-family: verdana, arial, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

td{
	font-family: arial, verdana, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: left;
}

ol{
	margin-left: 20px;
}

li{
	font-family: verdana, arial, sans-serif;
	color: #000000;
	font-size: 12px;
	padding-bottom: 10px;
}

.underline{
	text-decoration: underline;
}

.underlineBold{
	text-decoration: underline;
	font-weight: bold;
}
                                                   /*HEADER STYLES*/

#wrapper{
	position: relative;
	width: 770px;
   	margin: 0px auto; 
   	background-color: #ffffff;
   	text-align: left;
   	border: 1px solid #b87e5b;
   	
}

#header{
	position: relative;
	background-color: #000000;
	width: 770px;
	height: 184px;
	margin: 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#congress{
	position: absolute; 
	left: 15px; 
	top: 15px;
	color: #b87e5b;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
	

#leftContent{
	position: relative;
	float: left;
	width: 200px;
    background-color: #E1D7D0;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}  

.attractions{
	position: relative;
    width: 200px;
    padding: 0px;
    background-color: #E1D7D0;
    font-family: arial, verdana, sans-serif;
    font-size: 13px;
    color: #000000;
    text-align: center;
    
}

.h4Light{
	font-family: arial, verdana,sans-serif;
	font-size: 13px;
	text-align: center; 
	color: #ffffff;
	font-weight: bold;
}

.h4Tan{
	font-family: arial, verdana,sans-serif;
	font-size: 13px;
	text-align: center; 
	color: #b87e5b;
	font-weight: bold;
}

.Tan{
	color: #b87e5b;
	font-weight: bold;
}



                                       /*FLY-OUT STYLE*/

#linkContainer{
	background-color: #000000;
}
	                                        
                                        
#linkContainer ul{
	list-style-type: none;
	background-color: #000000;
    z-index: 1000;
}                                        
                                        
#linkContainer li{
	display: block;
	width: 190px;
	height: 18px;
	border-bottom: 1px solid red;
	padding: 5px;
	display: block;
}                                         
                                        
* html #linkContainer li{
	width: 200px;
}                                      
                                        
#linkContainer li a{
	display: block;
	line-height: 23px;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#linkContainer li:hover{
	display: block;
	line-height: 23px;
   	background-color: #E1D7D0;
	color: #b87e5b;
	text-decoration: none;
} 

#linkContainer li a:hover{
	display: block;
	line-height: 23px;
   	background-color: #E1D7D0;
	color: #b87e5b;
	text-decoration: none;
}


#dropmenudiv{
    position: absolute;
    background-color: #E1D7D0;
   	border-bottom: 2px solid #8388B7;
	border-bottom-width: 0;
	font-family:  verdana, arial, sans-serif;
	font-size: 12px;
   	color: #ffffff;
	text-align: left;
	line-height: 18px;
	z-index:100;
}

#dropmenudiv a{
    width: 100%;
    display: block;
   	color: #000000;
    text-indent: 3px;
   	border-bottom: 1px solid #000000;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
   	background-color: #b87e5b;
	border-bottom: 2px solid #3F447B;
	color: #E1D7D0;
	text-decoration: none;
}	
                                                        /*PAGE STYLES*/

#rightContent{
    position: relative;
    float: right;
    width: 550px;
	font-family: arial, verdana,sans-serif;
    padding: 5px;
    color: #000000;
    font-size: 12px;
    text-align: left;
    background-color: #ffffff;
    top: 0px;
} 

* html #rightContent{
    width: 560px;
    padding: 5px;
}

#futurity09Photos{ 
	position: relative;
	float: left;
	width: 550px;
	background-color: #ffffff;
	text-align: center;
}

#futurity09Photos img{
	position: relative;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
} 

#executive{
	position: relative;
	float: right;
    background-color: #E1D7D0;
	width: 175px;
	padding: 5px;
	margin-right: -5px;
	margin-top: -5px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #000000;
}

* html #executive{
	margin-right: -3px;
}

.members{
	position: relative;
	width: 300px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-family: verdana, arial, sans-serif;
	color: #000000;
	font-size: 11px;
	border-bottom: 1px solid black;
}

.members a{
	text-decoration: underline;
}


                                        /*DRAFT FOALS*/

.winnerContainer{
	position: relative;
	float: left;
	width: 275px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}



                                        /*PROVINCIALS*/

.provRightContent{
	position: relative;
	float: right;
	width: 250px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000000;
	margin-right: 5px;
	margin-left: 5px;
}

.provRightContent img{
	margin-top: 10px;
}

.belg08RightContent{
	position: relative;
	float: right;
	width: 125px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000000;
	margin-left: 10px;
}

.belg08RightContent img{
	margin-top: 10px;
}
  
                                                    /*CLASSIFIEDS*/
                                                    
.classifiedText{
	float: right;
	width: 200px;
	font-family: arial, verdana,sans-serif;
	color: #000000;
	font-size: 12px;
}
                                                    
.classifiedText a{
	font-size: 12px;
}
	

#bjDakota{
	position: relative;
    width: 540px;
    height: 300px;
    background-color: #ffffff;
    background-image: url(images/classAds/blackJackDakota.jpg);
    background-repeat: no-repeat;
	padding: 5px;
}
	

#bjCash{
	position: relative;
    width: 540px;
    height: 300px;
    background-color: #ffffff;
    background-image: url(images/classAds/blackJackCash2.jpg);
    background-repeat: no-repeat;
	padding: 5px;
}
	

#Gary{
	position: relative;
    width: 540px;
    height: 250px;
    background-color: #ffffff;
    background-image: url(images/classAds/gary1.jpg);
    background-repeat: no-repeat;
	padding: 5px;
}
	

#Jake{
	position: relative;
    width: 540px;
    height: 250px;
    background-color: #ffffff;
    background-image: url(images/classAds/jake2.jpg);
    background-repeat: no-repeat;
	padding: 5px;
}
	

#nsMeadow{
	position: relative;
    width: 540px;
    height: 275px;
    background-color: #ffffff;
    background-image: url(images/classAds/northStarMeadow.jpg);
    background-repeat: no-repeat;
	padding: 5px;
}
	

#nsMadonna{
	position: relative;
    width: 540px;
    height: 275px;
    background-color: #ffffff;
    background-image: url(images/classAds/northStarMadonna.jpg);
    background-repeat: no-repeat;
	padding: 5px;
}
	

#debOdlum{
	position: relative;
    width: 540px;
    height: 300px;
    background-color: #ffffff;
    background-image: url(images/classAds/debOdlum.jpg);
    background-repeat: no-repeat;
	padding: 5px;
}
  
  
                                                    /*FOOTER*/

#footer{
	position: relative;
    width: 760px;
    background-color: #B8A091;
	font-family: arial, verdana,sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: center;
	padding: 5px;
}

* html #footer{
    width: 770px;
}

#footer a{
	font-family: arial, verdana,sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

#counter{
	position: relative;
	left: 0px;
    background-color: #B8A091;
}

                                                  /*COLORED BACKGROUNDS*/
                                                  
.lightTan{
    background-color: #E1D7D0;
    padding: 3px 0px;
}

.darkTan{
    background-color: #B8A091;
    padding: 3px 0px;
}

.rust{
   	background-color: #b87e5b;
    padding: 3px 0px;
}

.black{
   	background-color: #000000;
    padding: 3px 0px;
    margin-top: 10px;
	margin-bottom: 3px;
}
