BODY {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	margin: 0px;
	background-image: url(/images/paperbac.gif);
}

/*this is to keep page from shifting to left on load in safari and firefox*/

html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }

/* THE FOLLOWING OLD LINE IS COMMENTED OUT BUT LEFT HERE FOR REFERENCE.
H1, H2, H3, H4, H5, H6 {font-weight: bold; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #7A3293}
*/
H1 {font-size: 20pt; font-weight: bold; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #7A3293; margin: 0}
H2 {font-size: 16pt; font-weight: bold; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #7A3293; margin: 0}
H3 {font-size: 13pt; font-weight: bold; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #7A3293; margin: 0}
H4 {font-size: 10pt; font-weight: bold; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #7A3293; margin: 0}
H5 {font-size: 8pt; font-weight: bold; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #7A3293; margin: 0}
H6 {font-size: 7pt; font-weight: bold; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #7A3293; margin: 0}

a:link {
	color: #7A3293;
	text-decoration: none;
	font-weight: bold;
}
a:visited {color: #7A3293; text-decoration: none; font-weight: bold}
a:hover {color: #7A3293; text-decoration: underline; font-weight: bold}
a:active {color: #7A3293; text-decoration: none;  font-weight: bold}

/* THE FOLLOWING 3 OLD LINES ARE COMMENTED OUT BUT LEFT HERE FOR REFERENCE.
table.x1 td  a:visited {color: #7A3293; text-decoration: none; font-weight: bold}
table.x1 td  a:hover {color: #7A3293; text-decoration: none; font-weight: bold}
table.x1 td  a:active {color: #7A3293; text-decoration: none; font-weight: bold}
*/

/* Used for table for the top menu bar in include/menu.asp. */
table.x1 td a:link {color: black; text-decoration: none; font-weight: bold}
table.x1 td a:visited {color: black; text-decoration: none; font-weight: bold}
table.x1 td a:hover {color: White; text-decoration: none; font-weight: bold}
table.x1 td a:active {color: White; text-decoration: none; font-weight: bold}

/* Used for table for the second from top menu bar in include/menu.asp. */
table.x2 td a:link {color: white;	text-decoration: none; font-weight: bold}
table.x2 td a:visited {color: white; text-decoration: none; font-weight: bold}
table.x2 td a:hover {color: #7A3293; text-decoration: none; font-weight: bold}
table.x2 td a:active {color: #7A3293; text-decoration: none; font-weight: bold}

a.foot:link {
	color: #7A3293;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
a.foot:visited {
	color: #7A3293;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
a.foot:hover {
	color: #7A3293;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}
a.foot:active {
	color: #7A3293;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
.thispage {
	color: #000000;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
.breadcrumb {
	color: #7A3293;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
.breadcrumb:link {
	color: #7A3293;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
.breadcrumb:visited {
	color: #7A3293;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
.breadcrumb:hover {
	color: #7A3293;
	text-decoration: underline;
	font-size: 9px;
	font-weight: bold;
}
.breadcrumb:active {
	color: #000000;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
.sidemenu {
	color: #7A3293;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
.sidemenu:link {
	color: #7A3293;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
.sidemenu:visited {
	color: #7A3293;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
.sidemenu:hover {
	color: #7A3293;
	text-decoration: underline;
	font-size: 9px;
	font-weight: bold;
}
.sidemenu:active {
	color: #000000;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
}

.sidebar {  font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif; font-size: 13px; color: #FFFFFF}
TD {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

/* Print. */
@media print {
	/* cssclsNoPrint class. */
	.cssclsNoPrint {display:none}
}

/* Screen. */
@media screen {
	/* cssclsNoScreen class. */
	.cssclsNoScreen {display:none}
}

.borderTable {	
padding: 2px 4px 2px 4px;
border: 1px solid #7a3293;
}
table.BT {
	border-width: 1px;
	border-spacing: 0;
	border-style: solid;
	border-color: #7a3293;
	border-collapse: collapse;
}
table.BT th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #7a3293;
	border-collapse: collapse;
	-moz-border-radius: ;
}
table.BT td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #7a3293;
	border-collapse: separate;
	-moz-border-radius: ;
}
table.CB {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px 2px;
	border-style: solid solid solid solid;
	border-color: rgb(122, 50, 147) rgb(122, 50, 147) rgb(122, 50, 147) rgb(122, 50, 147);
	border-collapse: collapse;	
}
table.CB th {
	border-width: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: rgb(122, 50, 147) rgb(122, 50, 147) rgb(122, 50, 147) rgb(122, 50, 147);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.CB td {
	border-width: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: rgb(122, 50, 147) rgb(122, 50, 147) rgb(122, 50, 147) rgb(122, 50, 147);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sidebar {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: black black black black;
	border-collapse: collapse;
	background: url(/images/side_nav_img.jpg);
}
table.sidebar th {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: dotted dotted dotted dotted;
	border-color: black black black black;
	background: url(/images/side_nav_img.jpg);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sidebar td {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: dotted dotted dotted dotted;
	border-color: rgb(122, 50, 147) rgb(122, 50, 147) white white;
	background: url(/images/side_nav_img.jpg);
	-moz-border-radius: 0px 0px 0px 0px;
}


