@charset "utf-8";
/*
Jade Theme Style Sheet

by

Copyright &copy; 2006 by James E. Pettis

June 14, 2006

*/

/* default text color */
body
	{
	color: #000000;
	}

/* highlight text color */
h1, h2, h3, h4, strong
	{
	color: #006666;
	}

/* background color */
div.RuleH1, div.RuleH2, div.RuleH3
	{
	background-color: #006666;
	}

/* default raised border */
div.RuleH1, div.RuleH2, div.RuleH3, table.Framed,
.BorderOutset
	{
	border-style: solid;
	border-color: #009999 #003333 #003333 #009999;
	}

/* default lowered border */
table.Framed th.First, table.Framed td.BottomLeft, .BorderInset
	{
	border-style: solid;
	border-color: #003333 #009999 #009999 #003333;
	}

body
	{
	background-color: #FFCC99;

	background-image: url('../picture_library/jade/backgrnd.gif'); 

	font-family: 'times new roman', serif;

	list-style-image: url('../picture_library/jade/bullet.gif');
	list-style-type: disc;

	margin-left: 4%;
	margin-right: 4%;
	}	/* end body */

a:link
	{
	color: #000099;
	}

a:visited
	{
	color: #990099;
	}

h1, h2, h3, h4
	{
	margin: 0;
	font-weight: bold;
	}

h1
	{
	font-size: 2em;
	}

h2
	{
	font-size: 1.59em;
	}

h3
	{
	font-size: 1.26em;
	}

h4
	{
	font-size: medium;
	font-variant: small-caps;
	}

img
	{
	border: none;
	}

table	/* centers tables */
	{
	margin: auto;
	}

table th
	{
	text-align: center;
	vertical-align: bottom;
	}

table td
	{
	vertical-align: top;
	}

ul
	{
	margin: 0 0 0 22px;
	padding: 0;
	}

.BorderInset, .BorderOutset
	{
	border-width: 2px;
	}

.C
	{
	text-align: center;
	}

.OutsetA
	{
	color: #00CCCC;
	position: absolute;
	padding-top: 0;
	}

.OutsetB
	{
	color: #006666;
	position: relative;
	left: 1px;
	top: 1px;
	}

.Top
	{
	vertical-align: top;
	}

.U
	{
	text-decoration: underline;
	}

a.Img, a.ButtonLeft, a.ButtonRight, a.FloatLeft, a.FloatRight
	{
	text-decoration: none;	/* prevents Netscape from underlining images that are links */
	}

a.ButtonLeft, a.ButtonRight
	{
	position: absolute;
	}

a.ButtonLeft
	{
	left: 4%;
	}

a.ButtonRight
	{
	right: 4%;
	}

a.ButtonLeft, a.FloatLeft
	{
	text-align: left;
	}

a.ButtonRight, a.FloatRight
	{
	text-align: right;
	}

a.FloatLeft
	{
	float: left;
	}

a.FloatRight
	{
	float: right;
	}

div.RuleH1, div.RuleH2, div.RuleH3
	{
	font-size: .08em; 
	}

table.Framed
	{
	border-width: .6ex;
	}

table.Framed th,
table.Framed td
	{
	padding: 0 .2ex .2ex .2ex;
	margin: 0;
	}

table.Framed th
	{
	border-width: .6ex .3ex .6ex .6ex;
	text-align: center;
	border-style: solid;
	border-color: #003333 #006666 #009999 #003333;
	}

table.Framed th.First
	{
	border-width: .6ex .6ex .6ex .6ex;
	}

table.Framed th.Last
	{
	border-width: .6ex .6ex .6ex 0;
	border-color: #003333 #009999 #009999 #003333;
	}

table.Framed td
	{
	padding: .5ex;

	text-align: left;

	border-width: 0 .3ex .3ex .6ex;
	border-style: solid;
	border-color: #006666 #006666 #006666 #003333;
	}

table.Framed td.First
	{
	border-width: 0 .6ex .3ex .6ex;
	border-color: #003333 #009999 #006666 #003333;
	}

table.Framed td.Last
	{
	border-width: 0 .6ex .3ex 0;
	border-color: #006666 #009999 #006666 #003333;
	}

table.Framed td.Top
	{
	border-width: .6ex .3ex .3ex .6ex;
	border-color: #003333 #006666 #006666 #003333;
	}

table.Framed td.TopLeft
	{
	border-width: .6ex .6ex .3ex .6ex;
	border-color: #003333 #009999 #006666 #003333;
	}

table.Framed td.TopRight
	{
	border-width: .6ex .6ex .3ex 0;
	border-color: #003333 #009999 #006666 #006666;
	}

table.Framed td.Bottom
	{
	border-width: 0 .3ex .6ex .6ex;
	}

table.Framed td.BottomLeft
	{
	border-width: 0 .6ex .6ex .6ex;
	}

table.Framed td.BottomRight
	{
	border-width: 0 .6ex .6ex 0;
	}

table.Logo
	{
	display: inline;
	vertical-align: text-bottom;
	}

table.Logo td
	{
	background-color: black;
	}

td.CWP
	{
	
	padding-left: 1ex;
	}

ul.Spacer
	{
	list-style-image: none;
	list-style-type: none;
	}

ul.Spacer ul
	{
	list-style-image: url('../picture_library/jade/bullet.gif');
	list-style-type: disc;
	}
