@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-attachment: fixed;
	background-color: #FFF;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 950px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	z-index: -5;
	background-color: #FFFFFF;
	background-image: url(../Assets/Images/Template-Purple/main-content-background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;
	background-image: url(../Assets/Images/Template-Purple/Header.jpg);
	height: 180px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #header p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #E2D3E2;
	text-align: right;
	font-size: 70%;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.oneColFixCtrHdr #footer {
	position: relative;
	clear: both;
	padding: 10;
	text-align: left;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #LeftColumn {
	width: 460px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-bottom: 20px;
	text-align: left;
}
.oneColFixCtrHdr #LeftColumnSkinny {
	width: 300px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-bottom: 20px;
	margin-right: 30px;
}
.oneColFixCtrHdr #RightColumn {
	width: 460px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: none;
	float: right;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #RightColumnWide {
	width: 620px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: none;
	float: right;
	margin-bottom: 20px;
}


.oneColFixCtrHdr #Menu {
	background-color: #FFF;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 9;
}
.Highlight1 {
	font-size: 115%;
	font-weight: bold;
	color: #206791;
	text-align: center;
}

.BoxTitle {
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../Assets/Images/Fireworks/Template-Purple/titlebar.png);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.BoxTitleFacebook {
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../Assets/Images/Fireworks/Template-Purple/titlebar-facebook.png);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 65px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.TableBoxTitle {
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-color: #206791;
}

.NavigationText {
	font-size: 80%;
	font-weight: normal;
	color: #206791;
}
.TableColor {
	background-color: #DCCBDE;
}
.ColumnTitle {
	background-color: #642E8D;
	font-size: 115%;
	font-weight: bold;
	color: #FFFFFF;
}
.TextSmall {
	font-size: 85%;
}

a:link {
	color: #F60;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #F60;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #F90;
}
.BoxColor1 {
	background-color: #C7ADE7;
	color: #000000;
}
.Footnote {
	font-size: 80%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bold;
	color: #206791;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #174D6C;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #123C54;
}

ul
{
	padding: 0;
	margin-left: 1em;
	text-align: justify;
}
.Highlight2 {
	font-size: 115%;
	font-weight: bold;
	color: #206791;
}
.popUp {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../Assets/Images/Template-Purple/background-popup.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 15px;
}
