@charset "utf-8";
/* CSS Document */


body {
	font: 90%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(images/background02.png);
	background-color:#fe9b26;
	background-repeat:repeat-x;
}


ul, ol, dl {
	padding: 20px;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 0px;
	padding-left: 0px; 
}
a img { 
	border: none;
}

a:link {
	color:black;
	text-decoration: none; 
}
a:visited {
	color: #802d05;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	color: #802d05;
	text-decoration: underline; 
}

hr.style-one {
    height: 20px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
}


.container {
	width: 100%;
	max-width: 1024px;
	min-width: 1024px;
	margin: 20px auto; 
}


.header {
	background-color: #6F7D94;
}

.masthead {
	width: 100%;
}

#MastNav {
	width: 98%;
	height: 26px;
	background-color: #090;
	font-family:Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size:14px;
	line-height: 24px;
	font-weight: bold;
	
}

#MastNav a:link {
	color:black;
	text-decoration: none; 
}
#MastNav a:visited {
	color: #802d05;
	text-decoration: underline;
}
#MastNav a:hover, a:active, a:focus { 
	text-decoration: underline;
	color: #802d05; 
}

.colOne {
	float: left;
	width: 23%;
	text-align: right;
	font-size:14px;
	line-height: 17px;
	padding-right: 10px;
	padding-top: 0px;
}

.colTwo {
	padding: 0px 0;
	padding-left: 0px;
	width: 17%;
	font-size:16px;
	line-height: 18px;
	float: left;
}

.colThree {
	float: left;
	width: 19%;
	padding: 0px 0;
	padding-left: 10px;
	font-size:16px;
	line-height:18px;
}

.colFour {
	float: left;
	width: 17%;
	padding: 0px 0;
	padding-left: 16px;
	font-size:16px;
	line-height: 18px;
}

.colFive {
	padding: 0px 0;
	padding-left: 10px;
	width: 16%;
	font-size:16px;
	line-height: 18px;
	float: left;
}

.colContent {
	padding: 0px 0;
	padding-left: 0px;
	background-color: white;
	width: 70%;
	font-size:16px;
	line-height: 18px;
	float: left;
	margin-left:16px;
}

.colDetail {
	float: left;
	padding: 0px 0;
	padding-left: 0px;
	background-color: white;
	width: 90%;
	font-size:14px;
	line-height: 20px;
	text-align:left;
	margin-left:5%;
	padding-right: 20px;
}

.PageColOne {
	float: left;
	width: 65%;
	padding-left: 10px;
	padding-top: 10px;
	padding: 10px 0x;
}

.pageColTwo {
	padding: 15px;
	padding-left: 20px;
	width: 27%;
	background-color: #FFF;
	font-size:12px;
	line-height: 14px;
	float: left;
}

.pageColTwo h2 {
	font-size:16px;
	line-height:17px;
	font-weight:bold;
	padding-left: 00px;
}

.text {
	font-size:12px;
	line-height:16px;
}

.indicia {
	font-size:12px;
	line-height: 15px;
	padding-left: 250px;
	}

.footer {
	padding: 10px 0;
	font-size:10px;
	line-height: 12px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/* ~~miscellaneous float/clear classes~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#comments {
	width: 69%;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}

#SpecialEvent {
	border-style: solid;
	padding: 8px;
}

.DetailHead {
	font-size: 24px;
	line-Height: 24px;
	font-weight: bold;
	text-align:right;
}

.Footnote {
	font-size:12px;
	line-height: 15px;
}

.DetailNav {
	font-size:12px;
	line-height: 15px;
	text-align:left;
	font-weight: bold;
}

.TopicNav {
	font-size:11px;
	line-height:13px;
}