.OutlineColumn {
	border: thin solid #0062C3;
	padding: 10px;
	visibility: visible;
	left: 0px;
	top: 0px;
}
.NewsLetterBox {
	padding: 5px;
	color: #0062C3;
	visibility: visible;
	left: 0px;
	top: 0px;
	background-color: #D8E1F5;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0062C3;
	border-right-color: #0062C3;
	border-bottom-color: #0062C3;
	border-left-color: #0062C3;
}
.SearchBox {
	padding: 5px;
	color: #0062C3;
	visibility: visible;
	left: 0px;
	top: 0px;
	background-color: #D8E1F5;
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0062C3;
	border-right-color: #0062C3;
	border-bottom-color: #0062C3;
	border-left-color: #0062C3;
}

.OutlineColumnSpacer {
	width: 5px;
}
.MainContent {
	padding: 15px;
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: small;
	z-index: auto;
}
.MenuText {
	color: #0062C3;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 25px;
	font-weight: bold;
	font-size: medium;
}

.SubMenuText {
	line-height: 25px;
}

h1 {
	font-size: x-large;
	color: #0062C3;
}

h2 {
	font-size: large;
	color: #0062C3;
	font-weight: bold;	
}

h3 {
	font-size: medium;
	color: black;
	font-weight: bold;	
}
.blueText {
	color: #0062C3;
}

.breadCrumbs {
	color: #FFFFFF;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #0062C3;
}

a:hover {
	text-decoration: underline;
}

.majorLink {
	color: #0062C3;
}
.minorLink {
	color: #000000;
}
.footerText {
	font-size: x-small;
	color: #999999;
}
.footerLink {
	color: #999999;
}
