@charset "utf-8";
/* CSS Document */

body {text-align:center;
	margin:0;
	padding:0;
	background-image:url(images/body_bg.jpg);
	background-repeat: repeat;}
	
.site {	margin: 0 auto;
		width: 800px;	
		height: 100%;
		border-color: #CC0000;
		border-width: 3px;
		border-style:solid;
		margin-bottom: 1px;
		background-color: white;
		color: #CC0000;}


.header {padding-top:25px;
		height:165px;
		background-image:url(images/header_bg.gif);
		background-repeat: no-repeat;}

.bar {clear:both;
		text-align:center;
		background-color:#cccc66;
		width:100%;
		font-family: Georgia, Times New Roman, serif;
		font-weight:bold;
		padding-top:10px;
		padding-bottom:10px;
		font-size:14px;	
		border-color: #CC0000;
		border-width: 2px;
		border-style:solid;
		margin-left:-2px;
		}

.bar a {padding:12px;}

.bar a:link {color:#ffffff;
	text-decoration: none;
	}

.bar a:visited {color: #ffffff;
	text-decoration:none;
	}
	
.bar a:focus{color:#ffffff;
	text-decoration: none;
	font-style:italic;}

.bar a:hover {color:#ffffff;
	text-decoration: none;
	font-style:italic;}
	
.bar a:active {color:#ffffff;
		text-decoration: none;
		font-style:italic;}
		


		
	
						
.sidebar {float:right;
		padding-top:25px;
		width: 20%;
		margin-right: 25px;}
		
.intro {float:left;
		text-align:left;
		padding:10px;
		width:70%;
		font-family: Arial, Helvetica, Sans-serif;
		margin: 2px;
}
		
#breadcrumb {text-align:left;
			font-family: Arial, Helvetica, sans serif;
			font-size:x-small;
			clear:both;
			padding-left:5px;}	
		

h1 {font-size:1.3em;
	border-bottom-color: black;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	width:100%;
	text-align: left;
	letter-spacing: .2em;
	font-family:Georgia, Times New Roman, serif;
	font-weight:normal;}
	
h2 {font-size: 1em;
	color:black;}
	
h3 {font-size: 1em;
	color:#cc0000;}
	
ul {color:black;}
	
table {text-align: center;
		font-weight: bold;
		color: black;
		font-size:.8em;}

table h2 {background-color:#cc0000;
		color:white;
		font-size:1.2em;
		padding:2px;}
	
p 	{color:black;
	line-height:20px;
	font-size:14px;}
	
#photos {width:500px; }

.footer {clear:both;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: .05em;
		font-size:.8em;
		padding:5px;}

.footer a {padding:5px;}

a:link {font-size: 1em;
		color: #cc0000;
	text-decoration: underline;
	}

a:visited {font-size: 1em;
		color: #CC0000;
	text-decoration: underline;
	}
	
a:focus{font-size: 1em;
	color: black;
	text-decoration: none;}

a:hover {color: #333333;
	text-decoration: none;}
	
a:active {color: #009900;
		text-decoration: none;}
		

