/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#ffffff;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:1008px;
 margin:auto;
 }

#hdr {
 height:252px;
 background:#eeeeee;
 color: #333333;
 }

#bar {
 height:25px;
 width:240px;
 background:#845915;
 color: #333333;
 }

#bodyblock {
 position:relative;
 background-image: url(http://www.bolton-menk.com/CSAH101/images/bodybkgrd.jpg);
 
 color: #333333;
 width:1008px;
 padding:0;
 }

#l-col {
 float:left;
 background: transparent;
 color: #333333;
 width:250px;
 height:100%;
 }

#cont {
 width:728px;
 background: transparent;
 color: #333333;
 text-align:left;
 margin-left:260px;
 }

#ftr {
 height:25px;
 background:#845915;
 color: #f5f0da;
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 padding-top:10px;
 }
 
 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #845915;
	text-decoration: underline;
	margin-left: 0px;
	
}


a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #845915;
	text-decoration: underline;
	margin-left: 0px;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #845915;
	text-decoration: underline;
	margin-left: 0px;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #845915;
	text-decoration: underline;
	margin-left: 0px;
}
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #584109;
	text-decoration: none;
	margin-left: 0px;
	/*list-style-position: inside;*/
	list-style-type: disc;
}
.mainheading_text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	color: #584109;
	text-decoration: none;
}

.subheading_text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 10px;
	font-weight: 400;
	color: #584109;
	text-decoration: none;
}

.photoleft {
	
	white-space: nowrap;
	display: block;
	clear: both;
	float: left;
	border: 2px;
	border-color: #8f6525;
	margin-left: 0px;
	margin-right:10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.photoright {
	
	white-space: nowrap;
	display: block;
	clear: both;
	float: right;
	border: 2px;
	border-color: #8f6525;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.photo {
	border: #845915;
	margin: 10px;
	border-width: thin;
}

li#sub {
	list-style-position: inside;
	list-style-type: circle;
	margin-left: 2px;
}