/* colors
medium blue (background): 88,87,180 or 5857b4
light blue (content area): 172,171,218 or acabda
pale blue (nav area): 214,213,237 or d6d5ed
dark blue (text): 20,19,41 or 141329

bedtime rust: 142,76,32
bedtime teal: 57,89,102

*/

/* paint splatter PhotoShop brush sources
splatters by quells.deviantart.com */

/* layout, global settings */

p.teal {
	color: rgb(57,89,102);
}
div.teal {
	color: rgb(57,89,102);
}
div.warning {
    font-size: 70%;
	color: rgb(142,76,32);
	font-weight: bold;
}

table.layout {
	width: 950px;
	background-color: #ffffff;
	color: #000000;
	border: 0px;
	}
body {
	/* background-color: #ffb700; */
	background-color: rgb(142,76,32);
	color: #000000;
	}
td.leftcolumn {
	width: 200px;
	margin: 0px;
	padding: 0px;
	}
td.divider {
	/* background-color: #ffb700; */
	background-color: rgb(57,89,102);
	height: 2px;
	margin: 0px;
	padding: 0px;
	}
td.vertical {
	/* background-color: #ffb700; */
	background-color: rgb(57,89,102);
	width: 2px;
	margin: 0px;
	padding: 0px;
	}
td.vertical {
	min-height: 100%;
	}
td.content {
	margin: 15px;
	padding: 15px;
	}
td.footer {
  font-size: 70%;
  color: #000000;
	margin: 5px;
	padding: 5px;
}

/* navigation options */

#tabs {
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	}

#tabs ul {
	list-style: none;
	background-color: #000000;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
	} 

#tabs ul li {
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: inline;
	color: #000000;
	}
	
#tabs li a {
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	padding: 1px 5px 1px 5px;
	background-color: #ffffff;
	color: #141329;
	text-decoration: none;
	}

#tabs li a:hover {
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	background-color: #ffffff;
	color: #141329;
	text-decoration: none;
	}

#button {
	width: 200px;
	padding: 0 0 0 0;
	margin-bottom: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#button li {
	/* border-bottom: 1px solid #ffb700; */
	border-bottom: 1px solid rgb(57,89,102);
	margin: 0;
	}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	/* background-color:  rgb(255,219,127);
	color: #141329; */
	background-color:  rgb(146,143,150);
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	}

html>body #button li a {
	width: auto;
	}

#button li a:hover {
	/* background-color: #ffb700;
	color: #141329; */
	background-color:  rgb(142,76,32);
	color: #ffffff;
	}

/* default font size*/
body, body div, body p, body th, body td, body li, body dd	{
	voice-family:	inherit;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:	10pt;
}

html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd	{
	font-size:	10pt;
}

h1 {
  font-size: 130%;
  font-weight: bold;
  padding-top: 15px;
}

h2 {
  font-size: 110%;
  font-weight: bold;
}

div.footer {
  font-size: 70%;
  color: #000000;
}

p.script {
  text-indent: -3em;
  margin-left: 3em;
  margin-top: 0em;
  margin-bottom: 0em;
}

p.script2 {
  margin-left: 3em;
  margin-top: 0em;
  margin-bottom: 0em;
}

p.script3 {
  margin-left: 3em;
}

