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

body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/site_bg.gif);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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;
}
.twoColFixLtHdr a:link {
	color: #6F18AE;
	text-decoration: underline;
}

.twoColFixLtHdr a:visited {
	color: #5ba4da;
	text-decoration: underline;
}

.twoColFixLtHdr a:hover {
	color: #5ba4da;
	text-decoration: none;
	background-color: #D8B7EF;
}

.twoColFixLtHdr #container {
	width: 955px;
	background-image: url(../images/pink_bg.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left;
	background-repeat: repeat-y;
}
.twoColFixLtHdr #header {
	padding: 0;
	width: 955px;
	background-image: url(../images/images/index_header.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 552px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
	background-image: url(../images/left_purplebar.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 p {
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHd #mainContent p {
	padding-bottom: 5px;
}
.twoColFixLtHdr #mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
	color: #830909;
}
.twoColFixLtHdr #mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #830909;
	font-variant: small-caps;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: -8px;
}
.twoColFixLtHdr #mainContent h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #6F18AE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6F18AE;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6F18AE;
	padding-top: 10px;
	margin-top: 30px;
}
.twoColFixLtHdr #mainContent #box hr {
	color: #830909;
	width: 150px;
}

.twoColFixLtHdr #box {
	width: 280px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #830909;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-color: #d9acd4;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.twoColFixLtHdr #box p {
	margin: 0px;
	line-height: 1.3em;
	padding: 8px;
}

.twoColFixLtHdr #footer {
	padding: 0;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
}
.pagetitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6F18AE;
	float: right;
	margin-bottom: 20px;
}
.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;
}
.topbar {
	border-top-width: 0.2em;
	border-right-width: 0.2em;
	border-bottom-width: 0.2em;
	border-left-width: 0.2em;
	border-top-style: dotted;
	border-top-color: #5FA0D8;
	border-right-color: #5FA0D8;
	border-bottom-color: #5FA0D8;
	border-left-color: #5FA0D8;
	padding-top: 0.5em;
	margin-top: 2em;
	background-color: #d8b7ef;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	color: #5ba4da;
	font-weight: bold;
}
.psmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.video {
	padding-left: 120px;
	padding-top: 260px;
	padding-bottom: 40px;
	padding-right: 0px;
}
.bigmrg {
	margin-bottom: 25px;
}
