
body {
	background-color: #4F8098;
	background-repeat: repeat-y;
	padding-bottom: 50px;
	font-family: "Veranda", "Helvetica", sans-serif;
	margin:auto;
}

h1 {
	color: #FFFFFF; 
	background-color: #3394C1; 
	background:url('/images/banner.png');
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	width: 998px;
	height: 120px;
	border-color: #ADC3C1;
	border-style: double;
	border-width: thin;
	padding: 40px;
	margin-top:-20px;
	margin-bottom:20px;
	margin-left:auto;
margin-right:auto;

	float:both;
}

h2 {
	color: #000000; 
	background:#E1E1E1; 
	font-size: 14px;
	font-weight: normal;
	width: 1000px;
	margin-top: 10px;
	margin-bottom: -35px;
	border-color: #4F8098;
	border-style: transparent;
	border-width: thin;
	padding-left: 50px;
	padding-right:30px;
	padding-top: 20px;
	padding-bottom:20px;
	z-index: 1;
	float: both;
	
	margin-left:auto;
margin-right:auto;
}

h3{
	color: #9B9D9F; 
	background: #E1E1E1; 
	width: 1000px;
	margin-top: 10px;
	margin-bottom: -30px;
	border-color: #4F8098;
	border-style: transparent;
	border-width: thin;
	padding-left: 50px;
	padding-right:30px;
	z-index: 1;
	float: both;
	font-size: 10px;
	font-weight: normal;
	
	margin-left:auto;
margin-right:auto;
}

h4{
	font-size: 10px;
	font-weight: normal;
	
	margin-left:auto;
margin-right:auto;
}

page {
	font-size: 20px;
	text-decoration: underline;
	
}

clocks {
	font-color: #1D5B81;
}

updated {
	font-size: 10px;
	font-weight: normal;
}

a{
	color: #000000;
	text-decoration:none;
}

li{
		margin-left:40px;
}

a:hover{
	color: #A0A0A0;
}

t1{
	text-decoration: underline;
	font-size:18px;
}

t2{
	text-decoration: underline;
	font-size:14px;
}

#image a{
	background:url('images/pendulum.jpg');
	padding:20px;
	padding-left:80px;
	font-size: 50px;
}

#image a:hover{
	background:url('images/pendulum_rollover.jpg');
}

ul#menu { 
	margin-top: -28px; 
	border-color:#4F8098; 
	border-style:transparent; 
	border-width: 1px; 
	width: 1000px; 
	height: 43px; 
	background:  url("images/menu-bg.gif") top left repeat-x; 
	font-size: 0.8em; 
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-weight: bold; 
	padding-left:50px;
	padding-right:30px;
	
	margin-left:auto;
margin-right:auto;
	margin-bottom: -10px;
}

ul#menu li { 
	display: block; 
	float: left; 
	margin-left:5px; 
}

ul#menu li a { 
	height: 24px; 
	color: #777777; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 8px; 
}

ul#menu li a:hover { 
	color: #333333; 
	text-decoration: underline; 
}

ul#menu li a.current{ 
	color: #FFFFFF; 
	background:  url("images/current-bg.gif") top left repeat-x; 
	margin-top:7px;
	height:27px;
	padding: 0px 5px 0; 
}
