@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #788293;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 20px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #212640;
	border-left-color: #CCC;
	background-image: url(images/sidebarBg.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background-color: #EEE;
} 
.twoColFixLtHdr #header {
	background-color: #EEE;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 154px;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #453E2E;
	background-image: url(images/sidebarBg.jpg);
}
.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-left: 169px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #FFF;
} 
.twoColFixLtHdr #footer {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #E3E7E4;
	line-height: 10px;
	font-size: 9px;
	font-weight: bold;
} 
div#mainContent p {
	margin-top: -10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
}
.caption250px {
	font-size: 10px;
	line-height: 12px;
	color: #666;
	width: 230px;
	letter-spacing: 1px;
	text-align: left;
	height: auto;
	padding: 10px;
	margin: 0px;
}
.caption340px {
	font-size: 10px;
	line-height: 12px;
	background-color: #F1EEFE;
	width: 320px;
	padding: 10px;
}
.caption380px {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 12px;
	background-color: #E7E8F1;
	letter-spacing: 1px;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 360px;
	font-style: italic;
	color: #666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	padding-bottom: 8px;
	padding-right: 10px;
	margin-right: 10px;
}
.slideShow150px {
	width: 150px;
	float: right;
	padding-left: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.backgroundIndex {
	background-image: url(images/141bgindex.jpg);
	background-repeat: no-repeat;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	margin-left: 168px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0px;
}
.sprymenu {
	background-color: #EEE;
}
div#mainContent ul {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 12px;
}
div#mainContent li {
	margin-left: -20px;
}
ol {
	list-style-position: inside;
	margin-top: 0px;
	margin-bottom: 8px;
}
.numberList {
	list-style-position: outside;
	margin-left: 12px;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 115%;
	color: #999999;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.videoCaption {
	font-size: 12px;
	line-height: 120%;
	text-align: left;
	width: 425px;
	margin-left: 72px;
}
.photoLink {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
center {
	text-align: center;
}
.250leftPad {
	padding-left: 250px;
}
.250Column {
	width: 250px;
	margin-left: 260px;
}
.comment {
	background-color: #EFF1F4;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.blockQuote {
	font-size: 18px;
	line-height: 120%;
	text-align: center;
}
.SidebarCenter {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 24px;
}
.photoLinkFLFT {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.LinkFltRT {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.photoCaptioned {
	float: right;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.eaplist {
	line-height: 35px;
}
.indent {
	float: right;
	margin-right: 100px;
}
.linkPage {
	font-size: 10px;
	line-height: 13px;
}
.linkPageIndent {
	padding-left: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 12px;
}
.LinkPageDblIndent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 12px;
	padding-left: 60px;
}
.center {
	text-align: center;
}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
.400pxLftMargin {
	padding-left: 400px;
}
.superhead {
	font-family: Impact, "Arial Black", "Verdana Bold", sans-serif;
	font-size: 72px;
	letter-spacing: -1px;
}

