body {
	margin: 0;
	padding: 0;
	background-color: #e6e7f0;
	color: #000000;
	background-image: url(../img/chart.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

* { font-family: Corbel, Calibri, "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif; }

a:link, a:visited {
	color: #185070;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img, a img { border: 0 }

.mainBox {
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	width: 766px;
	padding: 3em 50px 0;
	border-width: 1px;
	border-color: #BCBED1;
	border-style: solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F4F4F7;
	position: relative;
	opacity: .9;
}

.header {
	float: left;
	width: 100%;
}

.logo {
	position: relative;
	top: 16px;
	left: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	font-weight: normal;
}

h1 {
	font-size: 1.5em;
	color: #B7B8C9;
	margin: 0 0 1em 0;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .2em;
	position: relative;
	z-index: 2;
}

h1 img {
	vertical-align: bottom;
	margin-right: .5em;
}

h2 {
	font-size: 1.25em;
	margin: .5em 0 0 0;
	color: #4C0E15;
}

h3 {
	font-size: 1em;
	color: #444553;
}

p {
	margin: 0 0 1em 0;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 1em;
}

input, select { font-size: 1em; }

input.submit {
	font-weight: bold;
}

form, .highlight {
	clear: both;
	display: block;
	background-color: #D8D9E9;
	margin: 0 -50px 1em -50px;
	padding: 1em 50px 1px;
}

.highlight { text-align: center; }

.highlightBottom {
	margin-bottom: 0;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

a.highlight {
	padding-bottom: 1em;
	font-weight: bold;
	font-size: 1em;
}

a.highlight:hover {
	background-color: #BFC2E1;
	text-decoration: none;
}

.dshbrdLogo {
	color: #282835;
}

.arrow, .mainMenuFooter a {
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 22px;
}

a.highlight .arrow {
	background-color: #EDEEFC;
	padding: .25em .5em .25em 32px;
	background-position: 10px 50%;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
}

.arrowRight {
	background-position: 100% 50%;
	padding-left: 0;
	padding-right: 24px;
}

.sidebar {
	float: right;
	clear: right;
	width: 28%;
	font-size: 0.75em;
	margin: 0 -50px 1.5em 2.5em;
	padding: 1em 1em 0 3em;
	background-color: #D8D9E9;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: 1em 1.5em;
}

.sidebar1 { background-color: #FBE6AD; }
.sidebar2 { background-color: #F7CDD0; }

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.center { text-align: center; }

.errorCode {
	text-align: right;
	font-style: italic;
	font-size: .875em;
	color: #7E7E8B;
}

.profileListBox {
	float: right;
	width: 40%;
	background-color: #FFF3D4;
	padding: 1em 1.5em;
	margin: -1.5em -50px 1.5em 1em;
	-webkit-border-top-left-radius: .5em;
	-webkit-border-bottom-left-radius: .5em;
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-bottomleft: .5em;
}

.profileListBox h3 { font-weight: bold; }

.profileList {
	padding: 0;
	margin: .5em 0 0 0;
}

.profileList li {
	list-style-type: none;
	padding: .15em 0;
}

.mainMenu {
	background-color: #A7AAC2;
	list-style-type: none;
	margin: 0 -50px 1em -1.5em;
	padding: 0 0 0 1.5em;
	position: relative;
	height: 1.5em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomleft: 1em;
}

.mainMenu li {
	float: left;
	position: relative;
	display: block;
}

.mainMenu a {
	display: block;
	float: left;
	margin: 0;
	padding: 0.285714286em 1em;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .875em;
	line-height: 1.142857143em;
	height: 1.142857143em;
	border-width: 0 1px 0 0;
	border-color: #CCCEDA;
	border-style: solid;
	background-color: #A6494D;
}

#mainMenuHome a { border-width: 0 1px; }

.mainMenu a:hover {
	background-color: #74768C;
	text-decoration: none;
}

.mainMenuFooter {
	list-style-type: none;
	padding: 0;
	overflow: hidden;
	margin: 0 0 2em 0;
}

.mainMenuFooter a {
	display: block;
	float: left;
	padding-right: 1em;
}

