/***********************************************/
/* author: raymond yu                          */
/* modify on: 8 Aug 2004                       */
/***********************************************/ 

a:hover {
	color: #FF6600;
}

a:link, a:visited {
	text-decoration: underline;
	color:#006699;
	}

#menu a:hover {
	color: #FF6600;
}

/* over-ride mainStyle.css menu backgroun  */

#menu {
	background-image:url(../../images/PersonalWebBanner_menu_belief.jpg);
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
}

h1 {
	font-size: 26px; 
	font-weight: 900; 
	color: #003366; 
	margin-top: 15px; 
	margin-bottom: 5px;
}

h2 {
	font-size: 22px; 
	font-weight: 900; 
	color: #003366; 
	margin-top: 15px; 
	margin-bottom: 5px;
}

h3 {  
	font-size: 20px; 
	font-style: italic; 
	font-weight: 500; 
	color: #006699; 
	margin-top: 15px; 
	margin-bottom: 5px;
}

h4 { 
	font-size: 16px; 
	font-style: normal; 
	font-weight: 500; 
	color: #006699; 
	margin-top: 10px; 
	margin-bottom: 5px; 
}

ol { 
	font-size: 14px; 
	font-style: normal; 
	line-height: normal; 
	color: #000033; 
	text-align: justify; 
	margin-left: 50px; 
	margin-right: 50px; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	list-style-type: decimal;
}

blockquote { 
	font-style: normal; 
	line-height: normal; 
	margin-left: 60px; 
	margin-right: 60px; 
	margin-top: 10px; 
	margin-bottom: 10px;
}

ul { 
	font-size: 14px; 
	font-style: normal; 
	line-height: normal; 
	color: #000033; 
	text-align: justify; 
	margin-left: 50px; 
	margin-right: 50px; 
	margin-top: 10px; 
	margin-bottom: 10px ; 
	list-style-position: outside; 
	list-style-type: circle;
}

.definition {  
	margin-top: 5px; 
	margin-right: 40px; 
	margin-bottom: 5px; 
	margin-left: 40px;
}

.urlLink {
	font-size: 9px;
	color:#666666;
}
.authorInfo { 
	font-size: 14px; 
	font-style: normal; 
	line-height: normal; 
	color: #000099; 
	text-align: left; 
	margin-left: 25px; 
	margin-right: 30px; 
	margin-top: 10px; 
	margin-bottom: 20px ; 
	font-weight: 500;
	}

.quote { 
	font-size: 14px; 
	font-style: normal; 
	line-height: normal; 
	color: #003366; 
	text-align: justify; 
	margin-left: 60px; 
	margin-right: 60px; 
	margin-top: 15px; 
	margin-bottom: 15px;
	 }

.toc_level1 {
	margin-left: 25px; 
	margin-top: 10px; 
}

.toc_level2 {
	margin-left: 50px;
	margin-top: 5px; 
}

.title {
	text-align:center;
	}

#myBelief {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-align: justify; 
	color: #222222;
	height: auto;
	width: 95%;
}

#myBelief a:link, a:visited {
	text-decoration: underline;
	color:#006699;
	}

#myBelief a:hover {
	text-decoration: blink;
	background-color: #FFCC33;
}

#internalLinkForward {
	float:left;
	margin-top: 10px; 
	margin-bottom: 15px; 
	margin-left: 25px;
	clear:both;
}

#internalLinkBack {
	float:left;
	margin-top: 10px; 
	margin-bottom: 15px; 
	margin-left: 25px;
	clear:both;
}

#externalLink {
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	border-left-width: thin;
	background-color:#FFFFCC;
	clear:both;
}
	
