﻿	* {
	font-family:Verdana, Geneva, sans-serif;
	}


	#topsection{
		background: #FFFFFF;
		height:185px; /*Height of top section*/;
	}
	
	
	#contentwrapper{
		float: left;
		width: 100%;
	}
	
	#contentcolumn{
		margin: 0 200px 0 185px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
		padding:2px 30px 10px 30px;
		font-size:small;
	}
	
	#gallerycontent{
		margin: 0 5px 0 185px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
		padding:2px 30px 10px 30px;
		font-size:small;
	}
		
	#leftcolumn{
		float: left;
		width: 180px; /*Width of left column*/;
		margin-left: -100%;
		border: thick inset #CC0000;
		background: #FF0000;
	}
	
	#rightcolumn{
		float: left;
		width: 200px; /*Width of right column*/
		margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
		background: #FFFFFF;
	}
	
h1{
	text-align:center;
	font-size:medium;
}

h2 {
	color:maroon;
	font-size:small;
	text-align:center;
}

p{
	text-align: left;
	font-size: small;
}

	.arrowlistmenu{
	width: 180px; /*width of menu*/
	background-color:#CCCCCC
	}
	
	.arrowlistmenu .headerbar{
	font-weight: bold;
	font-size: 14px;
	color: white;
	background: red url("images/titlebar.jpg") repeat-x left;
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/;
	padding: 4px 0 4px 8px;
	margin-top: 0px;
}

	.arrowlistmenu .headerbar a:link, .headerbar a:visited{
	font-weight:bold;
	font-size:14px;
	color: white;
	text-decoration:none;
	background: red url("images/titlebar.jpg") repeat-x center left;
	padding: 4px 0 4px 0px; /*header text is indented 10px*/
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/;
}

	.arrowlistmenu .headerbar a:hover{
	font-weight: bold;
	font-size: 14px;
	color: #0099CC;
	text-decoration:none;
	background: red url("images/titlebar.jpg") repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/;
	padding: 4px 0 4px 0px; /*header text is indented 10px*/
}


	.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
	}
	
	.arrowlistmenu ul li{
	}
	
	.arrowlistmenu ul li a{
	color: #A70303;
	background: url("images/arrowbullet.jpg") no-repeat center left; /*custom bullet list image*/
	display: block;
	padding-left: 70px; /*link text is indented 40px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid maroon;
	font-size: 10px;
	line-height:17px;
	}
	
	.arrowlistmenu ul li a:visited{
	color: #A70303;
	}
	
	.arrowlistmenu ul li a:hover{
	/*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}

	.info_link a:link, .info_link a:visited {
	color:#eeeeee;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
	
	.info_link a:hover {
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.lphoto {
	font-size: small;
	color: #800000;
	font-style : italic;
	margin-top : 6px;
	margin-bottom : 10px;
	margin-left : 0px;
	margin-right : 18px;
	text-align: center;
	float: left;
	position: relative;
}
	
.rphoto {
	font-size: small;
	color: #800000;
	font-style : italic;
	margin-top : 6px;
	margin-bottom : 18px;
	margin-left : 18px;
	margin-right : 0px;
	text-align: center;
	float: right;
}


.cphoto {
	font-size: small;
	color: #800000;
	font-style : italic;
	margin: 1px -30px 18px -30px;
	padding:0 0 0 0;
	width:auto;
	text-align: center;
	float: none;
}


.linktable td {
	width:50%;
	border:thin;
	border-color:maroon;
	border-style:ridge;
	}
	
	
#footer{
	clear: left;
	width: 100%;
	background: #FF0000;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
}
	
#footer a{
	color: #FFFF80;
}


.alter img{
	height:1px;
	width:1px;
	border:0 black none;
	
}


