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

/* General content ****************************************************************/

html, body {
	background-color: #FFF;
	font-family: sans-serif, Arial, Helvetica;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}

h1 {
	color: #575757;
	font-weight: normal;
	font-family: Georgia, serif, "Times New Roman", Times;
	margin-top: 0em;
	margin-bottom: 0em;
}
h2 {
	color: #575757;
	font-weight: normal;
	font-family: Georgia, serif, "Times New Roman", Times, serif;
	margin-top: 0em;
	margin-bottom: 0em;
}
h3 {
	color: #575757;
	font-weight: normal;
	font-family: Georgia, serif, "Times New Roman", Times, serif;
	margin-top: 0em;
	margin-bottom: 0em;
}
h4 {
	color: #575757;
	font-weight: normal;
	font-family: Georgia, serif, "Times New Roman", Times, serif;
	margin-top: 0em;
	margin-bottom: 0em;
}

a:link, a:visited, a:active, a:hover {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color:#6e6ecc;
}
a:hover {
	text-decoration: underline;
	color:#AEAEE3;
}

/* Sub menu style */

.subMenu {
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	color: #999;
}
.subMenu a:link, .subMenu a:visited, .subMenu a:active, .subMenu a:hover {
	font-size: 13px;
	text-decoration: none;
	color:#6e6ecc;
}
.subMenu a:hover {
	color:#AEAEE3;
}

/* Other */

.lightFrame {
	background-color: #F8F3FC;
	border-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-style: none;
	border-left-style: none;
	border-color: #C9C4E6;
}
.introText {
	color: #666;
	letter-spacing: 1.3px;
	font-size: 13px;
}

/* Main frame ****************************************************************/

.mainFrame {
	background-image: url(mainFrame/verticals.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: auto; 
	margin-right: auto;
	width: 659px;
	min-height: 100%;
	position: relative;
}
.mainFrame .header {
	background-image: url(mainFrame/top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFF;
	width: 659px;
	text-align: left;
	vertical-align: bottom;
	padding-top: 10px;
}

.mainFrame .header img {
	margin: 20px 0px -20px 30px;
}

.mainFrame .content {
	text-align: center;
	line-height: 18px;
	overflow: hidden;
	width: 589px;
	margin-left: auto; 
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 60px;
}

.mainFrame .footer {
	background-image: url(mainFrame/bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	font-size: 10px;
	color: #7e7e7e;
	padding-top: 20px;
	vertical-align: bottom;
	width: 659px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -329px;
}

/* Main frame tab ****************************************************************/

.mainTab {
	background: white;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 1px;
	padding-bottom: 9px;
	margin-left: 480px;
}

/* Tab link style */
.mainTab a:link, .mainTab a:visited, .mainTab a:active, .mainTab a:hover {
	outline: none;
	font-size:: 13px;
	text-decoration: none;
	font-weight: bold;
	color:#9797D9;
}
.mainTab a:hover {
	color:#C0C0E9;
}

/* Selected tabs */

.mainTab .selected {
	background-image: url(mainFrame/tabSelectedHorizontal.bmp);
	background-repeat: repeat-x;
	background-position: bottom;
}
.mainTab .selected .left {
	background-image: url(mainFrame/tabSelectedLeft.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.mainTab .selected .right {
	background-image: url(mainFrame/tabSelectedRight.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 12px;
	line-height: 15px;
	padding-bottom: 11px;
	padding-right: 17px;
	padding-left: 18px;
}

/* Unselected tabs */

.mainTab .unselected {
	background-image: url(mainFrame/tabUnselectedHorizontal.bmp);
	background-repeat: repeat-x;
	background-position: bottom;
	
}
.mainTab .unselected .left {
	background-image: url(mainFrame/tabUnselectedLeft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.mainTab .unselected .right {
	background-image: url(mainFrame/tabUnselectedRight.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 17px;
	line-height: 13px;
	padding-bottom: 8px;
	padding-right: 18px;
	padding-left: 18px;
}
