@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #362855;
	background-image: url(../canvas/bg1.jpg);
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.oneColFixCtrHdr #container {
	width: 977px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtrHdr #header {
	background-image: url(../canvas/images/top_r1_c1.jpg);
	background-repeat: no-repeat;
	height: 155px;
	width: 975px;
	background-position: center;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 20px;
}
.oneColFixCtrHdr #navbar {
	text-align: center;
}

.oneColFixCtrHdr #mainContent {
	padding: 0px 0px 20px 0px;
	background-color: #ECCF8D;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	
	
}
.oneColFixCtrHdr #footer {
	padding: 0;
	margin: 0;
	background:#eccf8c;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 25px;
	width: 975px;

}


.oneColFixCtrHdr #footer2 {
	padding: 0;
	margin: 0;
	background:#eccf8c;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 45px;
	width: 975px;

}



.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
	
}


.maintable {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(../canvas/images/top_r2_c1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 0px;
	padding-left: 0px;
	border-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	
}
.leftie {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-right: 43px;
	border-right-color: #000000;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 40px;
}

.leftie3 {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-right: 50px;
	border-right-color: #000000;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 50px;
}



.leftie2 {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-right: 43px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 10px;
	padding-bottom: 20px;
}



.rightie {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-left: 45px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 33px;
	text-align: justify;
}

.rightie2 {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-left: 45px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}




.foottxt {
	color: #292b2a;
	text-align: right;
	font-family: Palatino Linotype,Palatino,Times New Roman,serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.onsie {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-right: 45px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.title {

    font: 13px Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: 3px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

