.content {
	width: 700px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #000068; 
	color: #000068;
}

.innerContent {
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #000068;
	color: #000068;
	background-image: url(images/tablebkg.jpg);
	background-repeat: repeat;
}

.mainContentRegion {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.menu {
	text-align: center;
}

.copyright {
	text-align: center;
}

.advSub {
	font-size: 1.2em;
	text-align: center;
	font-style: italic;
	margin: auto 30px;
}

/* */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font: 76% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #40407F;
	color: #000068;
	background-image: url(images/pagebkg.jpg);
	background-position: center top;
	background-repeat: repeat;
}

* html body p, h1, h2, h3, h4, h5, h6, a, div.mainMenu, div.subMenu {
	height: 1%;
}


hr	{
	height: 0px;
	border: solid #000068 0px;
	border-top-width: 1px;
	margin: 10px;
}

h1 {
	font: 76% Georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-weight: normal;
	font-style: italic;
}
h2 {
	font: 76% Georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	font-style: italic;
}
h3 {
	font: 76% Georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
}
h4 {
	font: 76% Georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}
h5 {
	font: 76% Georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
}
h6 {
	font: 76% Georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
}

	
img { border: 0; }

blockquote { color: #009; }

a:link,a:active,a:visited {
	text-decoration: underline;
	color: #000030;
}

a:hover {
	text-decoration: underline;
	color: #000030;
}
.dmNotes {
	color: #0062FF;
	font-style: italic;
}
	
.floatimage {
	margin: 0px 0px 10px 25px;
	text-align: left;
	font-style: italic;
	font-size: smaller;
}

.Red { Color: #CC0000; }
.Gold{ Color: #CCA000; }
.DarkBlue{ Color: #000D86; }
.BrightGreen{ Color: #0B8A00; }
.DarkGreen{ Color: #053D00; }
.InactiveBackgrnd{ Color: #7F4040; }
.DarkBackgrnd{ Color: #680000; }
.Separators{ Color: #202040; }

.note {
	border: 1px solid #CCA000;
	margin: 20px 80px;
	padding: 5px;
	font-style: italic;
	font-weight: bold;
}