body { 
	scrollbar-face-color:gray;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#8CBCBB;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#326966;
	scrollbar-arrow-color:#326966;
	scrollbar-track-color:#8CBCBB;
	background-image: url("../images/log.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
/*
scrollbar-face-color: #8AB200;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color:#53670D;
scrollbar-darkshadow-color: #53670D;
scrollbar-track-color: #D4E597;
scrollbar-arrow-color: #53670D;}
*/

/* For overall page layout */
table.bodyTable {
	border-width: 1px;
	border-style: none;
	border-collapse: collapse;
	width: 100%;
}

td.leftTableElementHeader {
	width: 14%;
}

td.centerTableElementHeader {
	text-align: center;
	width: 73%;
	font-family: Bookman Old Style;
}

td.rightTableElementHeader {
	width: 12%;
	font-family: Bookman Old Style;
}

td.leftTableElement {
	vertical-align: top;
	width: 14%;
}

td.centerTableElement {
	vertical-align: top;
	text-align: center;
	width: 73%;
	font-family: Bookman Old Style;
	background-image: url("../images/logo_light.jpg");
	background-position: 50% 10;
	background-repeat: no-repeat;
}

td.rightTableElement {
	vertical-align: top;x
	width: 12%;
}

/* For page title paragraph */
p.pageTitle {
	text-align: left;
	background-color: #004000;
	font-weight: none;
	font-size: 100%;
	text-decoration: none;
	color: yellow;
	font-family: calibri;
}

p.pageText {
	text-align: left;
	font-weight: none;
	font-size: 100%;
	text-decoration: none;
	font-family: lucida calligraphy;
}

a.linkName {
	color: white;
	text-decoration: none;
	font-size: 100%;
	text-align: left;
	font-family: Calibri;
}

/* For page content table */
table.pageContentTable {
	border-collapse: collapse;
	width: 95%;
	font-family: Bookman Old Style;
	font-size: 85%;
	text-align: left;
}


ul.subList {
	font-family: Bookman Old Style;
	font-size: 90%;
	font: none;
}

/* For horizontal link name */
td.horizontalLinkName {
	background-color: none;
}

/* For horizontal link name when selected */
td.horizontalLinkNameSelected {
	background-color: none;
	font-weight: none;
}

hr {
	color:"#800040";
}

/* For footer table */
table.footerTable {	
	border-collapse: collapse;
	border-width: 1px;
	width: 100%;
	height: 100%;
	font-family: Georgia;
}
