@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #9999cc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtrHdr #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.boldPurpleLarge {
	font-size: 16px;
	font-weight: bold;
	color: #350468;
	background-color: #C4EFB5;
	padding: 10px;
}
#boxRight {
	float: right;
	margin-right: 75px;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border: 1px solid #310062;
}
#boxRight p {
	margin-top: 0px;
}
.oneColFixCtrHdr #header {
	background: #ccccff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 135px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	color: #330066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	font-size: 34px;
	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 #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.purpleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #330066;
	text-decoration: none;
}



.oneColFixCtrHdr #photoInsert {
	width: 90%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #d9eed2; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #9999cc;
	text-align: left;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



.oneColFixCtrHdr #navbar {
	background: #d9eed2;
	text-decoration: none;
	padding-top: 5;
	padding-right: 10px;
	padding-bottom: 5;
	padding-left: 5px;
	text-align: center;
}



#navbar a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #330066;
	text-decoration: underline;
	padding: 5px 0px;
	font-style: normal;
}
#navbar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC33CC;
	text-decoration: underline;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-style: normal;
}
#navbar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #330066;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#navbar li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #330066;
	margin: 0px;
	padding: 5px 3px 5px 5px;
	list-style-image: none;
	list-style-type: none;
	display: inline;
}

.navbarFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #330066;
}
.italPurple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	color: #7C5F98;
	text-decoration: none;
}

.navbarFontUL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #330066;
	text-decoration: underline;
}


a:hover.navbarFontUL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #330066;
	text-decoration: underline;
}
.navbarfontblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	text-decoration: none;
}
.bottomNavLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


a:hover.bottomNavLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #265FAD;
	text-decoration: underline;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #330066;
	font-weight: lighter;
}
.dottedLine {
	margin-right: 10%;
	border-bottom-style: dotted;
	border-bottom-color: #9999cc;
}
strong {
	color: #340167;
}
.copyright {
	font-size: 12px;
}

.oneColFixCtrHdr #footer {
	padding: 10px 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#d9eed2;
	font-size: 12px;
	text-align: center;
} 
.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 */
	font-size: 12px;
}
.UL {
	text-decoration: underline;
}
#block2 {
	clear: left;
}
.smallFont {
	font-size: 12px;
}
#couponBorder {
	border: medium dashed #9999CC;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.pinkBold {
	color: #CC3366;
	font-weight: bold;
}
.pinkBoldUL {
	color: #CC3366;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
	font-style: normal;
}
a:hover.pinkBoldUL {
	color: #33CC00;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
}
a:link {
	text-decoration: underline;
	color: #CC3366;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
h3 {
	font-size: 18px;
	color: #330066;
}
#header a {
	color: #3F1072;
}
#bottomCredits a {
	color: #330066;
	text-decoration: underline;
}
#bottomCredits a:hover {
	color: #330066;
	text-decoration: none;
}
.smallFont {
	font-size: 12px;
}
