body {
	background-image: url(images/uploads/navback.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	background-color: #fff;
	margin: 0px;
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 15px;

}

#navpanel {
	width: 130px;
	position: absolute; 
	left: 0px;
	top: 80px;
	height: 100%;
	padding-top: 80px;	
}

#headerstrip {
	position: absolute; 
	left: 130px; 
	top;  0px; 
	width: 100%; 
	height: 80px; 
	background-color: #aaa;
}

#maincontent {
	position: absolute;
	width: 620px;
	top: 0px;
	left: 130px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 40px;
}

.menuwrap {
	position: relative;
}


a:link {
	color: #666;
}

a:visited {
	color: #999;
}

a:hover {
	color: #D42D37;
}

a:active {
	color: #D42D37;
}

a.newsitem:link {
	color: #D42D37;
	font-weight: bold;
}

a.newsitem:visited {
	color: #D42D37;
	font-weight: bold;
}

a.newsitem:hover {
	color: #666;
	font-weight: bold;
}

a.newsitem:active {
	color: #666;
	font-weight: bold;
}


a.mail:link {
	color: #666;
	font-size: 10px;
}

a.mail:visited {
	color: #999;
	font-size: 10px;
}

a.mail:hover {
	color: #D42D37;
	font-size: 10px;
}

a.mail:active {
	color: #D42D37;
	font-size: 10px;
}

a.menuitem:link {
	background: #D42D37;
	display: block;
	padding: 3px;
	margin: 0px 15px 5px 15px;
	text-align: center;
	text-decoration: none; 
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 11px; 
	color: #FFF; 
	font-weight: bold;
}

a.menuitem:visited {
	background: #D42D37;
	display: block;
	padding: 3px;
	margin: 0px 15px 5px 15px;
	text-align: center;
	text-decoration: none; 
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 11px; 
	color: #FFF; 
	font-weight: bold;
}

a.menuitem:hover {
	background: #D42D37;
	display: block;
	padding: 3px;
	margin: 0px 15px 5px 15px;
	text-align: center;
	text-decoration: none; 
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 11px; 
	color: #282828;
	font-weight: bold;
}

a.menuitem:active {
	background: #D42D37;
	display: block;
	padding: 3px;
	margin: 0px 15px 5px 15px;
	text-align: center;
	text-decoration: none; 
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 11px; 
	color: #282828;
	font-weight: bold;
}




/* TEXT */

.normal {

	margin-left: 100px;
	margin-right: 100px;
	width: 420px;
}

.boldred {
	color: #D42D37;
	font-weight: bold;
}

.address {
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	margin-top: 30px;
}	

.caption {
	text-align: center;
	font-size: 9px;
	letter-spacing: .1em;
	line-height: 10px;
	font-weight: bold;
}

/* SINGLE COLUMN LAYOUT */

.header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 80px;
	overflow: hidden;
	width: 100%;
	background-color: #aaa;
}
	
.leftpic {
	position: absolute;
	width: 180px;
	top: 100px;
	left: 15px;
}

.singlecol {
	position: absolute;
	width: 370px;
	top: 100px;
	left: 210px;

	
}


li {
	list-style-image: url(http://www.lewisprla.com/images/uploads/list.gif);
	list-style-type: disc;
	
}

/* DOUBLE COLUMN LAYOUT */

.left_column {
	position: absolute;
	top: 100px;
	left: 15px;
	width: 285px;
}

.right_column {
	position: absolute;
	top: 100px;
	left: 315px;
	width: 285px;
}


.left_column_float {
	float: left;
	margin-left: 15px;
	margin-right: 20px;
}

.right_column_float {
	float: right;
	margin-right: 15px;
}

.slideshowimage {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

	