a img {
	border: none;
}

hr {
	color: #bdb4ab; /*fixes ie quirk, doesn't understand backkground-colour for hr tag */
	height: 1px;
	margin-bottom: 15px;
	border: none;
	background-color: #bdb4ab;
}


q { /*quote tag not recognised by ie */
	color: #ad015b;
	font-weight: bold;
}
		
cite {
	font-style: normal;
}

/* Content */

#mainContent h2 {
	color: #1c706c;
	font-size: 1.60em;
	font-weight: bold;
	margin: 15px 0;
}

#mainContent h3 {
	color: #1c706c;
	font-size: 1.40em;
	margin-bottom: 10px;
}

#mainContent h4, h5, h6 {
	color: #1c706c;
	font-size: 1.20em;
	margin-bottom: 10px;
}

#mainContent p {
	color: #333333;
	font-size: 1.20em;
	line-height: 125%;
	margin-bottom: 10px;
}

#mainContent ul{
	color: #333333;
	font-size: 1.20em;
	line-height: 150%;
	padding: 0 0 10px 35px;
	list-style-type: square;
	list-style-position: outside;}

#mainContent ol {	
	color: #333333;
	font-size: 1.20em;
	line-height: 150%;
	padding: 0 0 10px 35px;
	list-style-type: decimal;
	list-style-position: outside;
}

#mainContent table { /*modified from original code to work with existing style sheets */
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#mainContent th {
	color: #ffffff;
	font-size: 1.40em;
	text-align: left;
	background-color: #666666;
	padding: 5px;
	border-left: 1px solid #ffffff;
}

#mainContent td {
	color: #333333;
	font-size: 1.20em;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #bdb4ab;
}

#mainContent a:link {
	color: #1c706c;
	font-weight: bold;
	text-decoration: none;
}

#mainContent a:visited {
	color: #1c706c;
	font-weight: bold;
	text-decoration: none;
}

#mainContent a:hover {
	border-bottom: 1px solid #1c706c;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear { /* fix for clearing floats with out using the br tag */
	display: inline-block;
}

#searchBox {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #1c706c;
	padding-bottom: 20px;
	width: 410px;
}

#searchBox p {
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
}
