@charset "iso-8859-1";
.x-small {
	font-size: x-small;
}
body {
	font-family: Comic Sans MS, Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #636566; /*dark grey*/;
	color: #636566;
	background-repeat: repeat;
}
/*=============== 
indicates no border around any image 
============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ 
margins auto center the container on the page
========================*/
#container {
	margin: 10px auto 10px auto;
	padding: 20px;
	background-color: #FFFFFF;
	width: 90%;
}
/*=================== 
styles for top banner 
========================*/
#banner {
	background-position: left top;
	padding: 10px;
	background-color: #BB3635;
	background-image: url('../images/campranger.jpg');
	height: 200px;
	background-repeat: no-repeat;
	color: #BDBDBD;
	position: relative;
}
#banner .title {
	float: middle;
	background-color: transparent;
	color: #BDBDBD;
	margin-top: 20px;
	font-size: 1.8em;
	font-weight: bolder;
}
#banner .tagline {
	font-size: small;
	font-weight: bold;
	background-color: transparent;
	color: #BDBDBD;
}
/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #BB3635;
	text-align: center;
	font-size: .90em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: inherit;
	border-top: 2px solid #636566;
	border-bottom: 2px solid #636566;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}
/*==============
all site links
==============*/
a:link {
	font-weight: bold;
	color: #444444;
	background: transparent;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #595959;
	background: transparent;
	padding: 0px;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: transparent;
	color: #BB3635;
}
/*====================== 
styles for main content area 
=========================*/
#content {
	/*margin-right: 200px;*/
	margin-left: 180px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
/*===========content area list items==============*/
#content ul li {
	list-style-image: url('../images/bullet1.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('../images/bullet1.gif');
	padding: 2px 0;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#vertmenu {
	font-family: Comic Sans MS, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 160px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	float: left;
}
#vertmenu .heading {
	display: block;
	background-color: #BB3635;
	color: #BDBDBD;
	font-size: 90%;
	padding: 3px 0 5px 3px;
	border: 1px solid #BB3635;
	margin: 0px;
	width: 159px;
	font-weight: bold;
}
#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
}
#vertmenu ul li a {
	font-size: 80%;
	display: block;
	border-bottom: 1px dashed #BB3635;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #BB3635;
	width: 160px;
}
#vertmenu ul li a:focus {
	color: #ffffff;
	background-color: #636566;
}
#vertmenu ul li a:hover {
	color: #ffffff;
	background-color: #636566;
}
/*============== 
Styles for footer 
===================*/
#footer {
	border-top: 2px solid #BB3635;
	clear: both;
	padding: 5px;
	background-color: inherit;
	text-align: center;
	font-size: x-small;
	font-weight: bold;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer a {
	font-size: x-small;
	text-decoration: none;
	color: #BB3635;
	width: 160px;
}
#footer a:hover {
	color: #ffffff;
	background-color: #636566;
}

/*================== 
general styles 
=================*/
hr {
	width: 50%;
	text-align: center;
	height: 2px;
}
/* =================
Styles for heading tags 
=============== */
h4 {
	color: #BB3635; /*dark red*/;
	background-color: inherit;
}
h3 {
	color: #BB3635; /*dark red*/;
	background-color: inherit;
}
h2 {
	color: #BB3635; /*dark red*/;
	background-color: inherit;
}
h1 {
	color: #BB3635; /*dark red*/;
	background-color: inherit;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .9em;
}

/*================
used to center anything
==============*/
.center {
	text-align: center;
}
/* ============
floats images to right or left 
============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}

.red  {
	color: #BB3635;
}
.grey  {
	color: #636566;

}
.red2 {
	color: #BB3635;
	font-size: small;
	font-weight: bold;
}
.bold-italic {
	font-weight: bold;
	font-style: italic;
}
.align-right {
	text-align: right;
}
.underline {
	text-decoration: underline;
}
.text-align-left {
	text-align: left;
}
.highlight {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bold-underline {
	font-weight: bold;
	text-decoration: underline;
}
.small {
	font-size: small;
}
.OldStyleSmall {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color: #000000;
}
.table_border2px {
	border: 2px solid #000000;
}


/* ===========
gallery stylesheet 
============ */


#mainCenter {
	height:100%;
}

#titleframe {
	width: 100%;
	/*height: 92px;*/
	background-color: #ffffff;
	
}

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

a 			{ color: #BB3635; text-decoration: none; } 
a:hover		{ color: #636566; text-decoration: underline; }

/* title frame */

.titleContent { padding: 6px 0 6px 6px; }

.banner
{
	font-size: 12px;
	font-family: comic sans ms, comic, verdana, arial;
	color: #BB3635;
}

.banner .title{
	font-size:1.2em;
	font-weight:bold;
}

.banner .info{
	font-size:0.9em;
}

.banner .email{
	font-weight:bold;
}

/* index frame */

.indexContent {
	width:75%;
	border-bottom:1px dotted #636566;
	padding-top:6px;
	padding-bottom:6px;
}

.indexInfo {
	font-size: 12px;
	font-family: comic sans MS, comic, verdana, arial;
	padding: 0 0 0 6px;
}

.indexInfo .filename {
	color: #BB3635;
}

.indexInfo .date {
	color: #BB3635;
}

/* file info */

#content {
	width:75%;
	font-size:11px;
	font-family:comic sans MS, comic, verdana, arial;
	color: ##BB3635;
	border-bottom:1px dotted #636566;
	padding:8px;
}

#content .header{
	font-size:9px;
	font-weight:bold;
	color: #BB3635;
}

#contentLast {
	width:75%;
	font-size:11px;
	font-family:comic sans MS, comic, verdana, arial;
	color: #BB3635;
	padding-top:6px;
}

#contentLast .header{
	font-size:9px;
	font-weight:bold;
	color: #BB3635;
}
.red {
	color: #BB3635;
}
