body {
	font-family:  "Times New Roman", Times, serif;
	font-size: .9em;
	text-align: center;
	color: #000000;
	background-color: #ffffcc;
}

#page {
	position: relative;
	text-align: left;  
	width: 790px;
	margin: 0 auto;
	padding: 1em;
	border: solid 1px #663300;
}

a:link {
	font-size: 1em;
	font-weight: bold;
	color: #6f3700;
	background-color: #ffffcc;
	text-decoration: none;
}

a:visited {
	font-size: 1em;
	color: #6f3700;
	background-color: #ffffcc;
	text-decoration: none;
}

a:active {
	font-size: 1em;
	color: #6f3700;
	background-color: #ffffcc;
	text-decoration: underline;
}

a:hover {
	font-size: 1em;
	color: #6f3700;
	background-color: #ffffcc;
	text-decoration: underline;
}

a:link, a:visited, a:hover, a:focus {
	font-weight:bold;
}

h1 { 
	font-size: 1.5em;
	color: #ffffff;
	background-color: #6f3700;
	margin-right: 150px;  
	letter-spacing: 8px;
	line-height: 1.5em;
}

.heading-secondary { 
	font-size: 2em;
	font-weight: bold;
	color: #6f3700; 
	background-color: #ffffcc; 
	text-align: center;
}

.heading-sub { 
	font-size: 1.5em;
	font-weight: bold;
	color: #6f3700; 
	background-color: #ffffcc; 
	text-align: center;
}

.uppercase {text-transform: uppercase;
	font-size: .75em;
}

.small {
	font-size: smaller;
}

.bold {
	font-weight: bold;
}

.bold-large {
	font-weight: bold;
	font-size: 1.2em;
}

.bold-xlarge {
	font-weight: bold;
	font-size: 1.5em;
}

.heading-bold-xlarge-center {
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}

.boldItalic {
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
}

.redSmall {
	color: #CC0000;
	background: inherit;
	font-weight: bold;
	font-size: 10px
}

.redbold {color:#FF0000;
     background: inherit;
     font-weight: bold;
}

.bluebold   {color: #0000CC;
background:  inherit;
font-weight: bold;
}

.purplebold  {color: #660066;
background: inherit;
font-weight: bold;
}
	 
.italic {
	font-style: italic;
}

.bold-center {
	font-weight: bold;
	text-align: center;
}

.green-bold {
	font-weight: bold;
	font-size: 1.2em; 
	color: #006600;
	background-color: #ffffcc;
}

.heading-greenbold-center {
	font-weight: bold;
	font-size: 1.2em; 
	color: #006600;
	background-color: #ffffcc;
	text-align: center;
}

.center { 
	text-align: center; 
}

.right {
	text-align: right; 
}

img {
	border: none;
	display: block;  /* removes gap in IE */
}

img.center {
	display: inline;
}

img.middle {
	display: inline;
	vertical-align: middle;
}

.imgLeft {
	float:left;
}

.imgRight {
	float:right;
} 

.padding {
	padding-top: 1.5em;
}

.padding2em {
padding-top: 2em;
}

.padding2bottom {
padding-bottom: 2em;
}

.imgpadright{
	padding-right: 5px;
}

.imgpadleft {
	padding-left: 5px;
}

.imgpadtop {
	padding-top: 5px;
}

.imgpadbottom {
	padding-bottom: 5px;
}

.begindate {
	position: absolute;
	font-size: 3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	color:#bb5e00;
	background-color: transparent;
	top: 103px;
	left: 266px;
	z-index: 1;
}

.enddate {
	position: absolute;
	font-size: 3em;
	font-weight: 600;
	color:#990000;
	background-color: transparent;
	top: 155px;
	left: 379px;
	z-index: 4;
	width: 97px;
	height: 53px;
}

.indent-3em { text-indent: 3em; }

ol.decimal {list-style-type: decimal}
ol.lroman {list-style-type: lower-roman}
ol.uroman {list-style-type: upper-roman}
ol.lalpha {list-style-type: lower-alpha}
ol.ualpha {list-style-type: upper-alpha}

ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.none {list-style-type: none}

table.tb td {
	padding-right: 2em; 
	vertical-align: top;
}

table.tb_borders th {
	font-size: 1.15em;
	font-weight: bold;
	color: #6f3700; 
	background-color: #ffffcc; 
	padding: 1em 2em;
	vertical-align: top;
	border: solid 1px #cccc99;
	border-collapse: collapse;
}

table.tb_borders td {
	padding: 1em 2em;
	vertical-align: top;
	border: solid 1px #cccc99;
	border-collapse: collapse;
}

