/* CSS Document */

body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #000;
}
 #container {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff;
}
#navcontainer {
	visibility: hidden;
	display: none;
}
table, tr, td {
	border:0;
	padding:0;
	margin:0;
	}
	
.NoBorder  {
	border:none;
	text-decoration: none;
}
#navHorz a:hover {
	visibility: hidden;
	display: none; 
}
#navPath {
	visibility: hidden;
	display: none;
}

 #mainContent {
	margin-top: 0;
	margin-right: 270px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
	font-size: 70%;
} 
#mainContentColL {
	float:right;
	margin-top: 40px;
	padding-right: 30px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #544A3F;
}
 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 90%;
	background-color: #FFFFFF;
}
 #mainContent #homeImg {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
 }
h1 {
	color: #FFFFFF;
	font-size: 110%;
	text-align: left;
	
	}
h1 a {
	text-decoration: none;
	}	

 h2 {
	color: #002E2E;
	font-size: 110%;
	text-align: left;
	margin: 0px;
	font-weight: bold;
	}


.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;
}
#footer {
visibility: hidden;
	display: none;
}

.clear { 
	clear:both;
}

img.logo {
	border:none;
	text-decoration: none;
	
}
table.main {
	width: 100%;
	background-position: left center;
	background-repeat: no-repeat;
}


td#ltCols{
	width: 70%;
	background-color: #fff;
	vertical-align: top;
	
}

td#rtCol{
	background-color: #fff;
	width: 200px;
	vertical-align: top;
	padding-left: 5%;
}


img.drkBorderL{
 float: left;
 margin: 6px 18px 0 6px;
 padding: 3px;
 border: 3px solid #544A3F;
 background: #EFEEDE;
}

img.drkBorderR{
 float: right;
 margin: 6px 18px 0 6px;
 padding: 3px;
 border: 3px solid #544A3F;
 background: #EFEEDE;
}
img.drkBorderCtr {
    display: block;
    margin-left: auto;
    margin-right: auto;
	 padding: 3px;
 border: 3px solid #544A3F; }
 
.ctr {
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
 /********** TEXT FORMATING *****************/
 .underline {
	text-decoration: underline; }
.iu {
	font-style: italic;
	text-decoration: underline; }
.require {
	color: #CC0000;
}
.bold {
	font-weight: bold; }
.sup {
	font-size: smaller;
	vertical-align: top; }	
.italic {
	font-style: italic; }	
.indent20 {
	padding-left: 20px; }	
.quoteIn{
	padding: 13px 15px; }
.quoteInBold{
	font-weight: bold;
	padding: 13px 15px; }
.quoteInItalic{
	font-style: italic;
	padding: 13px 15px; }	
.BoldLrg {
		font-size: larger;
	font-weight: bold;}	
.grBoldLrg {
	color: #5d8a28;
	font-size: larger;
	font-weight: bold;}
.grItalic {
	font-style: italic;
	color: #003333;
	}
.yelBoldLrg {
	color: #fc3;
	font-size: larger;
	font-weight: bold;}	
.smallText {
	font-size: smaller; }	
hr.gray{
	background-color: #ccc;
	height: 1px;
	border: none; }
.grayHolder {
	color: inherit;
	background-color: #efefef;
	width: 500px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 5px;
	border: solid 1px #000; }

.alignRight {
 text-align: right;
}
.alignCtr {
	text-align: center;
	}
.alignLeft {
text-align: left;
}
