html, body{ 
 margin:0; 
 padding:0; 
 background-color: #333333;
 text-align: center;
 font-size: 12pt;
} 

h1 { clear: both; 
 font-family: arial, verdana,helvetica, sans-serif;
 font-size: 150%;
 background-color:#ffffff; 
 color: #000000;}
   
h2 { 
 clear: both; 
 font-family:  arial, verdana,helvetica, sans-serif;     
 font-size: 130%;
 background-color:#ffffff; 
 text-align: center;
 color: #000000;
 }
     
h3 { 
 clear: both; 
 font-family:  arial, verdana,helvetica, sans-serif;
 font-size: 110%;
 background-color:#ffffff; 
 color: #000000;
 }
 
#pagewidth{ 
 width:1000px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
 background-color: #ffffff;
} 
 
.img {
 border: none;
} 

#header{ 
 height:100px; 
 width:100%; 
 background-color:#7a2b31; 
 text-align: center;
 } 
 
#menu{
 width:100%; 
 text-align: right;
 font-weight: bold;
 color: #ffffff;
 background-color:#7a2b31; 
 padding: 4px 0px;
 font-size: 90%;
 font-family: arial, verdana,helvetica, sans-serif;
 
} 

#menu a:link{
	text-decoration: none;
	color: #ffffff;
}
#menu a:visited{
	text-decoration: none;
	color: #ffffff;
}
#menu a:hover{
	text-decoration: none;
	color: #ffffff;	
}
#menu a:active{
	text-decoration: none;
	color: #ffffff;	
}
 
#footer{
 padding: 10px 0px;
 width:100%; 
 background-color:#7a2b31; 
 text-align: center;
 color: #ffffff;
 font-family: arial, verdana,helvetica, sans-serif;
 font-weight: strong;
} 

#footer a:link{
	text-decoration: none;
	color: #ffffff;
}
#footer a:visited{
	text-decoration: none;
	color: #ffffff;
}
#footer a:hover{
	text-decoration: none;
	color: #ffffff;	
}
#footer a:active{
	text-decoration: none;
	color: #ffffff;	
}
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 

img.curve {
 float: left; 
 clear: left; 
 border: 0;
 margin: 0 2em 0 0;
}

#top-of-page{
 color: #000000;
 background-color: #ffffff;
 background-image: url("images/tint-top.jpg");
 background-repeat: no-repeat;
 background-position: bottom left;
 margin: 0;
 padding:0px 10px 225px 0px;
 border: 0;
 font-family: arial, verdana,helvetica, sans-serif;
 text-align: right;
}

.red-font {
 color: #7A2B31;
 font-size: 125%;
}

.large-red-font{
 color: #7A2B31;
 font-size: 200%;
 font-style: sans-serif;
}

.large-font{
 color: #000000;
 font-size: 200%;
}



#bottom-of-page{
color: #ffffff;
background-color: #7a2b31;
background-image: url("images/tint-bot.jpg");
background-repeat: no-repeat;
background-position: top left;
background-repeat: no-repeat;  
height: 100%;
margin: 0;
padding:131px 10px 3px 0px;
border: 0;
font-family: arial, verdana,helvetica, sans-serif;

}


.video-button{ 
        font-size: 150%;
        color: #ffffff;
        background-color: #7a2b31;
        padding: 3px 2px;
}

.video-button a:link{
	text-decoration: none;
	color:#ffffff; 
}
.video-button a:visited{
	text-decoration: none;
	color:#ffffff; 
}
.video-button a:hover {
	text-decoration: none;
	color:#ffffff; 
}
.video-button a:active {
	text-decoration: none;
	color:#ffffff; 
}