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

a.left:link { color: #000000; text-decoration: none }
.picTable {
	font-size: 10px;
}
a.left:active { color: #000000; text-decoration: none }
a.left:visited { color: #000000; text-decoration: none }
a.left:hover { color: #999999; text-decoration: underline }

a.internal:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a.internal:active {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a.internal:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a.internal:hover {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header {
	margin: 0px;
	height: 30px;
	width: 800px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}
.indent {
	padding-left: 15px;
}
#leftLinks {
	float: left;
	width: 130px;
	overflow: visible;
	padding: 10px;
	display: block;
}
#rightLinks {
	padding: 10px;
	float: left;
	width: 229px;
}
#leftLinks a:link, #leftLinks a:visited {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
#main {
	width: 800px;
}
#footer {
	padding: 10px;
	width: 800px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.news {
	border: 1px dashed #000000;
	vertical-align: top;
}
#latestNews {
	width: 204px;
	float: left;
	padding: 10px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#archiveNews {
	width: 204px;
	float: left;
	padding: 10px;
}
#content {
	padding: 10px;
	width: 649px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.div {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tableLinks {
	padding: 0px;
	width: 600px;
	font-size: 10px;
}
.calRow {
	background-color: #CCCCCC;
}
#contentWithRightLinks {
	padding: 10px;
	width: 400px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

