﻿body {
    font: 11pt Arial, Verdana, sans-serif;
    color: black;
    background-color: white;
    margin: 0;
}

input[type=submit] {
	background-color: #357AE8;
	color: white;
	border-style: solid;
	border-color: #357AE8;
	border-width: 5px;
	border-radius: 5px;
	padding: 5px 10px;
}

input[type=submit]:hover {
	background-color: #2B66C0;
	border-color: #2B66C0;
}

input[type=reset] {
	background-color: #357AE8;
	color: white;
	border-style: solid;
	border-color: #357AE8;
	border-width: 5px;
	border-radius: 5px;
	padding: 5px 10px;
}

input[type=reset]:hover {
	background-color: #2B66C0;
	border-color: #2B66C0;
}

input[type=button] {
	background-color: #357AE8;
	color: white;
	border-style: solid;
	border-color: #357AE8;
	border-width: 5px;
	border-radius: 5px;
	padding: 5px 10px;
}

input[type=button]:hover {
	background-color: #2B66C0;
	border-color: #2B66C0;
}

input[type=text], textarea, select {
	border-radius: 5px;
	padding: 6px;
	border: 1px solid grey;
}

#header {
    width: 100%;
    padding: 10px 0;
    color: white;
    background-color: #2B6AA8;
    margin: 0;
}

.headerTable {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.headerLeft {
	vertical-align: bottom;
}

.headerRight {
	width: 298px;
	text-align: right;
	vertical-align: bottom;
}

.header-container {
    text-align: center;
    width: 100%;
    max-height: 100%;
}

.companyName {
    font-size: 14pt;
}

#header a {
	color: #DDDDDD;
	text-decoration: none;
}

#header a:hover {
	color: white;
	text-decoration: underline;
}

#menubar {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    color: white;
    background-color: #464649;
}

#menuroot {
	margin: 3px auto;
	width: 1000px;
}

#menuroot a {
	color: white;
	text-decoration: none;
	margin-right: 25px;
}

#menuroot a:hover {
	color: white;
	text-decoration: underline;
}

#mBorder {
	background-color: white;
	height: 0;
}

#mininav {
	font-size: 9pt;
	padding: 0;
	color: gray;
	text-align: left;
	background-color: white;
}

#content {
	width: 1000px;
	margin: auto;
	text-align: left;
}

#pageContent {
	padding: 0 30px 0 0;
	vertical-align: top;
	width: 635px;
	background-color: white;
	margin: 0;
	line-height: 150%;
}

#pageContent img {
	border-width: 0;
}

#infoContent {
	padding: 0;
	vertical-align: top;
	width: 335px;
	color: black;
	margin: 0;
}

#infoContent img {
	border-width: 0;
}

#footer {
    width: 100%;
    padding: 25px 0;
    font-size: 11pt;
    color: white;
    background-color: #2B6AA8;
    margin: 0;
}

#footerer {
    width: 100%;
    padding: 25px 0;
    font-size: 14pt;
    color: white;
    background-color: #464649;
    margin: 0;
}

#footerNav {
	width: 1000px;
	margin: 0 auto;
}

#footerTable {
	width: 650px;
}

#footerTable td {
	width: 25%;
	padding-bottom: 10px;
}

#footerTableTitle {
	font-size: 12pt;
	font-weight: bold;
}

#footerTrade {
	float: right;
	padding-top: 50px;
	padding-right: 35px;
}

#footerTrade img {
	border-width: 0px;
}

#social {
	float: right;
}
/* Styles for Navigation */
#pageContent a {
	color: #2F5B8E;
	text-decoration: none;
}

#pageContent a:hover {
	text-decoration: underline;
}

#pageContent a:active {
	text-decoration: none;
}

#infoContent a {
	color: #2F5B8E;
	text-decoration: none;
}

#infoContent a:hover {
	text-decoration: underline;
}

#infoContent a:active {
	text-decoration: none;
}

#mininav a {
	text-decoration: none;
	color: gray;
}

#mininav a:hover {
	text-decoration: underline;
	color: black;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:active {
	text-decoration: none;
}

#footer img {
	border: 0;
}
/*
General styles
*/
.boldText {
	font-weight: bold;
}

.mediumText {
	font-size: 14pt;
}

.largeText {
	font-size: 15pt;
}

.smallText {
	font-size: 7.5pt;
	font-weight: normal;
}

.smallItalicText {
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
}

.italicText {
	font-style: italic;
	font-weight: normal;
}

.leftText {
	text-align: left;
}

.centerText {
	text-align: center;
}

.rightText {
	text-align: right;
}

.imageLeft {
	float: left;
}

.imageRight {
	float: right;
}