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


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


body{
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

td {
	height: 25px;
	vertical-align: top;
}

p, ul, ol, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	line-height: 1.166;	
}

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

a:hover {
	color:#FF6600;	
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0.3em, 0, 1.5em, 0;
}

h1 {
	font-size:16px;
	color: #003366;
}

h2 {
	font-size: 14px;
	color: #006699;
}

h3, h4 {
	font-size: 12px;
	color: #666666;
}

h5 {
	font-size: 10px;
	color:#666666;
}


	

/***********************************************/
/* Layout styles                             */
/***********************************************/ 

#mainBanner {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:10; 
}

#mainBanner_subLeft {
	position: absolute;
	top: 131px;
	left: 0px;
	z-index: 10;  
}

#mainBanner_menu {
	position: absolute;
	top: 131px;
	left:300px;
	z-index: 10;
	
}

#menu {
	position: absolute;
	top: 131px;
	left:299px;
	z-index: 12;
	width: 500px;
	height: 35px;
	padding-right: 3px;
	text-align: right;
	padding-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(../images/PersonalWebBanner_menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	
}

#sideMenu {
	position: absolute;
	top: 280px;
	left: 0px;
	width: 170px;
	z-index: 15;
	padding: 2px 0px 2px 5px;
	margin: 0px;
}

#bodyArea {			/* this container encompasses the containers generalArea and the footer */
	position: relative;
	left: 0px;
	top: 0px;
	width: 800px;
	z-index: 11;
	height: auto;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:thin;
}


#generalArea {
	position: relative;
	left: 178px ;
	top: 168px;
	width: 618px;
	height: auto;
}

#footer {
	position: fixed;
	bottom: 0px;
	width: 800px;
	height: 50px;
	background-image: url(../images/PersonalWebFooter.jpg);
	z-index: 20;
	font-family:Arial, Helvetica, sans-serif;
}

#ClockTime {
	position: absolute; 
	left: 600px; 
	top: 48px;
    width: 200px; 
	height: 20px; 
	z-index: 16; 
	cursor: pointer;
}

#ClockBkgnd {
	position: absolute; 
	left: 600px; 
	top: 68px;
    width: 200px; 
	z-index: 15;
}


/***********************************************/
/* Special styles                             */
/***********************************************/ 

#sideMenu a:link, #sideMenu a: visited {
	width: 170px;
}

#sideMenu a:hover {
	background-color: #CCCCCC;
	width: 170px;
	padding: 0px 15px 0px 0px;
}

#ClockTime p, #ClockBkgnd p {
	color:#999999;
}

.modificationDate {
	color: #FFFFFF;
	text-align: left;
	margin-left: 3px;
	font-weight: 100;
	font-size: 10px;
}

.legalNotice {
	float: right;
	margin-right: 3px;
	color: #FFFFFF;
}

.legalNotice a:link, .legalNotice a:visited {
	text-decoration: underline;
	color:#FFFFFF;
	}

.legalNotice a:hover {
	color:#FF6600;
}

#generalArea a:hover {
	background-color: #CCCCCC;
}

.photoframe {
	float: right;
}

.info { 
	font-size:10px; 
	font-style: normal; 
	color: #999999; 
	line-height:normal; 
	font-weight: 200; 
	margin-top: 5px; 
	margin-right: 0px; 
	margin-bottom: 5px; 
	margin-left: 0px; 
	text-align: justify}

.footer {
	font-size:10px;
	font-style: normal;
	color: #CCCCCC;
	line-height: 15px;
	text-decoration: none;
	font-weight: 200;
}


.link {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}
