p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0; padding: 0; border: 0;
}

p.normal {font-style:normal;}
p.italic {font-style:italic;}
p.oblique {font-style:oblique;}

div.mh400 {
	//min-height: 359px;
	top: 0px;
}


div.clcalbum {
	background: url('../images/clcalbumbg.png');
	padding: 70px;
}

table.clcalbumtoc{
	background: rgba(216, 209, 202, 0.5);
	color: #847357;
}

a.toc:link {text-decoration:none;color:#847357;}
a.toc:visited {text-decoration:none;color:#847357;}
a.toc:hover {text-decoration:underline;}

td.toc{
	padding: 0px 0px 0px 150px;
	font-weight: bold;
	font-size:20px;
	color: #5A503B;
}

td.toc1{
	padding: 15px 0px 0px 150px;
	font-weight: bold;
	font-size:20px;
}

td.toc2{
	padding: 0px 0px 0px 200px;
	font-weight: bold;
	font-size:15px;
}

td.toc3{
	padding: 0px 0px 0px 250px;
	font-weight: bold;
	font-size:15px;
}

body {
	background:#ffffff url('../images/clcbg.png') no-repeat right top;
	background-attachment: fixed;
	margin: auto;
}

#maindiv {
	width: 1024px;
	margin: auto;
}

#header {
	box-shadow:8px 8px 12px #444444;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	height: 200px;
	width: 1024px;
	margin: auto;
}

#headerimg {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	width: 1024px;
}

#langbutton {
	position:relative;
	left: 930px;
	top: -195px;
}

#langbutton img{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 1px;
	opacity:0.85;
}

#photoslideshow {
	background: rgba(255,255,255,0.5);
	width:800px;
	height: 400px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	position:relative;
	left:0px;
	top:0px;
	box-shadow: 4px 4px 6px #444444;
	z-index:-1
}

#contents{
	background: rgba(232,204,255,0.8);
	width:1024px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	position:relative;
	left:0px;
	top:0px;
	box-shadow: 4px 4px 6px #444444;
}

#contents h2{
	background: #770DD3;
	background: linear-gradient(left, #770DD3 0%, #5f6975 80%);
	background: -moz-linear-gradient(left, #770DD3 0%, #5f6975 80%);
	background: -webkit-linear-gradient(left, #770DD3 0%,#5f6975 80%);
	margin: 0px; padding: 15px 25px 15px 25px; border: 0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	color: #f0f0f0;
	font-weight: bold;
	font-style: italic;
}

#contents div.scroll {
	//height: 360px;
	//overflow: auto;
}

#contents div h3 {
	margin: 0px; padding: 20px 40px; border: 0;
	text-decoration: underline;
	text-shadow: 4px 4px 6px #ffffff;
}

#contents div p.contents{
	margin: 0px;
	padding: 0px 80px 0px 80px; border: 0;
	text-align:justify;
	text-justify:inter-ideograph;
}


#contents div table.giving img {
	width: 350px;
	border: 3px solid #770DD3;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 10px;
}

#contents table{
	width: 100%;
	padding: 0px;
	top:0px;
}

#contents div table.giving tr td{
	border: 0px solid #770DD3;
	width: 45%;
	padding: 50px 30px 0px 30px;
}

#contents tr td.ms1td{
	width: 20%;
	padding: 0px 0px 0px 25px;
	vertical-align: top;
	border: 0px solid #770DD3;
}

#contents tr td.ms2td{
	width: auto;
	padding: 0px 3px 0px 3px;
	text-align:justify;
	text-justify:inter-ideograph;
	border: 0px solid #770DD3;
}

#contents tr td.ms3td{
	width: 1%;
	padding: 0px 20px 0px 15px;
	vertical-align: center;
	border: 0px solid #770DD3;
}

#contents table.milestones{
	width: 100%;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px solid #770DD3;
}

#contents table.milestones img {
	width: 220px;
	border: 0px solid #770DD3;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0px;
}

#contents div h4 {
	margin: 0px; padding: 0px 40px;
	font-style:italic;
}

#penresult{
	margin: auto;
	border: 1px solid gray;
}

#penresult tr td{
	margin: 0px; padding: 0px 5px;
	border: 1px dotted gray;
}

#penresult tr:first-child{
	font-weight:bold;
}

#penresult tr td:first-child{
	font-weight:bold;
}

#Slideshow1 img {
	width: 800px;
	border: 1px solid gray;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
}

nav {
	margin: 5px auto; 
	text-align: center;
}

nav.mainmenu ul ul {
	display: none;
}

	nav.mainmenu ul li:hover > ul {
		display: block;
		z-index: 2;
	}


nav.mainmenu ul {
	background: #a068d1; 
	background: linear-gradient(top, #a068d1 0%, #ffffff 100%);  
	background: -moz-linear-gradient(top, #a068d1 0%, #ffffff 100%); 
	background: -webkit-linear-gradient(top, #a068d1 0%,#ffffff 100%); 
	box-shadow: 4px 4px 6px #444444;

	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
	width: 100%;
	font-family:"Times New Roman", Times, serif;
}
	nav.mainmenu ul:after {
		content: ""; clear: both; display: block;
	}

	nav.mainmenu ul li {
		float: left;
	}
		nav.mainmenu ul li:hover {
			background: #4b545f;
			background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
			border-radius: 10px;
			-moz-border-radius: 10px;
			-khtml-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
			nav.mainmenu ul li:hover a {
				color: #fff;
			}
		
		nav.mainmenu ul li a {
			display: block; padding: 20px 25px;
			color: #ffb70f;
			text-decoration: none;
			text-shadow: 2px 2px 3px #000000;
			font-size:23px;
			font-weight:bold;
			
		}
			
		
	nav.mainmenu ul ul {
		background: #5f6975; border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		width: auto;
	}
		nav.mainmenu ul ul li {
			float: none; 
			border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a; position: relative;
		}
		nav.mainmenu ul ul li:last-child {
			border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px;
		}
		nav.mainmenu ul ul li:first-child {
			border-top-right-radius: 0px;
		}
			nav.mainmenu ul ul li a {
				padding: 15px 40px;
				color: #fff;
				font-size:15px;
				text-shadow: 0px 0px 0px #000000;
			}	
				nav.mainmenu ul ul li a:hover {
					background: #4b545f;
				}
		
	nav.mainmenu ul ul ul {
		position: absolute; left: 100%; top:0;
		width: 350px;
	}
		nav.mainmenu ul ul ul li {
			float: none; 
			border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a;
			position: relative;
		}
			nav.mainmenu ul ul ul li a {
				padding: 15px 40px;
				color: #fff;
				font-size:15px;
				text-shadow: 0px 0px 0px #000000;
			}	
				nav.mainmenu ul ul ul li a:hover {
					background: #4b545f;
				}

img.remark {
	display: block;
	margin: auto;
	border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
	width: 1024px;
	opacity:0.45;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	z-index:-1;
}

div.remark {
	background: #a068d1;
	background: linear-gradient(top, #ffffff 0%, #a068d1 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #a068d1 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #a068d1 100%);
	border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
	width:1024px;
	margin:auto;
	z-index:-1;
	text-align:center;
	padding: 8px 0px 8px 0px;
	color: #444;
	font-size:13px;
	text-shadow: 2px 2px 1px #fff;
}

nav.msmenu ul {
	background: #a068d1; 
	list-style: none;
	position: relative;
	display: inline-table;
	width: 100%;
	font-family:"Times New Roman", Times, serif;
}

	nav.msmenu ul li {
		float: left;
	}
		nav.msmenu ul li:hover {
			background: #4b545f;
			background: #ffb70f;
		}
		
		nav.msmenu ul li a {
			display: block; padding: 5px 25px;
			color: #ffb70f;
			text-decoration: none;
			text-shadow: 2px 2px 3px #000000;
			font-size:15px;
			font-weight:none;
		}
			nav.msmenu ul li:hover a {
				color: #fff;
				color: #a068d1; 
				text-shadow: 0px 0px 0px #000000;
			}
