body { 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 75%; 
	/*margin: 0px; */
	/*width: 100%; */
	padding-bottom: 25px;
}

h1, h2 {

	clear: both; 
}

a:active, a:link, a:visited { 
	color: #0048a7; 
	font-weight: bold; 
	text-decoration: none; 
}

a:hover { 
	color: #000066; 
	font-weight: bold;
	text-decoration: none;
}

.pageframe {
	text-align: center;
	width: 950px;
	margin-left:auto;
	margin-right:auto;
}

.pageframe div,td {
	text-align: left;
}

.leftframe {
	width: 200px;
}


ul.sitemenu {
	display: block;
	width: 165px;
	list-style: none; 
	padding-left: 10px; 
	padding-bottom: 8px;
	margin: 0px;
}

li.sitemenu {
	font-weight: bold;
	background: #8C00AE;
	color: #FFFFFF;
	border-top: 1px solid #C176D3;
	border-left: 2px solid #B071BF;
	border-bottom: 1px solid #763786;
	border-right: 2px solid #652574;
	margin: 0px;
}

li.sitemenu:hover {
	background: #c2a0ff;
	color: #FFFFFF;
	border-top: 1px solid #cbb4f4;
	border-left: 2px solid #c5b2e8;
	border-bottom: 1px solid #8a6fbb;
	border-right: 2px solid #7c51cb;
	
/*
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
*/
/*
	border-top: 1px solid #763786;
	border-left: 1px solid #652574;
	border-bottom: 1px solid #C176D3;
	border-right: 1px solid #B071BF;
*/
}

li.sitemenu a {
	display: block;
	width: 100%;
	padding: 5px;
}

li.sitemenu a:link, li.sitemenu a:visited, li.sitemenu a:active, li.sitemenu a:hover { 

	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/*
.sitemenu_depressed {
	background: #8C00AE;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	border-top: 1px solid #763786;
	border-left: 1px solid #652574;
	border-bottom: 1px solid #C176D3;
	border-right: 1px solid #B071BF;
}
*/

div.sitemenusubheader {
	padding-left: 5px;
	padding-top: 5px;
}

ul.sitemenusub {
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

li.sitemenusub {
	margin: 0px;
	list-style: none; 
	font-size: 80%;
}

li.sitemenusub:hover {
	color: #FFFFFF;
	display: block;
}

li.sitemenusub a:link, li.sitemenusub a:visited, li.sitemenusub a:active, li.sitemenusub a:hover { 
	padding-left: 25px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0px;
	
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

li.sitemenusub a:hover {
	text-decoration: underline;
}

div.centreframe {
	/* This is so that the content frame fills all the horizontal space */
	width: 100%;
	padding-right: 20px;
}

.centreframe p {
	text-align: justify;
}

div.docimg_embed { 
	display: inline;
	float: left; 
	clear: both; 
	padding-right: 22px; 
	padding-bottom: 22px; 
}

.docimg_embed img { 
	width: 150px; 
	height: auto; 
}

div.docimg_embed_right { 
	display: inline;
	float: right; 
	clear: both; 
	padding-left: 22px; 
	padding-bottom: 22px; 
}

.docimg_embed_right img { 
	width: 150px; 
	height: auto; 
}

div.docimg_par { 
	
	text-align: center; 
	clear: both; 
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 4px; 
	padding-bottom: 4px; 
	font-size: 85%;
	font-style: italic;
}
div.docimg_par p { 
	text-align: left;
}

.block { clear: both; }

hr.block { 
	visibility: hidden; 
	clear: both; 
}

.docimg_embed_right img { 
	width: 150px; 
	height: auto;
}
/*
for centering bottom ZAPIER logo
*/
div.center {
 display: block;
 margin-left: auto;
 margin-right: auto;
}




