/***********************************************/
/* 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: 12px;
	color: #333333;
}

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

p, ul, ol, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	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: 195px;
	left:1px;
	z-index: 12;
	width: 500px;
	height: 21px;
	padding-right: 3px;
	text-align: left;
	padding-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	/* 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: 930px;
	height: auto;
	/* border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:thin; */
}


#generalArea {
	position: relative;
	left: 5px ;
	top: 240px;
	width: 930px;
	height: auto;
}


#footer {
	position: relative;
	width: 930px;
	/* height: 50px; */
	/* background-image: url(../images/PersonalWebFooter.jpg); */
	font-family:Arial, Helvetica, sans-serif;
}


#ClockTime {
	position: absolute;
	left: 740px;
	top: 0px;
	width: 200px;
	height: 25px;
	z-index: 16;
	cursor: pointer;
}

#ClockBkgnd {
	position: absolute;
	left: 790px;
	top: 0px;
	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:#FFFFFF;
}

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

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

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

.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: #333333;
	line-height: 15px;
	text-decoration: none;
	font-weight: 200;
}


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

