@charset "utf-8";
body  {
	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: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
}

html { min-height: 100%; margin-bottom: 1px; }

#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #993366;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	height: 110px;
	margin: 0px;
	background-color: #f89735;
	text-align: left;
	width: 950px;
	vertical-align: middle;
	padding: 0px;
}

.headL {
	background-color: #f89735;
	text-align: center;
	height: 110px;
	float: left;
	width: 730px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.headR {
	width: 170px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tophead {
	font-size: 24px;
	color: #993366;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Papyrus, Arial, sans-serif;
	line-height: 60px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.tophead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #993366;
	font-weight: lighter;
}
.byline {
	font-family: Papyrus, Arial, sans-serif;
	font-size: large;
	font-style: normal;
	color: #993366;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
 
#yellowbar {
	background-color: #FFC425;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

#navtop {
	background-color: #993366;
	height: 30px;
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navtop a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffc425;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding:5px;
	width:65px;
}
#navtop a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffc425;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding:5px;
	width:65px;
}

#navtop a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f89735;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding:5px;
	width:65px;
}
#navtop a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffc425;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding:5px;
	width: 65px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 164px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#nav {
	padding: 0px;
	text-align: left;
	width: 154px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.smallhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993366;
	font-weight: bold;

}
#nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #993366;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
#nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #993366;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #663333;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
#nav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #993366;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

.sidebartxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993366;
	font-size: 11px;
	font-weight: normal;
	padding-left: 5px;
}
#mainContent {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0;
	float: right;
	width: 740px;
	text-align: left;
	height: auto;
} 
#home {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0;
	text-align: center;
	height: auto;
	} 
#home2 {
	text-align: center;
	width: 875px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
}
#home3 {
	text-align: center;
	width: 808px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 20px;
	margin-left: 60px;
}


#footer {
	padding: 0 10px 0 20px;
	background-color: #993366;
	text-align: center;
	border-top-width: 30px;
	border-top-style: solid;
	border-top-color: #f89735;
} 
#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 */
	color: #ffc425;
}

#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffc425;
	text-align: center;
	padding:5px;
	width:60px;
	text-decoration: underline;
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffc425;
	text-align: center;
	padding:5px;
	width:60px;
	text-decoration: underline;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f89735;
	text-decoration: underline;
	padding:5px;
	width:60px;
}
#footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffc425;
	text-align: center;
	padding:5px;
	width: 60px;
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltlogo { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Head1 {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 28px;
	font-style: normal;
	color: #FF9900;
	font-weight: lighter;
}
.para {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	line-height: 16px;
}
.paracent {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	line-height: 16px;
	text-align:center;
}
.boxes {
	margin: 0px;
	padding: 5px;
	float: left;
	height: 180px;
	width: 135px;
	text-align: center;
	}


.smallboxes {
	margin: 0px;
	padding: 5px;
	float: left;
	height: 150px;
	width: 105px;
	text-align: center;
	}	
a.purpletext:link {
	text-decoration: none;
	color: #993366;
	font-size:10px;
}

a.purpletext:visited {
	text-decoration: none;
	color: #993366;
		font-size:10px;
}
a.purpletext:hover {
	text-decoration: none;
	color: #993366;
		font-size:10px;
		
}
a.purpletext:active {
	text-decoration: none;
	color: #993366;
		font-size:10px;
}

h3 {
	font-family: Papyrus, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #993366;
	text-align: center;
}


.gallery {
	text-align: center;
	margin: 0px;
	padding: 5px;
	float: left;
	height: auto;
	width: 160px;
}

.box-img{ 
	margin-bottom: 5px;

}


.Head1 {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: x-large;
	font-style: normal;
	color: #993366;
	font-weight: lighter;
}
.para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	line-height: 18px;
}

.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	font-weight: normal;
}
.para600 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #993366;
	font-weight: normal;
	width:600px;
}
a.greylink:link {
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	text-decoration: underline;
	letter-spacing: 1px;
	font-weight: bold;
}

a.greylink:visited {
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 12px;
	color: #666666;
	line-height: 12px;
	text-decoration: underline;
	font-weight: bold;
}
a.greylink:hover {
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 12px;
	color: #333333;
	line-height: 12px;
	text-decoration: underline;
	font-weight: bold;
}
a.greylink:active {
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 12px;
	color: #666666;
	line-height: 12px;
	text-decoration: underline;
	font-weight: bold;
}
#sitemap {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: #666666;
	}
#sitemap a:link {
	text-decoration: underline;
}

#sitemap a:visited {
	text-decoration: underline;
}
#sitemap a:hover {
	text-decoration: underline;
		color: #663333;
}
#sitemap a:active {
	text-decoration: underline;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}


a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663333;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

a.grey:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	line-height: 18px;

}
a.grey:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #666666;
	line-height: 18px;
}
a.grey:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663333;
	text-decoration: underline;
	line-height: 18px;
}
a.grey:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	line-height: 18px;

}
a.purplelink:link {
	font-family: Arial;
	font-size: 12px;
	color: #993366;
	line-height: 18px;
	text-decoration: underline;
	letter-spacing: 1px;
}

a.purplelink:visited {
	font-family: Arial;
	font-size: 12px;
	color: #993366;
	line-height: 12px;
	text-decoration: underline;
}
a.purplelink:hover {
	font-family: Arial;
	font-size: 12px;
	color: #993366;
	line-height: 12px;
	text-decoration: underline;
}
a.purplelink:active {
	font-family: Arial;
	font-size: 12px;
	color: #993366;
	line-height: 12px;
	text-decoration: underline;
}
a.titles:link {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 10px;
	color: #993366;
	font-weight: bold;
	line-height: 12px;
	text-decoration: none;
}
a.titles:visited {
	font-family: VArial, Helvetica, sans-serif;;
	font-size: 10px;
	color: #993366;
	line-height: 12px;
	font-weight: bold;

}
a.titles:hover {
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 10px;
	color: #663333;
	line-height: 12px;
	font-weight: bold;

}
a.titles:active {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 10px;
	color: #993366;
	line-height: 12px;
	font-weight: bold;

}
.smallgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #993366;
	font-weight: normal;
}

.tinypurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #993366;
	line-height: 9px;
}
.Head3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #993366;
	font-weight: bold;

}

.HeadCent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #993366;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;

}
.Head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #993366;
	line-height: 18px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

.SymbolLarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80px;
	color: FFCC00;
	font-weight: normal;

}
.symbolMedium {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	color: #993366;
}
.symbolTiny {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #993366;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
.symbolHome {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: FF9900;
	font-weight: bolder;

}
.HomeRadiance {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFCC00;
}
.parapurple {
	font-family: Arial, Helvetica, sans-serif;;
	color: #993366;
	font-size: 11px;
	font-weight: normal;
}
.formtxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #993366;
	font-size: small;

}
.join {
	font-size: 12px;
	line-height: 6px;
	color: #663333;
}
#viewcart {
	background-color: #FFFFFF;
	text-align: center;
	height: 15px;
	width: 75px;
	border: 1px solid #FF9933;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#viewcart a.link {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 16px;
	color: #993366;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
}
#viewcart a.visited {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: #993366;
	line-height: 16px;
	font-weight: bold;

}
#viewcart a.hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993366;
	line-height: 16px;
	font-weight: bold;
	background-color: #FFCC00;

}
#viewcart a.active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #993366;
	line-height: 12px;
	font-weight: bold;

}
.inputbox {
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 10px;
}
.imgadd {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	float: right;
}
.add {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #993366;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 30px;
	width: 190px;
}
.fltbutt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	margin-right: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.bookbutt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #993366;
	background-color: #FF6600;
	padding: 0px;
	float: left;
	height: 25px;
	width: 140px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.sub {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
