/* CSS Document */

a:link {
	color: #330000;
	text-decoration: underline;
}
a:hover { 
	color: #999999;
	text-decoration: underline;
}
a:active { 
	color: #999999;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
#address {
	display: block;
	border: 1px solid #999999;
	padding: 20px;
	width: 350px;
	margin: 30px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	background-color: #FFFFFF;
	line-height: 16px;
}
#bottom {
	display: block;
	height: 12px;
	width: 640px;
	text-transform: uppercase;
	border: 1px solid #000000;
	text-align: right;
	color: #999999;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	margin-bottom: 10px;
	clear: both;
	line-height: normal;
}
#container{
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	margin-bottom: 12px;
}

#content {
	display: block;
	width: 500px;
	border-right-width: 1px;
	border-right-style: dashed;
	padding-right: 4px;
	float: left;
}
#date {
	display: block;
	height: 12px;
	width: 115px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	border: 1px solid #000000;
	text-align: right;
	line-height: normal;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	font-variant: small-caps;
}
#header {
	display: block;
	height: 120px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
img {
	margin: 5px;
}
#news {
	display: block;
	width: 120px;
	float: right;
	padding-left: 2px;
	font-size: 10px;
	color: #333333;
	line-height: 14px;
	background-color: #FFFFee;
}
.newsHeading {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
}

