@charset "utf-8";
/* CSS Document */

Body {
	background-color: #a5c1d7;
	vertical-align: middle;
	margin: 0;
	color: #010221;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Section {
	font-family: "Lucida Calligraphy";
	font-size: 18px;
	color: #DEDFFE;
	font-weight: bold;
}
.Header {
	width: 100%;
	height: 100px;
	border: 0px;
	background-image: url(/Images/Header.png);
	background-repeat: repeat-x;
	background-color: #0b5592;
}
#Footer {
	height: 25px;
	width: 100%;
	margin-top: 20px;
}
.HeaderText {
	position:absolute;
	text-align:right;
	right: 50px;
	top: 25px;
	width: 400px
}
#Header {
	height: 100px;
	width: 100%;
	background-image: url(/Images/Header.png);
}
.Heading {
	font-family: "Lucida Calligraphy";
	color: #091046;
	font-size: 18px;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
}
.SubHeader {
	font-family: "Lucida Calligraphy";
	color: #303b84;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.Breadcrumbs {
	font-weight: normal;
	font-family: "Lucida Calligraphy";
	font-size: 10px;
	color: #091046;
	text-decoration: none;
}
.BreadcrumbsSub {
	font-weight: normal;
	font-family: "Lucida Calligraphy";
	font-size: 10px;
	color: #adb1cd;
}
.Contaner {
	background-color: #e5eff6;
	padding-left: 2px;
	padding-right: 2px;
}
.TabPannel {
	height: 25px;
	background-color: #e5eff6;
	font-size: 16; 
	color: #050a29;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.TabPannelText {
	font-size: 16; 
	color: #050a29;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.Footer {
	font-size: 14px;
	color: #666666;
	text-decoration: none
}
.RedText {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.GreenText {
	color: #00CC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.BlueText {
	color: #030798;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.LightBlueText {
	color: #0080FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.DarkBlueText {
	color: #091046;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.OrangeText {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.PurpleText {
	color: #800040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.YellowText {
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Center {
	text-align: center
}
#Content {
	width: 960px;
	background-color: #e5eff6;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto
}
#Footer {
	height: 20px;
	width: 100%;
	margin-top: 20px;
	text-align: center
}
#SectionImage {
	text-align:center; 
	position:absolute; 
	width:100%; 
	top:0
}