@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #cacae4;
}

p {
	line-height: 1.3em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}
h1 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	color: #B6489C;
	font-family: "Geometr415 Lt BT", "Geometr415 Md BT", "Geometric", Futura, Arial;
	line-height: 1.3em;
}
h2 {
	font-size: 1.1em;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A58B96;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #B1001C;
	padding: 0px;
	margin-top: 0.2em;
	margin-right: 0px;
	margin-bottom: 0.4em;
	margin-left: 0px;
}


.oneColFixCtr #container {
	width: 975px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FBE6E4;
}
.oneColFixCtr #mainContent {
}
.header-nav_container {
}
.column-left {
	float: left;
	width: 775px;
	min-height: 450px;
	background-color: #FBE6E4;
}
.column-left-hm {
	float: left;
	width: 775px;
	background-color: #FBE6E4;
}
.column-left-inner {
	float: left;
	width: 294px;
	left: -1px;
	top: -23px;
	position: relative;
	overflow: hidden;
}
.column-right-inner {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	width: 450px;
	padding-bottom: 50px;
	min-height: 400px;
}
.column-singlewide {
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 20px;
	padding-right: 15px;
}
.column-right {
	float: left;
	width: 200px;
}

:link img {
	border: none;
}
a:link {
	color: #4C2690;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4C2690;
}
a:hover {
	text-decoration: underline;
}
.footer {
	clear: both;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.8em;
	background-color: #2A1C6B;
	padding: 8px;
}

.footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
 .footer a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.footer a:hover {
	color: #FFFFFF;
}

hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #90915D;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.column-left-wide {
	clear: both;
	float: left;
	width: 770px;
}
.table_styles td {
/*border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC; */
}
.white_text {
	color: #FFFFFF;
}
/* .widgetfix {
	width: 100px;
	background-color: #CCCCCC;
	
}
*/ul {
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 1.5em;
}
.table_rows td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A480AD;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: 0.8em;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
.divided_rows    h1  {
	font-size: 11px;
	margin: 0px;
	line-height: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	color: #955E7B;
}
.divided_rows p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A480AD;
	text-indent: 180px;
	position: relative;
	top: -13px;
	margin: 0px;
	line-height: 11px;
	font-size: 11px;
	color: #333333;
}

