body, td, textarea, input
{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
a
{
	color:#1081D3;
}
a.no_underline
{
	text-decoration:none;
}
a.no_underline:hover
{
	text-decoration: underline;
}
h1
{
	font-weight: bold;
	font-size: 20px;
	line-height: 130%;
	color: #0183CE;
}

h2
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 16px;
	line-height: 130%;
	padding-top: 10px;
}
h3
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	line-height: 130%;
	padding-top: 10px;
	color: #0183CE;
}
ol
{
	list-style-type: decimal;
}
.border
{
	border: 1px solid black;
}
.borderBox
{
	border:1px solid #464646;
	padding: 10px;
}
.greyBox
{
	border:1px solid #464646;
	background:#eeeeee;
	padding: 10px;
}
.floatLeft
{
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.floatRight
{
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}
.photos_table
{
	padding: 25px;
}
.red
{
	color: #990000;
}
.blue
{
	color: #0183CE;
}
#sidebar
{
	padding:15px 20px;
}
#sidebar img
{
	border:0px;
	margin: 0px 0px 15px 0px;
}
#pageOutline
{
	margin: 0px 0px 15px 0px;
	padding:10px 10px 1px 10px;
	background:#eeeeee;
	text-align: left;
}
#pageOutline ul, #pageOutline ol
{
	padding-left: 30px;
}
#pageOutline li
{
	padding-bottom: 0.5em;
}
#readmore,#readless
{
	color:#1081D3;
	text-decoration: underline;
	cursor:pointer;
}
#readmore_content,#readless
{
	display:none;
}
.infoBox
{
	border: 2px solid #0185CD;
}
.infoBoxHeader
{
	color: #ffffff;
	height: 32px;
	font-weight: bold;
	font-size: 19px;
	line-height: 30px;
	padding: 0px 7px;
}
.infoBoxContent
{
	padding: 10px;
}
.infoBoxFooter,.infoBoxFooter a
{
	color: #ffffff;
	height: 20px;
	line-height: 20px;
	padding: 0px 2px;
	text-align: right;
	text-decoration: none;
}
.infoBoxFooter a:hover
{
	text-decoration: underline;
}
