body {
	background-color:#C99CFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	margin:0;
	padding:0;
}

#container {
	width: 810px;
	background-color:#FFFFFF;
	background-image:url(images/centerpanel_blank.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#header {
	background-image:url(images/fade_line.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:142px;
}

#maincenter {
	padding: 10px 0 30px 0;
}

#navblock {
	float:left;
	width:203px;
	margin: 0px;
	padding: 0 5px;
}

#navblock p {
	padding-right: 10px;
	text-align:justify;
}

#content {
	padding: 6px 6px 6px 10px;
	width: 390px;
	float:left;
	position:relative;
	margin: 0px;
}

#content-home {
	padding: 6px 6px 6px 10px;
	width: 575px;
	float:left;
	position:relative;
	margin: 0px;
}

#rightcol {
	position:relative;
	float:right;
	width: 185px;
	padding-right: 5px;
	margin: 0px;
}
#rightcol-home {
	position:relative;
	float:right;
	width: 0px;
	padding-right: 5px;
	margin: 0px;
}

#footer {
	text-align:center;
	background-color:#C99CFF;
	height:150px;
}

#navblock img {
	padding: 0 -3px;
}

h1 {
	color:#330066;
	font-family: Invitation, Georgia, "Times New Roman", serif;
	font-size:245%;
	letter-spacing:-1px;
	font-weight:200;
	border-bottom:1px solid #3C0084;
}

h2 {
	color:#330066;
	font-size: 1.2em;
}

h3 {
	color:#330066;
	font-size: 1.0em;
}

#content-home p, #content-home li {
	line-height:150%;
}

a {
	color:#330066;
	font-weight: bold;
}

#content a:hover {
	text-decoration: none;
	background-color:#CCCCCC;
	padding: 1px 2px;
}

#content div a:hover {
	background-color:#FFFFFF;
}

#content li {
	padding: 5px 0px;
}

#rightcol li {
	margin-left: -15px;
}

.purple {
	color:#330066;
	font-weight: bold;
}



.NAA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.List {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}.NAAbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}
.mosaic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #CC0000;
	text-decoration:none;
}
.script {
	font-family: Invitation, Georgia, "Times New Roman", serif;
	font-size:175%;
}
.label {
	width: 100px;
	color:#009966;
	font-weight:bold;
}
.boldPurple {
	font-weight: bold;
	color: #330066;
}

/* CSS for popup images */

/* Credits: Dynamic Drive CSS Library 
URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed #330066;
visibility: hidden;
color: #330066;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -50;
left: 100px; /*position where enlarged image should offset horizontally */
}

.italic {
   font-style: italic;
}
.left {
	float: left;
}
.right {
	float: right;
}
div.soldout {
	background-image: url(images/soldout.jpg); 
	background-position: 50% 50%;
 	background-repeat: no-repeat;

}
