@charset "utf-8";
body  {
	color: #000000;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 7in;
	margin: auto;
}

.twoColFixRtHdr #container {
	width: 7in;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixRtHdr #header {
	padding: 10px 0px 0px;  
	margin: 0px;
} 
.twoColFixRtHdr #header #nav {
	border-top: 1px solid #cccccc;
	border-right: 5px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 5px solid #cccccc;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	padding: 10px;
	font: 105% Verdana, Arial, Helvetica, sans-serif;
	display: none;
}
.twoColFixRtHdr #sidebar1 {
	float: right; 
	width: 280px; 
	padding: 5px 10px 15px;
	color: #CCCCCC;
	border-top: 5px solid #CCCCCC;
	border-left-style: none;
	border-left-color: #CCCCCC;
	border-right: 5px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	display: none;
}

.twoColFixRtHdr #sidebar1 #filler {
	height: 300px;
	display: block;
}
.twoColFixRtHdr #sidebar1 #fillerMid {
	height: 700px;
	display: block;
}
.twoColFixRtHdr  #sidebar1  #fillerArticle {
	height: 1300px;
	display: block;
}
.twoColFixRtHdr  #sidebar1  #fillerArticleExt {
	height: 2500px;
	display: block;
}
.twoColFixRtHdr #mainContent {
	margin: 0 0 0 0;
	padding: 5px 5px 0px;
} 
.twoColFixRtHdr #mainContent h2 {
	margin: 10px 0px 0px 0px;
}
.twoColFixRtHdr #mainContent li {
	list-style: url(../images/RightArrowBlack.gif) inside;
	margin-left: -40px;
}
.twoColFixRtHdr #mainContent #print {
	color: #000000;
	line-height: normal;
}
.twoColFixRtHdr #mainContent #colFull {
	padding: 0px 5px;
}
.twoColFixRtHdr #mainContent #col2Full {
	padding: 0px 5px;
}
.twoColFixRtHdr #mainContent #col3Full {
	padding: 0px 5px 0px;
}
.twoColFixRtHdr #mainContent #col1 {
    width: 6in;
	padding: 0px 5px;
}
.twoColFixRtHdr #mainContent #col2 {
    width: 6in;
	padding: 0px 0px 0px 10px;
}
.twoColFixRtHdr #mainContent th {
	border-top: 1px outset #666666;
	border-right: 1px none #666666;
	border-bottom: 1px outset #666666;
	border-left: 1px none #666666;
}
.twoColFixRtHdr #mainContent tr {
	border: 1px none #FFFF00;
}
.twoColFixRtHdr #mainContent td {
	border: 1px none #FFFF00;
}
.twoColFixRtHdr #mainContent h4 {
	margin: 10px 0px 0px 0px;
}
.twoColFixRtHdr #footer {
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#999999;
	font-size: 90%;
	height: 30px;
	text-align: left;
	border: 5px solid #cccccc;
	display: none;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #333333;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 5px 0px 0px 0px;
}
p {
	line-height: 25px;
}
.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;
	margin-right: 8px;
}
.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;
}
.centre {
	text-align: center;
	display: block;
}
.dotLine {
	background: url(../images/button_6_3.jpg) repeat-x bottom;
	color: #999900;
	padding: 0px 0px 10px;
	margin: 0px 5px 0px 3px;
}
.dotLineLight {
	background: url(../images/xGrey_6_3.jpg) repeat-x bottom;
	color: #999900;
	padding: 0px 0px 10px;
	margin: 0px 5px 0px 3px;
	display: block;
}


.greenText {
	color: #999900;
}
.goldText {
	color: #ffcc33;
	font: 120% Georgia, Times New Roman, Times, serif;
}
.twoColFixRtHdr #copywrite {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	padding: 5px 0px 10px;
}
img {
	border-width: 0px;
	border-style: none;
	display: none;
}
.bold {
	font-weight: bold;
}
a {
	font-weight: normal;
	border-style: none;
	color: #000000;
	text-decoration: none;
}
#breadcrumb {
	display:none;
}