@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #8b5d3b;
	margin: 0;
	padding: 0;
	text-align: center; 

}

p {color:#984448;}

#container { 
	width: 800px;  
	background: #FFFFFF;
	margin: 20px auto; 
	border: 2px solid #7a0511;
	padding-top: 10px;
	
} 
#header { 
	background: white; 
	padding: 0 10px 0 0px;  
	
} 

#mainContent { 
	margin: 0 0 10px 180px; 
	padding: 20px 0px 0px 0px; 
}

#mainContent p { 
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#984448;
}

 #footer {
	padding: 0 27px 0 0px; 
	background:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	margin: 10px 30px 20px 29px ;
	border-top: 1px solid #7a0511;
}

 #footer p {
	margin-top: 10px; 
	padding: 10px 0px 10px 30px; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#730006;
	text-align: center;
	display: inline;
	line-height: 25px;
	text-decoration: none;
}

 #footer p a:link{ text-decoration:none;
									color:#730006;
									}
									
 #footer p a:hover{ text-decoration:underline;
									color:#730006;
									}

									
 #footer p a:active{ text-decoration:none;
									color:#730006;
									}
									
 #footer p a:visited{ text-decoration:none;
									color:#730006;
									}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#navlist
{
	margin-top: -5px;
	margin-bottom: 15px;
	margin-right: 22px;
	float: right;
	font:small-caps 90% Verdana, Geneva, sans-serif;
	color:#730006;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding-bottom: 15px;
	display: inline;
	list-style-type: none;
}
#navlist li{ 
	padding-left: 35px;

}
#navlist a:link, #navlist a:visited
{
	text-decoration: none;
	color:#730006;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	padding-bottom: 2px;
	color: #000;
	color:#730006;
}

#navlist a:hover { 
	color: black; 									
	text-decoration: underline;
	color:#730006;}
	
#navlist li#active a {
	text-decoration:underline;
	font-weight: bold;	
}
	
#sidebar1 {
	float: left; 
	width: 160px; 
	background: #FFF; 
	text-align:center;
	padding-left: 35px;
	margin-bottom: 10px;
}	
#sidebar1 p { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#984448;
	text-decoration:none;
	padding-top: 0px;
	margin: 0px;
}
	
#sidebar1 p a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #730006;
}					

#sidebar1 p a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #730006;
}

.thumbnail a {
	text-decoration: none; /*suggested by carl*/
}

.thumbnail img { padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid white;
	}

.thumbnail  a:link img  {
	border: 1px solid white;
	text-decoration: none;
}

.thumbnail  a:visitied  img {
	border: 1px solid white;
	padding-left:20px;
	padding-right:20px;
}

.thumbnail  a:active  img {
	border: 1px solid white;
	padding-left:20px;
	padding-right:20px;
}

.thumbnail  a:hover img {
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	padding-left:20px;
	padding-right:20px;
	background-color:#ecebea;
}



.clearboth { clear: both; }
h3 {
	font-size:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-align:center;
	padding-top: 10px;
	color:#984448;
}

#footer p a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: 984448;;
}

#footer p a:visitied {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: 984448;;
}

#footer p a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: 984448;;
}

#footer p a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: 984448;;
}

