/* all elements in tables, tables are all 750 pix wide with #EFEFEF background and no borders (#111111) and no cellspacing */
/* content cells are 25% left and 75% right */
/* branding (logo) table is 750 x 75 no cellpadding */
/* menu placeholder is one space at 10pt */
/* concept table is 750 x 160 no cellpadding */
/* home page story table is 750 x 175 with cellpadding of 15 */
/* content story tables are 750 x as long as needed and cellpadding of 15 */
/* footer table is 750 x 12  with cellpadding of 5 */

.bigheader {
    font-family: Monotype Corsiva;
  	font-size: 36pt;
	font-weight: bold;
	color: purple;
	text-align: center;
}

.hometext {
	font-family: Verdana;
	font-size: 12pt;	
	font-weight: bold;
	color: purple;
	text-align: justify;
}
.contentheader {
	font-family: Verdana;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: purple;
	text-align: left;
}
.contenttext {
	font-family: Verdana;
	font-size: 10pt;
	color: purple;
	text-align: left;
}

.picturetext {
	font-family: Verdana;
	font-size: 9pt;
	color: purple;
	text-align: center;
}

.contentlist {
	font-family: Verdana;
	font-size: 9pt;
	color: purple;
	margin-top: 10; 
	margin-left: 10;
	text-align: left;
}

.submenu {
	font-family: Verdana;
	font-size: 9pt;
	color: purple;
	text-align: center;
}

.linktext {
	font-family: Verdana;
	font-size: 10pt;
	color: purple;
	text-align: left;
}

a.linktext:link {color:#420042;}
a.linktext:visited {color:purple;}
a.linktext:hover {text-decoration: underline}


.footertext {
	font-family: Verdana;
	font-size: 8pt;
	font-style: italic;
	color: purple;
	text-decoration: none;
}

a.footertext:hover {text-decoration: underline}

#chromemenu{
width: 100%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: none;
width: 100%;
background: purple;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:Verdana
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: white;
font-family:Verdana;
font-weight: bold;
text-decoration: none;
background: padding-left:38px; padding-right:38px; padding-top:3px; padding-bottom:3px
}

#chromemenu ul li a:hover{
color: #DFBFFF;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
border:1px solid purple;
position:absolute;
top: 0;
/*Theme Change here*/
line-height:18px;
z-index:100;
background-color: #F9F2FF;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Verdana
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid purple; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: purple;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #E8CCEF;
}
