@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffcc;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1{ 
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-style:italic;
	color:#6c0c6c;
}
h2{ 
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#cb884f;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #6c0c6c;
}
.maincontent {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#6c0c6c;
}
.twoColElsLtHdr #container {
	width: 49.8em;
	margin: 0 auto;
	padding-right: 18px;
	text-align: left; 
}
.twoColElsLtHdr #header {
	padding: 0px 10px 55px 20px;
	background-image:url(../images/topbanner.png);
	margin-top: 25px;
	background-repeat: no-repeat;
	height: 68px;
} 
.twoColElsLtHdr #navigation {
	padding: 0 0 0 0;
	height: 25px;
} 
.twoColElsLtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
	font:Verdana, Geneva, sans-serif;
	font-style:italic;
	text-indent: 10px;
}

.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 11em;
	background: #ffffcc;
	padding: 20px 0 70px 0;
	list-style:none;
	list-style-image:none;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
	list-style:none;
	list-style-image:none;
}

.twoColElsLtHdr #mainContent {
	margin: 0 1.5em 0 1em;
	list-style-image:none;
} 
.twoColElsLtHdr #mainContent h2{
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-style:italic;
	color: #cb884f;
	text-indent: 1px;
	margin-bottom: -1px;
	margin-top: 10px;
}
.twoColElsLtHdr #footer {
	padding: 0 10px 15px 0;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
} 
.twoColElsLtHdr #footer p {
	margin: 0; 
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Miscellaneous classes for reuse */
.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;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000;
}

object {
outline:none;
}
a {
outline: none;
}
html {
    overflow-y: scroll;
}
.contentlink a:link {
	font-size: 14px; 
	font-weight: bold;
	color: #6c0c6c;
	text-decoration: underline;
}
.contentlink a:visited {
	font-size: 14px; 
	font-weight: bold;
	color: #6c0c6c;
	text-decoration: underline;
}
.contentlink a:hover {
	font-size: 14px; 
	font-weight: bold;
	color:#cb884f;
	text-decoration: none;
}	
.contentlink a:active {
	font-size: 14px; 
	font-weight: bold;
	color: #6c0c6c;
	text-decoration: underline;
}
.maincontent {
	font-size: 14px; 
	font-weight: normal;
	color: #6c0c6c;
	text-decoration: none;
}
a {
outline: none;
}
