body {
	color: #333;
	margin: 0;
	font: 80% Helvetica, Arial, Geneva, sans-serif;
}

input, td, th {
	font-family: sans-serif;
	font-size: 12pt;
	color: #444;
}

#MenuHeader {
	background-color: #414b5e;
	padding-top: 30px;	
}

.MenuHeaderWrapper {
	overflow: hidden;
}

.MenuHeaderHeading {
	float: left;
}

div.MenuHeaderTitle {
	color: #eaeaef;
	font-size: 2em;
	margin-left: 1em;
}

div#MenuHeaderUser {
	position: absolute;
	right: 20px;
	top: 15px;
	color: #eaeaef;	
	font-size: 1em;
}

div#MenuHeaderUser a, div#MenuHeaderUser a:visited {
	color: #eaeaef;	
}


div#MainContent {
	margin: 2em;
	padding-top: 10px;
}


div#content {
	margin: 10px 0 0 0;
	padding: 20px;
	width: 950px;
	height: 600px;
	background-color: white;
	clear: both;
}

div#left {
	margin: 2px;
	padding: 10px;
	width: 265px;
	float: left;
	background-color:#DFE1E3;
}

div#center {
	padding-left: 20px;
	margin-right: 20px;
	width: 600px;
	float: left;
}

div#center {
	font-size: 12pt;
	font-style: normal;
}

#center h2 {
	font-size:  15pt;
	font-style: italic;
}

#center li {
	margin:  10px 0px 0px 0px;
}


div#right {
	margin: 2px;
	padding: 10px;
	width: 220px;
	float: right;
	background-color:#DFE1E3;
}



img {
	vertical-align: middle;
}

ul.errorMessages {
	list-style-type: none;
}

ul.errorMessages li {
	color: red;
}

.error {
	color: red;
}

.success {
	color: green;
}

a, a:visited {
	color: #40598D;
}

table {
	border-collapse: collapse;
}

table.dataTable {
	width: 100%;
}

table.dataTable tr.alternate td {
	background: #eeeeff;
}

table.dataTable tr td, table tr th {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2em;
	padding-left: 2em;
	border: 0;
}

table.dataTable tr td.center, table tr th.center {
	text-align: center;
}

table.dataTable tr th {
	text-align: left;
	border-bottom: #ccc 1px solid;
}

table.dataTable tr th a {
	text-decoration: none;
	color: #333;
}

table.dataTable tr th a img {
	vertical-align: middle;
	margin-left: .25em;
	padding-bottom: 3px;
}

td.dataLabel {
	text-align: right;
}

table.fieldset td {
	border: 0;
	background: #eee;
	font-size: 1.2em;
	padding-right: 4em;
}

table.fieldset td.label {
	padding: 1em;
	background: #E0E3EA;
	font-weight: bold;
	color: #666;
	text-align: right;
	font-size: 1em;
	padding-left: 4em;
}

table.fieldset td.controls {
	text-align: right;
	background: none;
}


input.button, input[type=button], input[type=submit] {
	background: #7589B8;
	font-weight: bold;
	padding: .4em;
	padding-left: .75em;
	padding-right: .75em;
	color: #eee;
	border: 1px solid #103B58;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

input.button:hover, input.smallButton:hover, input[type=button]:hover, input[type=submit]:hover {
	background: #6795DE;
}

.quote {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding: 10px;
	font-size:  10pt;
	font-style:italic;
	border-style:solid;
	border-width:1px;
	background-color:#98A6B5;
}

.quoteSignature {
	margin-top: 5px;
	margin-left: 10px;
	font-size: 12pt;
	font-style: bold;
	font-color: blue;
}


div#footer {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding: 10px;
	border-top: 2px solid #5a708b;
	background-color: white;
	font-size: 8pt;
}

