/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
	width: 180px; /*width of menu*/
	border: #CCC solid 1px;
}

.arrowlistmenu .headerbar{
	font: bold 14px Arial;
	color: white;
	background: black url(../images/titlebar2.png) repeat-x center left;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #A70303;
	background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
	color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}


body{
	margin:0;
	padding:0;
	line-height: 1.5em;
}

b{font-size: 110%;}

em{color: red;}

p italic{
	color: #000066;
	font-style: italic;
}

#maincontainer{
	width: 760px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	border-right: 2px solid black;
	border-left: 1px solid #666;
	border-bottom: 3px solid black;
}
	
#topsection{
	background-image: url(../images/mountaincross1.jpg); 
	height: 141px; /*Height of top section*/
}
	
#topsection h1{
	margin: 0;
	padding-top: 15px;
}

#contentwrapper{
	float: left;
	width: 100%;
	border-top: 0;
}

#contentcolumn{
	font-family: arial, helvetica, sans-serif;
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	padding-right: 15px;
}

#contentcolumn h1{
	font-size: 150%;
	padding-top: 6px;
	font-color: #990000;
}
#contentcolumn h2{
	font-size: 130%;
	padding-top: 4px;
	font-color: #666699;
}
#contentcolumn h3{
	font-size: 115%;
	padding-top: 0;
	font-color: #663333;
}
#contentcolumn h4{
	font-size: 100%;
}

.id{
	text-align: right;
	font-size: 90%;
	font-weight: bold;
	padding: 0;
	margin-top: 0;
	font-family: font-family:"Times New Roman",Georgia,Serif;
	color: #666666;
}

#contentcolumn img{
	padding: 40px;
	margin: 2px;
	float: center;
	img align: top;
}

#staff img{
	border: 1px; solid; #fff;
	align: top;
}

#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -760px; /*Set left margin to -(MainContainerWidth)*/
}

#footer{
	clear: left;
	width: 100%;
	background: #CCF;
	color: #966;
	text-align: center;
	padding: 4px 0;
}

#footer a{
	color: #933;
}

#footer a:visited{
	color: #A70303;
}

#footer a:hover{ /*hover state CSS*/
	color: #F00;
}

.innertube{
	margin: 0; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

p{
	margin-left: 4px;
	margin-right: 4px;
	font-family: arial, helvetica, sans-serif;
}





