body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/brick.jpg);
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.background {
	width:800px;
	background-color: #8a121c;
	background-image: url(../images/bkgd_tile.gif);
	background-repeat: repeat-y;
}

a:link {
	color: #8a121c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8A121C;
}
a:hover {
	text-decoration: underline;
	color: #8A121C;
}
a:active {
	text-decoration: none;
	color: #8A121C;
}

.nav a:link {
	font-size:10px;
	font-weight:bold;
	color:#ffcc66;
	text-decoration:none;
	letter-spacing:1px;
}

.nav a:visited {
	font-size:10px;
	font-weight:bold;
	color:#ffcc66;
	text-decoration:none;
	letter-spacing:1px;
}

.nav a:hover {
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
}

.nav a:active {
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
}

.navdot {
	color:#ffcc66;
	margin:0 5px 0 5px;
}

.subnav a:link {
	font-size:11px;
	color:#ffcc66;
	text-decoration:none;
	line-height:18px;
}

.subnav a:visited {
	font-size:11px;
	color:#ffcc66;
	text-decoration:none;
}

.subnav a:hover {
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}

.subnav a:active {
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}

.footer {
	font-size:10px;
	color:#80786f;
	width:716px; 
	height:32px;
	padding-top:10px; 
	margin:20px 0 0 0; 
	background:url(../images/footer_bkgd.gif) no-repeat;
}

.footer a:link {
	color:#80786f;
}

.footer a:visited {
	color:#80786f;
}

.footer a:hover {
	color:#cccccc;
	text-decoration:none;
}

.footer a:active {
	color:#cccccc;
	text-decoration:none;
}

.main {
	width:800px;
	/*height:400px;*/
	background:url(../images/bkgd_main.gif) repeat-y;
}

.maincontent {
	width:636px;
	text-align:left;
}

.banner {
	width:800px;
	height:60px;
	background:url(../images/bkgd_main.gif) repeat-y;
	padding-top:60px;
}

.learnaboutuspic {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:2px solid #4d4843;
}

.header1 {
	font-size:14px;
	font-weight:bold;
	color:4d4843;
	letter-spacing:2px;
}

.headline {
	font-size:14px;
	font-weight:bold;
	color:4d4843;
}

.homepage_story {
	display:block;
	border-bottom:1px dashed #4d4843;
	width:636px;
	padding-bottom:10px;
	margin-top:20px;
	margin-bottom:20px;
}

.divider {
	display:block;
	border-top:1px dashed #4d4843;
	width:636px;
	margin-top:20px;
	margin-bottom:20px;
}

.photostyle {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:2px solid #4d4843;
}

/*--PHOTO WITH CAPTIONS--*/

.caption {
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}

.caption td {
	font-size:10px;
	text-align:center;
}

.captionPhoto {
	margin-bottom:2px;
	border:2px solid #4d4843;
}

.caption a:link { color: #8a121c; text-decoration: none; }
.caption a:visited { color: #8a121c; text-decoration: none; }
.caption a:hover { color: #8a121c; text-decoration: underline; }
.caption a:active { color: #8a121c; text-decoration: underline; }


