.globalBody{
	background-color : #A4A29D;
	font-family : Times;
	cursor : default;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

.globalBody2{
	background-color : #A4A29D;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	cursor : default;
	padding-top : 5px;
	padding-bottom : 30px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

.menuCell{
	font-weight : bold;
	font-size : 18px;
	color : black;
}

.menuItem{
	cursor : pointer;
	font-weight : normal;
	font-size : 16px;
	color : #2A3B3A;
	font-style : italic;
}

.menuItemOn{
	text-decoration : underline;
	cursor : pointer;
	font-weight : normal;
	font-size : 16px;
	color : black;
	font-style : italic;
}

.contentTable{
	width : 700px;
	background-image : url('../images/contentHeader.jpg');
	background-position : top;
	background-repeat : no-repeat;
	background-color : white;
	border : 1px solid #1A1E25;
}

td.siteNav{
	font-family : "Times New Roman";
	font-style : italic;
	padding-left : 10px;
	padding-right : 2px;
	font-weight : normal;
	font-size : 18px;
	vertical-align : middle;
}

a.siteNav{
	font-family : "Times New Roman";
	font-style : italic;
	text-decoration : none;
	font-size : 16px;
	font-weight : normal;
	color : #515056;
}

a.siteNav:hover{
	font-family : "Times New Roman";
	font-style : italic;
	text-decoration : underline;
	font-size : 16px;
	font-weight : normal;
	color : black;
}

.subHeader{
	font-family : "Times New Roman";
	font-style : italic;
	color : #3E3D38;
	font-size : 24px;
}

.subMenuCell{
	vertical-align : top;
	width : 100%;
}

.subMenuTable{
	border : solid 1px black;
	border-right : none;
	background-color : #BCB8AD;
}

td.subMenuItem{
	padding-left : 5px;
	padding-right : 20px;
	padding-bottom : 2px;
	font-family : "Times New Roman";
	font-style : italic;
	font-size : 18px;
	font-weight : bold;
	color : #7D7A70;
}

td.subMenuItemOn{
	padding-left : 5px;
	padding-right : 20px;
	padding-bottom : 2px;
	font-family : "Times New Roman";
	font-style : italic;
	font-size : 18px;
	font-weight : bold;
	color : black;
}

a.subMenuItem{
	text-decoration : none;
	cursor : pointer;
	font-family : "Times New Roman";
	font-style : italic;
	font-weight : normal;
	font-size : 14px;
	color : #51565B;
}

a.subMenuItemOn{
	text-decoration : none;
	cursor : pointer;
	font-family : "Times New Roman";
	font-style : italic;
	font-weight : normal;
	font-size : 14px;
	color : black;
}

a.topLink{
	text-decoration : none;
	font-family : "Times New Roman";
	font-style : italic;
	color : #666666;
	font-size : 18px;
}

a.topLink:hover{
	text-decoration : underline;
	font-family : "Times New Roman";
	font-style : italic;
	color : #666666;
	font-size : 18px;
}

.bodyTableHeader{
	text-align : center;
	font-weight : bold;
	font-style : italic;
	border-bottom : 1px solid black;
}

.bodyTableLabel{
	border : 1px solid black;
	border-top : none;
	border-left : none;
	font-weight : bold;
}

.bodyTableCell{
	border : 1px solid black;
	border-top : none;
	border-left : none;
	background-color : #BCB8AD;
	text-align : center;
}

.footerText{
	width : 100%;
	text-align : center;
	font-style : normal;
	font-family : Garamond;
}

.footerLink{
	color : white;
	text-decoration : none;
}

.footerLink:hover{
	text-decoration : underline;
}