﻿/* ------------------ Page ---------------- */
body
{
	font-family: Arial,Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	margin: 0 auto 0 auto;
	width: 950px;
	color: #808080;
}
#divPage
{
	width: 100%;
	height: 100%;
	background: #ffffff;
}

/* ------------------ Header ---------------- */
#divHeader
{
	padding-top: 25px;
	height: 70px;
	width: 100%;
}
#divHeaderMain
{
	height: 50px;
	width: 25%;
	padding-left: 20px;
}
/* ------------------ Content ---------------- */
#divContent
{
	height: 450px;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 15px;
	background-image: url(../images/border/topborder.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	clear: both;
}

/* ------------------ Main Window ---------------- */
#divMainWindow
{
	float: left;
	height: 425px;
	margin: 0;
	margin-top: 1px;
	width: 925px;
	background-image: url(../images/border/leftborder.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	clear: both; /*border-right: solid 1px #808080;*/
}
#divTerms
{
	margin: 20px;
	float: left;
	left: 0;
	width: 910px;
	overflow: auto;
	height: 330px;
}
#divTerms p
{
	padding-right: 15px;
}
#divTerms ol, li
{
	padding-right: 15px;
}
#divTerms .clsTermsTitle
{
	margin: 2px 0 2px 0;
	font-weight: bolder;
	color: #BD1A8D;
}
/* ------------------ Right Window ---------------- */
#divRightWindow
{
	clear: right;
	float: right;
	height: 425px;
	overflow: visible;
	padding: 0;
	width: 25px;
	background-image: url(../images/border/rightborder.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
/* ------------------ Base Window ---------------- */
#divBase
{
	float: left;
	margin: 0;
	padding: 0;
	width: 950px;
	height: 25px;
	background-image: url(../images/border/bottomborder.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	clear: both;
}
#divBaseLeft
{
	float: left;
	height: 5px;
	margin: 0px 1px 1px 1px;
	padding: 0;
	width: 580px;
}
#divBaseRight
{
	float: right;
	height: 150px;
	margin: 0 1px 1px 0;
	padding: 0;
	width: 366px;
}

/* ------------------ Footer ---------------- */
#divFooter
{
	padding-bottom: 25px;
	height: 25px;
	width: 100%;
	font-family: Arial,Tahoma, Verdana, Sans-Serif;
	font-size: 10px;
	margin: 0 auto 0 auto;
	color: #808080;
}
#divFooterLeft
{
	float: left;
	height: 25px;
	margin: 0;
	padding-left: 15px;
	width: 300px;
}
#divFooterRight
{
	float: right;
	height: 25px;
	margin-left: 10px;
	margin-right: 5px;
	padding: 0;
	width: 600px;
}
#divFooter a
{
	color: #808080;
}
#divFooter a:hover
{
	color: #BD1A8D;
	text-decoration: underline;
}

/* ------------------ Text & Other Elements ---------------- */
h1, h2, h3, h4, h5, h6
{
	color: #BD1A8D;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial,Tahoma, Verdana, Sans-Serif;
}
h1
{
	line-height: 50px;
	font-weight: bold;
	font-size: 16px;
}
h2
{
	line-height: 15px;
	font-size: 13px;
}
h3
{
	font-size: 12px;
}
h4
{
	font-size: 11px;
}
h5
{
	font-size: 10px;
}
h6
{
	font-size: 10px;
}
a
{
	color: #BD1A8D;
	text-decoration: none;
}
a:hover
{
	color: #BD1A8D;
	text-decoration: underline;
}
hr
{
	border: 0;
	background-color: #edeaea;
	height: 1px;
	border-style: solid;
}
/* ------------------ Classes ---------------- */
.clsSelected
{
	font-weight: bold;
}
.clsAddress
{
	font-family: Arial,Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
}
.clsLegalHeader
{
	vertical-align: middle;
	margin: 25px 0 5px 15px;
}
.clsLegalTitle
{
	margin: 2px 0 2px 0;
	font-weight: bolder;
	color: #BD1A8D;
}
