@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background-image: url(/_inc/tablecloth.gif);
	background-repeat: repeat;
}

p	{ 
	font-size: 12pt; 
	font-family: "Times New Roman", serif;
	margin: 0px;
	padding-top: 4pt;
	padding-bottom: 4pt;
}

a	{ 
	color: #556B2F; 
	font-size: 10pt; 
	font-family: "Courier New", monospace; 
	background-color: inherit
}

a:hover	 { 
	color: yellow; 
	text-decoration: none; 
	background-color: #556b2f 
}

IMG {
	border: 0px;
	margin: 0px;
}

a.sideNav { color: #800000; background-color: inherit; font-size: 10pt; font-family: "Comic Sans MS", fantasy; text-decoration: none; }
a.sideNav:hover { text-decoration: underline; color: #800000; background-color: transparent; font-size: 10pt; font-family: "Comic Sans MS", fantasy; }

LI {
	list-style-type: disc;
}

#containingbox {
	position: absolute;
	width: 911px;
	left: 50px;
	top: 135px;
	height: 100%;
	border: groove 3px #CCCCCC;
}

#bodyTable {
	width: 910px;
	background-color: white;
	border-width: 0px;
	padding: 0px;
}

#toplayout {
	width: 910px;
	height: 175px; 
	background-color: white;
	border: 1px hidden #ffffff;
	margin: 0px;
}

#leftlayout {
	width: 143px;  
	background-image: url(./layout_side_rpt.jpg);
	background-repeat:repeat-y;
	min-height: 650px;
	border-width: 1px;
	padding: 0px;
}

#rightlayout {
	width: 150px;  
	min-height: 650px;
	border-width: 2px;
	padding: 0px 2px 0px 5px;
	border: #E7C37C solid;
	text-align: center;
}

#bodylayout {
	width: 617px;
	background-color:#FFFFFF;
	border-width: 1px;
	padding: 20px 5px 0px 0px;
}

#bottomlayout {
	background-color: white;
	text-align: center;
	width: 900px;
}

.floatLeft {
	float: left;
	padding-right: 10px; 
	padding-bottom: 10px;
}

.floatRight {
	float: right;
	padding-left: 10px; 
	padding-bottom: 10px;
}

#mountMenu { 
	background-image: url(./Dwyers_layout_left.jpg);
	background-repeat: no-repeat;
	position: static;
	margin: 0px;
	width: 143px;
	height: 297px; 
	overflow: hidden; 
	border-width: 0px;
}

#mountMenu2 { 
	/* background-image: url(./Dwyers_layout_members.jpg);
	background-repeat: no-repeat; */
	position: static;
	width: 115px; 
	height: auto; 
	/* height: 248px; */
	margin: 30px 0 0 10px;
	text-align: center;
	background-color: #FFFFFF;
}

.code	 { font-size: 11pt; font-family: "Courier New", "Courier New", Courier, monospace }
td	{ 
	text-align: left;
	margin: 0px;
}

H4	{ 
	font-size: 14pt; 
	font-family: "Arial Narrow", sans-serif; 
	color: #2F4F4F; 
	background-color: #789F85; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	padding-left: 5px; 
}

.killCollapse {
	margin: 0px;
}

UL.nomarg  { 
	margin-left: 5px; 
	padding-top: 4px; 
	padding-left: 20px
}

LI.nopad { 
	padding-top: 4px; 
	padding-left: 2px;
	list-style-type: disc;
}

.picCenter  { text-align: center; }
p.breakFlow { clear: both }
.ftnote { font-size: 80% }
.picScroller { border: solid 1px olive; width: 550px; height: 270px; overflow: auto }

.footerHR {
	width: 75%;
	text-align: center;
}

.padLeft {
	padding-left: 10px;
}

.padRight {
	padding-right: 10px;
}