@charset "utf-8";
/* CSS Document */

body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	}

a:link, a:visited, a:hover, a:active {
	color: #669900;
	}

h1 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 22px;
	letter-spacing: -1px;
	border: #336600 2px solid;
	padding: 2px;
	}

h2 {
	color: #336600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px;
	}
		
h3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 22px;
	border: #99CC00 1px solid;
	padding: 2px;
	}

h4 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	}

ul {
	margin-top: 0px;
	margin-left: 15px;
	padding-left: 15px;
	list-style: circle;
	}
	
	ul ul {
		list-style: lower-roman;
		}
	
p {
	padding-right: 10px;
	text-align: justify;
	}
	p.centered {
		text-align: center;
		}

dt {
	font-weight: bold;
	}

dd {
	font-size: medium;
	color: #006600;
	margin-left: 0px;
	}

acronym {
	color: #9966CC;
	}


#pageholder {
	margin-top: 10px;
	}

#contents {
	width: 960px;
	background-color: #FFFFFF;
	border: #FFFFFF 1px solid;
	}

.banner {
	background: url(../grfx/banner.jpg) #FFFFFF;
	width: 960px;
	height: 143px;
	margin: 0px;
	padding: 0px;
	}
	
.datetime {
	margin-top: 113px;
	background: url(../grfx/clock.jpg) #FFFFFF no-repeat;
	width: 950px;
	height: 25px;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #336600;
	line-height: 23px;
	}

.descriptn {
	color: #666666;
	font-size: x-small;
	}
		
#teaser {
	float: left;
	display: block;
	width: 160px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 0px;
	margin: 0px 20px 20px 0px;
	}

	#teaser img	{
		padding: 0px;
		}
	
	#teaser p {
		border: #333333 1px solid;
		background-color: #CCCCCC;
		padding: 3px;
		text-align: justify;
		}	

#pageBottom {
	width: 960px;
	height: 72px;
	background: url(../grfx/pageBottom.jpg) no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	line-height: 33px;
	}
	
	#pageBottom a {
		color: #000000;
		}
		
#footer {
	width: 950px;
	height: 34px;
	background: url(../grfx/footer.jpg) no-repeat;
	margin-top: -5px;
	padding: 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #336600;
	line-height: 43px;
	}
	
	#footer a {
		color: #000000;
		}
		
.news {
	background-color:#CABDD9; 
	padding:10px;
	font-style: italic;
	}
