@charset "utf-8";
/* CSS Document */
@import url('mobile.css'); //Import the mobile stylesheet//

.contentheading {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #e15000;
}
.imgCaptionRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	width:400px;
}
.imgCaptionLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	width:400px;
}
.imageRight {
	float: right;
	border: 1px solid #bdc5bd;
	margin: 5px 0 5px 20px;
	padding: 3px;
	background-color: #fff;
}
.imageLeft  {
	float: left;
	border: 1px solid #bdc5bd;
	margin: 5px 20px 5px 0;
	padding: 3px;
	background-color: #fff;
}
.imageCenter {
	border: 1px solid #bdc5bd;
	padding: 3px;
	background-clip: #FFF;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
a.linkGray {
	color: #646464;
}
a.linkGreen {
	color: #425059;
}
.smallText {
	font-size: 10px;
}
.largeText {
	font-size: 150%;
}
.exLgText {
	font-size: 200%;
}

.orangeText {
	color: #dd5f38;
}
.orangeBar {
	display: block;
	background-color: #dd5f38;
	padding: 3px;
	color: #fff;
}
.borderBlue {
	border: 1px solid #6709ba;
	padding: 3px;
}
.borderOrange {
	border: 1px solid #e15000;
	padding: 3px;
}

p.fancy {
	color: #e15000;
}
.dateLine, p.dateline {
	font-size: 11px;
	font-weight: bold;
	color: #DD5F38; /*960*/
	margin-top: 6px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.lineBelow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCBEC3;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
.5pxAbove,.fivePxAbove {
	margin-top: 5px;
}
.5pxRight,.fivePxRgt {
	padding-right: 5px;
}
.5pxLeft, .fivePxLeft {
	padding-left: 5px;
}
.5pxBelow, .fivePxBelow {
	padding-bottom: 5px;
}
#content p.dateIt {
	font-size: 10px;
	color: #999;
	margin: 0;
	padding: 5px 0 0 0;
}
.table3col {
	width: 100%;
	border: 0;
}
.table3col td {
	width: 33%;
	padding: 0 15px 10px 0px;
}
.backToTop {
	font-size: 10px;
	line-height: 10px;
	margin: 0px;
	float: right;
}
#main #mainmiddle #content .blockLine {
	display: block;
}
#left .containerLeft {
	margin: 5px 0 5px 0;
	padding: 10px;
}
#left .modulebox .moduleboxFirstHeader {
	margin-top: -10px;
}
.txt14px {
	font-size: 14px;
	line-height: 24px;
}
.centered {
	text-align: center;
}
.blueBarText {
	background-color: #DBE2DA;
	text-align: center;
	border-bottom:#CCC 1px solid;
}
table td.borderTableCell {
	border: 1px solid #CCC;
}
#content a.blue:link { color: #316a8a}

#content blockquote {
	background-color: #EBEEEA;
	padding: 8px;
	margin-right: 15px;
	margin-left: 15px;
	border: 1px dotted #BECBBC;
	margin-bottom: 10px;
}

