@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 #container {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/pink_bg.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
.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 #header {
	padding: 0;
	margin: 0px;
	height: 200px;
} 
.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-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #sidebar1 p {
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	padding-left: 37px;
	margin-left: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #sidebar1 li {
	padding-bottom: 8px;
}
.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 hr {
	color: #5ba4da;
}

.twoColFixLtHdr #momContainer {
	border: 6px solid #a66129;
	background-color: #000000;
	clear: right;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
}
.twoColFixLtHdr #momContainer p {
	color: #fbba86;
}

.twoColFixLtHdr #momContainer a:link {
	color: #a66129;
	text-decoration: underline;
}
.twoColFixLtHdr #momContainer a:visited {
	color: #f18c25;
	text-decoration: underline;
}
.twoColFixLtHdr #momContainer a:hover {
	color: #ff7a32;
	text-decoration: none;
	background-color: #6c683b;
}
.twoColFixLtHdr #momContainer 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;
	color: #830909;
	margin: 0px;
}
.twoColFixLtHdr #momContainer h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #ff7a32;
	font-variant: small-caps;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: -8px;
	margin-top: -1px;
}
.twoColFixLtHdr #momContainer hr {
	color: #a66129;
}
.twoColFixLtHdr #momContainer ul {
	color: #fbba86;
	list-style-type: circle;
}
.twoColFixLtHdr #momContainer li {
	padding-top: 10px;
}


.twoColFixLtHdr #momContainer fieldset {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #830909;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-color: #000000;
}
.twoColFixLtHdr #momContainer table {
	color: #FBBA86;
	background-color: #830909;
}
.twoColFixLtHdr #momContainer td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fbba86;
}

.twoColFixLtHdr #momContainer legend {
	font-weight: bold;
	color: #ff7a32;
	margin-bottom: 10px;
}

.twoColFixLtHdr #momContainer label {
	color: #fbba86;
}

.twoColFixLtHdr #momContainer input, textarea  {
	margin-top: 5px;
}

.twoColFixLtHdr #momContainer input, select, checkbox, textarea {
	color: #A66129;
	border: 1px solid #ABABB2;
}

.twoColFixLtHdr #momContainer input:focus, select:focus, checkbox:focus, textarea:focus {
	color: #000000;
	background: #fbba86;
}

fieldset {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6F18AE;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
legend {
	font-weight: bold;
	color: #6F18AE;
	margin-bottom: 10px;
}
input, textarea  {
	margin-top: 5px;
}
input, select, checkbox, textarea {
	color: #000000;
	border: 1px solid #ABABB2;
}
input:focus, select:focus, checkbox:focus, textarea:focus {
	color: #6F18AE;
	background: #dedfca;
}
.twoColFixLtHdr #photos {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	margin-bottom: 40px;
}
.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 */
}
.pagetitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6F18AE;
	float: right;
	margin-bottom: 20px;
}
.bigmrg {
	margin-bottom: 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: 10px;
	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;
}
.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;
}
.pinktext {
	color: #d8b7ef;
}
.purpletext {
	color: #6F18AE;
}

.psmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.video {
	padding-left: 100px;
	padding-top: 250px;
	padding-bottom: 30px;
	padding-right: 0px;
}
.lftlabel {
	display: block;
	float: left;
	width: 150px;
	padding-bottom: 5px;
	padding-left: 8px;
	vertical-align: text-top;
}
