/* Body Stuff */

body {
	margin: 4px;
}

.imgleft {
	margin: 0px 4px 2px 0px;
}

.imgindex {
	margin: 3px 4px 2px 0px;
}

/* Tags */

b {
	color: #479B3A;
}

li.form {
	list-style-image: url(../images/list-item-check.png);
}

li.index {
	list-style-image: url(../images/list-item-circle.png);
}
	

/* Main Table */

.table {
	width: 770px;
	vertical-align: top;
}

.annitable {
	width: 600px;
	vertical-align: top;
}

.nav {
	background-color: #7CDC6D;
	width: 125px;
	vertical-align: top;
}

.body {
	width: 635px;
}

.title {
	color: #008833;
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #008;
	padding-bottom: 3px;
}

.content {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	text-align: justify;
	vertical-align: top;
	height: 350px;
	padding-top: 5px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	background-color: #A5FCA3;
	border: 1px solid #063;
	height: 50px;
	vertical-align: middle;
	text-align: center;
}

.anniversary {
	font-family: Verdana, Arial, Helvetica;
	font-size: 20px;
	background-color: #A5FCA3;
	border: 1px solid #063;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	padding: 3px;
}

.accent {
	font-weight: bold;
	color: #008;
	font-size: 16px;
	font-family: Georgia;
}

/* Text and Titles */

.bodytext {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	text-align: justify;
}

.thtext {
	color: #000088;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	border: 1px dotted #000;
}

.heading {
	color: #008;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dashed #888;
}

.warning {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: justify;
	color: #F44;
	padding: 2px 4px 3px 4px;
}

.indexHeading {
	color: #000088;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}

.formTable {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica;
	padding-top: 4px;
	padding-bottom: 4px
}

/* Links */

A:link, A:visited, A:active {
	color: #44E;
	text-decoration: underline;
}
	
A:hover {
	color: #479B3A;
	text-decoration: underline;
}

A.foot:link, A.foot:visited, A.foot:active {
	color: #000088;
	text-decoration: none;
}
	
A.foot:hover {
	color: #138D00;
	text-decoration: none;
}

/* Navigation */

.flyoutLink  {
	border-color: #E7E7E7;
	border-width: 0px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: 70%;
	padding-left: 9px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: hand;
	display: block;
}

a.flyoutLink {
	color: #000088;
	text-decoration: none;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
}

a.flyoutLink:hover {
	color: #000088;
	text-decoration: none;
	background-color: #9DF78B;
	border-color: #999999;
	border-width: 0px;
	border-style: solid;
}