body {
    background-image:  url("assets/pg_bkg.jpg");
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Georgia, Helvetica, serif;
	font-size: 101%;
	margin: 0;
	padding: 0;
}
li{
	margin-bottom: 11px;
	text-align: left;
	}
#wrapper{
    width: 760px;
    margin: 0 auto;
	border: 1px solid #134A4B;
	background-image:  url("assets/otoole_bgmc.jpg");
	background-color: #E9E8D6;
	}
   
#logo {
    width: 760px;
    margin: 0 auto;
	text-align: center;
	}
#logo h1 {
    margin: 0 0 15px 0;
	}
#maincontent {
	float: left;
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 0 20px 20px 20px;
	text-align: left;
	width: 495px; /*536*/
}
#maincontent h2, #maincontent h3 {
	color: #134A4B;
	font-weight: normal;
	letter-spacing: 0.3em;
	margin: 24px 0 0 0;
}
#maincontent h2.topheading {margin-top: 0;}
#maincontent p {
	margin: 6px 0 12px 0;
	text-align: left;
	letter-spacing: 1px;
}
#maincontent h5{
    margin:0px 0 20px 0;
	text-align:center;
	color:#8F4622;
	font-size: 14px;
	}	
#maincontent a:link {
    color: #660000;
	text-decoration: none;
	font-weight:bolder;
	border-bottom: 1px solid #8F4622;
}
#footer a:link {
	color: #134A4B;
	text-decoration: none;
	font-weight:bolder;
}
#maincontent a:visited,#footer a:visited {
    color: #134A4B;
	text-decoration: none;
	font-weight:bolder;}
#maincontent a:hover,#footer a:hover,#maincontent a:active,
#footer a:active,#maincontent a:focus,#footer a:focus {
	color: #134A4B;
	text-decoration: none;
	font-weight:bolder;
}
#sidebar {
	float: right;
	font-size: 11px;
	line-height: 2em;
	padding: 0 5px 0 5px;
	width: 210px; /*200*/
}
#sidebar ul {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	background-position: left;
	text-indent: 10px;
	display: list-item;
	list-style-image: url(../images/arrowbullet.gif);
}

#sidebar h2,#sidebar h3 {
	color: #134A4B;
	font-weight: normal;
	margin: 10px 0 0 0;
}
#sidebar h3.firstheading {margin-top: 0;}
#sidebar p {margin: 12px 0 0 0;}
#sidebar a:link {color: #616161;}
#sidebar a:visited {color: #7D7D7D;}
#sidebar a:hover,#sidebar a:active,#sidebar a:focus {color: #000;}

#clearwrapper {clear: both;}

#footer {
	font-size: .7em;
	margin: 24px;
}
#footer p {margin: 0 0 6px 0;}
.imgright{
    margin: 5px 0 10px 10px;
    float:right;
	}
.highlighttext{
    color:#660000;
	font-weight:bold;
	font-size:1.1em;
	}	

