body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #003399;
	padding-top: 0px;
	margin: 0px;
	padding-left: 0px;
	text-align: center;
}

/* Positioning css */
#wrapper { min-width: 400px; }
          /* Always good to have on full width liquid CSS layouts, 
             google "min-width IE" for JS solutions there */

/* Setup (This all looks neater when it isn't put on display!) */

#wrapper {
	width: 760px;
	border: 1px solid #C10268;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 760px;
	height: 80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C10268;
	background-image: url(../images/indexheaderbg.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#maincontent {
	width: 99%;
	padding-top: 24px;
	text-align: justify;
	padding-right: 8px;
	padding-left: 8px;
}
#personalmaincontent {
	width: 99%;
	padding-top: 24px;
	text-align: justify;
	padding-right: 8px;
	padding-left: 8px;
}
#businessmaincontent {
	width: 99%;
	padding-top: 24px;
	text-align: justify;
	padding-right: 8px;
	padding-left: 8px;
}

#footer {
	width: 760px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660033;
	height: 80px;
	background-color: #C10268;
	color: #CCCCCC;
	font-size: 70%;
	padding-top: 16px;
	clear: both;
	margin-top: 8px;
	text-align: center;
}

p {
	font-size: 80%;
}

h1 {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990033;
	background-color: #C10268;
	text-align: center;
	padding-top: 4px;
}
h2 {
	font-size: 90%;
	font-weight: bold;
}
h3 {
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 2px;
}

.logo {
	float: left;
	width: 120px;
	margin-left: 8px;
}

.topcontact {
	text-align: center;
	float: right;
	width: 200px;
	font-size: 70%;
	margin-top: 8px;
	line-height: 16px;
	margin-right: 2px;
}

.contact {
	margin-left: 152px;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #C10268;
	margin-bottom: 12px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C10268;
}

.leftmenu {
	text-align: center;
	float: left;
	width: 116px;
	font-size: 85%;
	font-weight: bold;
	padding-top: 16px;
	border: 2px solid #C10268;
	margin-right: 16px;
	color: #333333;
	padding-bottom: 16px;

}

.leftmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.leftmenu ul li {
	margin-bottom: 10px;
}

.rightmenu {
	text-align: center;
	float: right;
	width: 116px;
	font-size: 85%;
	font-weight: bold;
	padding-top: 16px;
	border: 2px solid #C10268;
	margin-left: 16px;
	color: #333333;
}

.rightmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.rightmenu ul li {
	margin-bottom: 10px;
}

.personalbutton {
	text-align: center;
	float: right;
	font-weight: bold;
	background-image: url(../images/personal_button.jpg);
	background-repeat: no-repeat;
	width: 365px;
	margin-top: 8px;
	height: 100px;
	padding-top: 43px;
	color: #000066;
}

.businessbutton {
	text-align: center;
	float: left;
	font-weight: bold;
	background-image: url(../images/business_button.jpg);
	background-repeat: no-repeat;
	width: 365px;
	margin-top: 8px;
	height: 100px;
	padding-top: 43px;
	color: #006633;
}

/*         --------------- link formatting -------------------            */
a:link {
	color: #003399;
}
a:hover {
	color: #993366;
}
a:active {
	color: #993366;
}

#footer a {
	color: #CCFFFF;
}
#footer a:hover {
	color: #FF99CC;
}
#footer a:active {
	color: #FF99CC;
}

.leftmenu a {
	color: #003399;
}
.leftmenu a:visited {
	color: #003399;
}
.leftmenu a:hover {
	color: #CC0033;
}
.leftmenu a:active {
	color: #CC0033;
}

.rightmenu a {
	color: #003399;
}
.rightmenu a:hover {
	color: #CC0033;
}
.rightmenu a:active {
	color: #CC0033;
}
/*            -------------------- End of link formatting -------------------              */

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.rightimage110 {
	float: right;
	width: 110px;
	margin-left: 16px;
	text-align: center;
}

.cf {
	font-weight: bold;
	color: #C10268;
}
.mc {
	font-size: 85%;
	font-weight: bold;
}
.mission {
	line-height: 2.5em;
	font-weight: bold;
	text-align: center;
	font-size: 95%;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 24px;
}

.center {
	text-align: center;
}

hr {
	color: #C10268;
	margin-bottom: 8px;

}

#maincontent ol {
	font-size: 80%;
	margin-left: 160px;
	padding-left: 16px;
}

#maincontent ul {
	font-size: 80%;
}
#maincontent table {
	border: 1px solid #C10268;
}
#maincontent th {
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	background-color: #C10268;
	border: 1px solid #C10268;
	color: #FFFFFF;
}
#maincontent td {
	background-color: #E9E9E9;
	border: 1px solid #C10268;
	font-size: 70%;
	padding-top: 8px;
	vertical-align: top;
	font-weight: bold;

}

/*                  ------------------------ Personal main content formatting --------------------                  */
#personalmaincontent h1 {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990033;
	background-color: #C10268;
	text-align: center;
	padding-top: 4px;
}
#personalmaincontent ol {
	font-size: 80%;
	margin-left: 160px;
	padding-left: 16px;
}
#personalmaincontent ul {
	font-size: 80%;
}
#personalmaincontent table {
	margin-top: 16px;
	padding-top: 16px;
	border: 1px solid #990033;
}
#personalmaincontent th {
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	background-color: #C10268;
	border: 1px solid #C10268;
	color: #FFFFFF;
}
#personalmaincontent td {
	background-color: #FFEAF2;
	border: 1px solid #C10268;
	font-size: 80%;
	padding-top: 8px;
	vertical-align: top;
}
/*                -------------------- End of Personal main content formatting ------------------                  */

/*                  ------------------------ Business main content formatting --------------------                  */
#businessmaincontent h1 {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990033;
	background-color: #C10268;
	text-align: center;
	padding-top: 4px;
}
#businessmaincontent ol {
	font-size: 80%;
	margin-left: 160px;
	padding-left: 16px;
}
#businessmaincontent ul {
	font-size: 80%;
}
#businessmaincontent table {
	margin-top: 16px;
	padding-top: 16px;
	border: 1px solid #990033;
}
#businessmaincontent th {
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	background-color: #C10268;
	border: 1px solid #003333;
	color: #FFFFFF;
}
#businessmaincontent td {
	background-color: #FFEAF2;
	border: 1px solid #003333;
	font-size: 80%;
	padding-top: 8px;
	vertical-align: top;
}
#businesscourses dl {
	font-size: 80%;
	margin-left: 130px;
	padding-left: 16px;
}
#businesscourses dt {
	font-weight: bold;
	margin-top: 12px;
	background-color: #FFEAF2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C10268;

}
/*                -------------------- End of Business main content formatting ------------------                  */

.rightimage200 {
	float: right;
	width: 200px;
	margin-left: 16px;
}

.clearright {
	clear: right;
}

.courses {
	float: right;
	width: 90%;
}

caption {
	font-size: 90%;
	font-weight: bold;
	color: #035292;
	padding-top: 32px;
}
.questions {
	margin-top: 24px;
	margin-bottom: 24px;
}
.thankyou {
	background-color: #CCCCCC;
	margin: 64px 48px 48px 240px;
	padding: 16px;
	border: 1px dashed #333333;
	text-align: center;
	width: 300px;
}
.indent {
	margin-left: 140px;
}
.indent190 {
	margin-left: 190px;
	padding-left: 16px;
}
.indent3 {
	margin-left: 3px;
}
.top {
	font-size: 70%;
	font-weight: bold;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
}
.clearnone {
	clear: none;
}
