body {
	background-color: #E0E0E0;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	color: #CC0033;
	letter-spacing: .3em;
	line-height: 35px;
	margin: 10px 0px 10px 20px;
	text-align: center;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #CC0033;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: .5em;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #CC0033;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #CC0033;
	text-decoration: none;
}

a:hover {
	color: #FF0033;
}

#headline {
	position: absolute;
	top: 10px;
	left: 2%;
	width: 96%;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	z-index: 75;
}

#content-bg {
	position: absolute;
	top: 35px;
	left: 24%;
	width: 74%;
	z-index: 50;
}

#content {
	position: absolute;
	top: 68px;
	left: 24%;
	width: 65%;
	padding: 45px 60px 10px 40px;
	border-left: 1px dotted #999999;
	z-index: 100;
}

#leftmenu {
	position: absolute;
	top: 100px;
	left: 3%;
	width: 17%;
	padding-right: 10px;
	z-index: 150;
}

#Notice {
	position: absolute;
	top: auto;
	left: 3%;
	width: 150px;
	bottom: 10px;
}

p.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: .8em;
	line-height: normal;
}

span.linkbutton a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0033;
	padding: 5px 10px 5px 10px;
	display: block;
	width: 85%;
	border: 1px solid #000000;
	margin-left: 20px;
}

span.linkbutton a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0033;
	padding: 5px 10px 5px 10px;
	display: block;
	width: 85%;
	border: 1px solid #000000;
	margin-left: 20px;
}

span.linkbutton a:hover {
	color: #FFFFFF;
	background-color:#FF0000;
}

#listlinks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#listlinks li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#listlinks a:link {
	font-family:"Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 10px 2px 7px;
	background-color: #3300CC;
	border: 1px solid #000000;
	text-decoration: none;
	display: block;
	width: 100%;
}

#listlinks a:visited {
	font-family:"Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 10px 2px 7px;
	background-color: #3300CC;
	border: 1px solid #000000;
	text-decoration: none;
	display: block;
	width: 100%;
}

#listlinks a:hover {
	background-color: #0033FF;
}

td {
	border-bottom: 1px dotted #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	vertical-align: top;
}

td a:link {
	font-family:"Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 3px 2px 4px;
	background-color: #CC0033;
	border: 1px solid #000000;
	text-decoration: none;
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

td a:visited {
	font-family:"Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 3px 2px 4px;
	background-color: #CC0033;
	border: 1px solid #000000;
	text-decoration: none;
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

td a:hover {
	background-color: #FF0033;
}

