﻿/* StyleSheet.css for Violette.com */
/* Standard colors:                */
/* Dark: MediumVioletRed or #C71585*/
/* Mid: Violet or #EE82EE          */
/* Light: Peachpuff or #FFDAB9     */ 

/* Basic page selectors for page body and text */
body	{
	margin:	10;
	padding:	10;
	color: 		rgb(0,0,0);
	background-color: #DAE4AF;
	}
div, p, th, td, li, dd, dl, dt    {
/* redundant selectors to help NS4 not forget */
	font-family:	serif;
	font-size: 	1.00em;
	}
p, li, div {
	margin-top: 	0; 
	padding-top: 	0;
	line-height: 	1.00em;
	font-family: "Times New Roman";
	}
h1	{
	color: 		black;
	font-size:	1.75em;
	line-height: 1.50em;
	}
h2	{
	color: 		black; 
	font-size:	1.50em;
	line-height: 1.35em;
	}
h3	{
	color: 		black; 
	font-size:	1.25em;
	line-height: 1.25em;
	}
h4 	{
	color: 		black;
	font-size:	1.00em;
	line-height: 1.25em;
	}
h5	{
	color: 		black;
	font-size:	0.80em;
	line-height: 1.25em;
	}
h6	{
	color: 	#F052F3;
	font-size:	0.60em;
	line-height: 1.25em;
	}
h1, h2, h3, h4, h5, h6	{
	font-family: 	Arial, Sans Serif;
	font-weight: 	bold;
	background-color: transparent;
	margin:		5px 0 0 0;
	}
sup {
line-height: 0;
vertical-align: text-top;
}
	
/* Links */
a	{
	text-decoration:	underline;
	font-weight:	bold;
	font-size: 	1.00em;
	}
a:link	{
	color: 		black; 
	background-color: transparent;
	font-size: 	1.00em;
	}
a:visited	{
	color: 		black; 
	background-color: transparent;
	font-size: 	1.00em;
	}
a:active	{
	color: 		black;
	background-color: transparent;
	font-size: 	1.00em;
	}
a:hover	{
	color: 		#e60feb;
	background-color: transparent;
	text-decoration:	underline overline;
	font-size: 	1.00em;
	}
.hyperlink { text-align: center; }	

/* Lists */
dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.0em;
	}
	
/* Special features */
.caption {
  font-style: normal; 
  font-family: Arial; 
  font-weight: bold;
  font-size: 0.80em; 
  color: black; 
  background-color: transparent; 
  line-height: 1.00em;
  text-align: left;
  }
.footer {
	font: 0.70em Arial, sans serif;
	color: #000;
	background-color: transparent;
	}
.small {
	font-size: 6pt;
	}
.message {
	font-size:	 0.80em;
	font-weight: 	bold;
	color: 		black;
}
.message2 {
	font-size: 	1.00em;
	font-weight: 	bold;
	color: 		black;
}
.message3 {
	font-size: 	1.25em;
	font-weight: 	bold;
	color: 		black;
}
.labelitem {
	font-size: 10pt;
	font-weight: normal;
	color: #333;
}
.mailitem {
	font-size: 8pt;
	font-weight: bold;
	color: #060;
}
img	{
	/* turns off gaps around images */
	border:	0
	}
.menu a	{
	text-decoration:	none;
	font-weight:	bold;
	font-size: 	1.00em;
	}
.menu a:link	{
	color: 		black; 
	background-color: transparent;
	font-size: 	1.00em;
	}
.menu a:visited	{
	color: 		black; 
	background-color: transparent;
	font-size: 	1.00em;
	}
.menu a:active	{
	color: 		black;
	background-color: transparent;
	font-size: 	1.00em;
	}
.menu a:hover	{
	color: 		black;
	background-color: transparent;
	text-decoration:	none;
	font-size: 	1.00em;
	}
.menustyle {
	font-family:	Arial;
	color: #ffffff; 
	border: solid 1px #dae4af; 
	padding: 6px 6px 6px 6px; 
	margin: 0px; 
	background: #dae4af; 
	white-space: nowrap; 
	}
.menuitem {
	font-family:	Arial;
	color: black; 
	border: solid 1px #ffffff; 
	padding: 6px 6px 6px 6px; 
	margin: 0px; 
	background: #f699f8; 
	white-space: nowrap; 
	cursor:pointer;
	}
.menuover {
	font-family:	Arial;
	border: dashed 1px #999; 
	padding: 6px 6px 6px 6px; 
	margin: 0px; 
	background:	RGB(246,153,248); 
	white-space: nowrap; 
	cursor:pointer;
	}
.menubutton {
	border: 1px #000000;
	}
.headline {
	color: 		black; 
	font-size:	1.50em;
	line-height: 1.50em;
	font-family: 	Arial, Sans Serif;
	font-weight: 	bold;
	background-color: transparent;
	margin:		5px 0 0 0;
	}
.headline a	{
	text-decoration:	underline;
	font-weight:	bold;
	font-size:	1.50em;
	}
.headline a:link	{
	color: 		black; 
	background-color: transparent;
	font-size:	1.50em;
	}
.headline a:visited	{
	color: 		black; 
	background-color: transparent;
	font-size:	1.50em;
	}
.headline a:active	{
	color: 		black;
	background-color: transparent;
	font-size:	1.50em;
	}
.headline a:hover	{
	color: 		#e60feb;
	background-color: transparent;
	text-decoration:	underline overline;
	font-size:	1.50em;
	}
.choicesbox {
	margin-top: 10px;
	padding: 3px 5px 5px 10px;
	color: #fff;
	background-color: #e60feb;
	border: 1px #000000;
	}
.choicesbox2 {
	margin-top: 10px;
	padding: 3px 5px 5px 10px;
	color: #000;
	background-color: #fff;
	border: 1px #366;
	}
.choicesbox a:link {color: #000}
.choicesbox a:visited {color: #333}
.choicesbox a:active, .choicesbox a:hover {color: #fff}

/* Section headers over columns */
#sechead {
	/*	Full column 640 px wide */
	height: 1px;
	top: 0px;
	left: 0px;
	clear: both;
	}
.sectionhead {
	/*	Full column 640 px wide */
	margin-top: 10px;
	padding: 3px 5px 5px 10px;
	border: 1px #366;
	}
.sectionhead-L {
	/*	The left column 448 px wide */
	margin-top: 10px;
	padding: 3px 5px 5px 10px;
	border: 1px #366;
	}
.sectionhead-R {
	/*	The right column 192 px wide */
	margin-top: 10px;
	padding: 3px 5px 5px 10px;
	border: 1px #366;
	}
.sectionhead-R2 {
	/*	The right column 192 px wide */
	border: 1px #366;
	}

/* Used to control the page content */
.siteheader1	{
	/* The page title at the top */
	padding: 0px;
	margin-left: 0px;
	margin-top: -10px;
	width: 1000px;
	height: 50px;
	z-index: 100;
	position: absolute;
	background: transparent;
	}
.siteheader2	{
	/* The 3 images under the title */
	padding: 0px;
	margin-left: 0px;
	margin-top: 20px;
	width: 1000px;
	height: 240px;
	z-index: 0;
	position: absolute;
	background: transparent;
	}
.sitebody	{
	/* The content on the page */
	padding: 10px;
	margin-left: 0px;
	margin-top: 260px;
	width: 1000px;
	z-index: 0;
	position: absolute;
	background: transparent;
	}
.sitebody2	{
	/* The content on the page */
	padding: 10px;
	margin-left: 0px;
	margin-top: 180px;
	width: 600px;
	z-index: 0;
	position: absolute;
	background: transparent;
	}
.sitebody3	{
	/* The content on the page */
	padding: 10px;
	margin-left: 0px;
	margin-top: 00px;
	width: 600px;
	z-index: 0;
	position: absolute;
	background: transparent;
	}
.pagebody	{
	/* The content on the page */
	padding: 10px;
	margin-left: 0px;
	margin-top: 200px;
	width: 800px;
	z-index: 0;
	position: absolute;
	background: transparent;
	}
.absimage {
	clear:	both; 
	margin: 5px 5px 5px 5px; 
	width: 200px; 
	float: left;
	}
#sitebody	{
	/* The content on the page */
	padding: 10px;
	margin-left: 0px;
	margin-top: 210px;
	width: 600px;
	z-index: 0;
	position: absolute;
	background: transparent;
	}
#intro { 
	min-width: 470px;
	}
#pageHeader { 
	margin-bottom: 20px;
	}
#absimage {
	clear:	both; 
	margin: 5px 5px 5px 5px; 
	width: 200px; 
	float: left;
	}
#absimage2 {
	clear:	both; 
	margin: 5px 5px 5px 5px; 
	width: 200px; 
	float: left;
	}
#absimage3 {
	clear:	both; 
	margin: 5px 5px 5px 5px; 
	width: 200px; 
	float: left;
	}
#absimage4 {
	clear:	both; 
	margin: 5px 5px 5px 5px; 
	width: 200px; 
	float: left;
	}
#absimage p {
	font-family:	"sans serif";
	font-size: 	1.00em;
	text-align:center;
	}
#abstract {
	clear: right; 
	top: 0px;
	left: 0px;
	padding: 0px 10px 0px 10px;
	}
#archive {
	margin-left: 220px;
	top: 0px;
	left: 0px;
	padding: 0px 10px 0px 10px;
	float: left;
	}


/* Column text formatting */
.content {
	padding: 10px 20px;
	margin: 5% 15%;
	border: 1px dotted MediumVioletRed;
	background-image: url(../images/contentfill.gif);
	}
#itembox {
	margin-top: 2px; 
	margin-right: 5px; 
	padding-left: 5px;
	padding-bottom: 5px; 
	border: 1px dotted MediumVioletRed;
	}
	#itembox a {font-size: smaller;}
#itembox2 {
	margin-top: 2px; 
	margin-right: 5px; 
	padding-left: 10px; 
	border: 1px dotted MediumVioletRed;
	}
#itembox3 {
	margin-top: 2px; 
	margin-right: 5px; 
	padding-left: 10px; 
	border: 1px dotted MediumVioletRed;
	}
#itembox4 {
	margin-top: 2px; 
	margin-right: 5px; 
	padding-left: 10px; 
	border: 1px dotted MediumVioletRed;
	}
#itembox5 {
	margin-top: 2px; 
	margin-right: 5px; 
	padding-left: 10px; 
	border: 1px dotted MediumVioletRed;
	}
#itembox6 {
	margin-top: 2px; 
	margin-right: 5px; 
	padding-left: 10px; 
	border: 1px dotted MediumVioletRed;
	}
#itembox7 {
	margin-top: 2px; 
	margin-right: 5px; 
	padding-left: 10px; 
	border: 1px dotted MediumVioletRed;
	}

/* Other stuff */
.subnav {
	font: bold 14px/1.5em Arial, sans serif;
	color: #999;
	text-align: center;
	}
.fineprint {
	font: 10pt Arial, sans serif;
	color: #000;
	background-color: #fff;
	padding: 5px 3px 7px 3px;
	border: 0;
	margin-bottom: 30px;
	text-align: center;
	}
.shade {
	color: #333333;
	background-color: #DCE3E4;
	}
.blackshade {
	color: #333366;
	background-color: #9CADA3;
	font-weight: bold;
	COLOR: #003366;
}
.subtitle	{
	color: 			black;
	font-size:		1.00em;
	font-weight:		bold;
	}
.docbody	{
	padding: 10px;
	margin-left: 0px;
	margin-top: 180px;
	width: 650px;
	z-index: 200;
	position: relative;
	}
.leftcol {
	width: 480px;
	float: left;
	margin-top: 0px;
	margin-left: -1px;
	padding: 10px;
	border-top: 1px solid #006;
	position: absolute;
	z-index: 200;
	}
.rightcol {
	width: 130px;
	padding: 10px;
	margin-top: 0px;
	margin-left: 500px;
	border-top: 1px dashed #006;
	border-left: 1px solid #006;
	position: absolute;
	z-index: 200;
	}
.spacer {
	clear: both;
	}
	
/* Div formating */
#headcol {
	padding: 10px;
	color: #006;
	border-bottom: 1px solid #006;
	margin-bottom: 0px;
	}
#footcol {
	color: #006;
	border-top: 1px solid #006;
	padding: 20px 10px 0 0;
	clear: both;
	}
#popup	{
	padding: 10px;
	margin-left: 130px;
	margin-top: 0px;
	width: 320px;
	height: 100px;
	border: 1px dashed #006;
	z-index: 5000;
	position: absolute;
	background: white;
	}
	
.first 	{
	margin-top: 0;
	padding-top: 0;
	}
.ahem	{
	display:	none;
	}
.dvbutton {
  color: Black;
  background-color: #EEE8AA;
  border-color: White;
  border-style: Outset;
  font-size: 8pt;
}
.dvfooterrow {
  color:White;
  background-color: #8B4513;
  font-weight:bold;
}
 @media print {
 input.noPrint {display: none; color: Black; background-color: #EEE8AA; border-color: White; border-style: Outset; font-size: 8pt; } 
 label.noPrint {display: none; } 
 }
 