@charset "utf-8";
/*
Home Page Style Sheet

by

Copyright  2006 by James E. Pettis

June 14, 2006

*/

/* default text color */
body
	{
	color: #000000;
	}

/* default lowered border */
div.RuleH1, div.RuleH2, div.RuleH3, .BorderInset
	{
	border-style: solid;
	border-color: #003366 #6699CC #6699CC #003366;
	}

/* default raised border */
.BorderOutset
	{
	border-style: solid;
	border-color: #6699CC #003366 #003366 #6699CC;
	}

/* highlight text color */
h1, h2, h3, h4
	{
	color: #336699;
	margin: 0;
	font-weight: bold;
	}

/* shadow text color */
.InsetA
	{
	position: absolute;
	color: #003366;
	}

super
	{
	font-size: .63em;
	vertical-align: top;
	}

.InsetB
	{
	position: relative;
	left: 1px;
	top: 1px;
	}

h1
	{
	font-size: 2em;
	}

h2
	{
	font-size: 1.59em;
	}

h3
	{
	font-size: 1.26em;
	}

h4
	{
	font-size: medium;
	font-variant: small-caps;
	}

a:link
	{
	color: #0000CC;
	}

a:visited
	{
	color: #CC00CC;
	}

body
	{
	background-color: #CCCCCC;

	background-image: url('picture_library/corporat/borderlt.gif');
	background-repeat: repeat-y;

	font-family: 'times new roman', serif;

	list-style-image: url('picture_library/corporat/bullet.gif');

	list-style-type: disc;

	margin: 0;
	}

img
	{
	border: none;
	}

table
	{
	margin: auto;
	}

ul
	{
	list-style-image: url('picture_library/corporat/bullet2.gif');
	list-style-type: disc;
	}

ul ul ul
	{
	list-style-image: url('picture_library/corporat/bullet.gif');
	list-style-type: disc;
	}

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: 37px;
	text-align: left;
	}

a.ButtonRight
	{
	right: 37px;
	text-align: right;
	}

a.FloatLeft
	{
	float: left;
	text-align: left;
	}

a.FloatRight
	{
	float: right;
	text-align: right;
	}

div.RightMargin
	{
	background-image: url('picture_library/corporat/borderrt.gif');
	float: right;
	right: 0;
	background-repeat: repeat-y;
	background-position: right;
	margin-left: 37px;
	padding-right: 37px;
	min-height: 2000px;
	}

.BorderInset, .BorderOutset
	{
	border-width: 2px;
	}

.C
	{
	text-align: center;
	}

.U
	{
	text-decoration: underline;
	}

div.RuleH1, div.RuleH2, div.RuleH3
	{
	background-color: #336699;

	font-size: .08em; 
	}

div.RuleH1
	{
	border-width: 3em;
	}

div.RuleH2
	{
	border-width: 2em;
	}

div.RuleH3
	{
	border-width: 1.5em;
	}

.Inline
	{
	display: inline;
	}

.Menu
	{
	margin-top: 1ex;
	}

.Middle
	{
	vertical-align: middle;
	}

.Top
	{
	vertical-align: top;
	}

table.CenterPage
	{
	padding: 0;
	border: 0;
	width:100%;
	}

table.Logo
	{
	display: inline;
	vertical-align: text-bottom;
	}

table.Logo td
	{
	background-color: black;
	}

td.CWP
	{
	
	padding-left: 1ex;
	}
