body {
    background-image:  url("images/assets/pg_bkg.jpg");
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 95%;
	margin: 0;
	padding: 0;
}
li{
	list-style-image: url(images/bullet1.gif);
	color: #2B5500;
	line-height: 1.3em;
	}
#wrapper{
    width: 760px;
    margin: 0 auto;
	border: 1px solid #134A4B;
	background-image:  url("images/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.8em;
	padding: 0 15px 20px 10px;
	text-align: left;
	width: 490px; /*536*/
	color: #333300;
}
#maincontent h2, #maincontent h3 {
	color: #333300;
	font-weight: normal;
	letter-spacing: 0.3em;
	margin: 24px 0 0 0;
}
#maincontent h2.topheading {margin-top: 0;}
#maincontent p {margin: 6px 0 12px 8px;}
#maincontent h5{
	margin:0px 0 10px 0;
	text-align:center;
	color:#285200;
	font-size: 14px;
	line-height: .8em;
	}	
#maincontent a:link {
    color: #336600;
	text-decoration: none;
	font-weight:bolder;
}
#footer a:link {
	color: #134A4B;
	text-decoration: none;
	font-weight:bolder;
}
#maincontent a:visited,#footer a:visited {
    color: #336600;
	text-decoration: none;
	font-weight:bold;}
#maincontent a:hover,#footer a:hover,#maincontent a:active,
#footer a:active,#maincontent a:focus,#footer a:focus {
	color: #333300;
	text-decoration: none;
	font-weight:bold;
}
#sidebar {
	float: right;
	font-size: 12px;
	line-height: 1.1em;
	padding: 0 15px 0 0px;
	width: 185px; /*200*/
}
#sidebar h2,#sidebar h3 {
	color: #333300;
	font-weight: normal;
	margin: 10px 0 0 0;
	font-size: 13px;
}
#sidebar h3.firstheading {
	margin-top: 0;
	font-size: 16px;
	font-weight: bold;
}
#sidebar p {margin: 10px 0 0 0;}
#sidebar a:link {color: #7D3F00;}
#sidebar a:visited {color: #3D4B21;}
#sidebar a:hover,#sidebar a:active,#sidebar a:focus {color: #000;}

#clearwrapper {clear: both;}

#footer {
	font-size: 0.7em;
	margin-left: 25px;
}
#footer p {margin: 0 0 6px 0;}
.imgright{
    margin: 5px 0 10px 10px;
    float:right;
	}
.highlighttext{
    color:#285200;
	font-weight:bold;
	font-size:1.2em;
	}	
