﻿body
{
	width: 100%;
	height: 100%;
	font-family: Arial;
	font-size: 10pt;
	background-color: White;
}

h1
{
	margin: 0;
	color: #A52379;
	margin-top: 13px;
	margin-bottom: 15px;
}

h2
{
	color: #A52379;
}

main
{
	float: left;
}

table
{
	border: 1px solid #A52379;
	border-collapse: collapse;
	margin: 20px 0;
}

thead
{
	background-color: #A52379;
	color: White;
}

th, td
{
	padding: 5px;
}

#navigation, #navigation a
{
	color: White;
}

#navigation
{
	float: left;
	width: 117px;
	margin-top: 20px;
	background-image: url( '../images/navigation-corner.jpg' );
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #A52379;
	padding: 10px;
	font-weight: bold;
}

#navigation ul
{
	padding: 0;
	margin: 0;
}

#navigation ul li
{
	padding: 5px 0;
	list-style-type: none;
}

#navigation ul li ul
{
	padding: 5px 0;
	margin-bottom: -10px;
	list-style-type: none; /* 	background-image: url('../images/navigation-line.gif'); 	background-repeat: no-repeat; 	background-position: 0px 6px; */
}

#navigation ul li ul li
{
	padding-left: 10px; /* 	background-image: url('../images/navigation-arrow.gif'); 	background-repeat: no-repeat; 	background-position: 4px 9px; */
	background-image: url('../images/navigation-line-arrow.gif');
	background-position: 0px 7px;
	background-repeat: no-repeat;
}

#navigation ul li a
{
	text-decoration: none;
	color: White;
}

#navigation ul li a:hover
{
	text-decoration: underline;
}

#banner
{
	height: 150px;
	width: 100%;
	background-image: url('../images/header.jpg' );
}

#main
{
	width: 760px;
	margin: 0 auto;
	height: 500px;
}

#middle
{
	float: left;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

.content a
{
	color: Black;
}

#content
{
	float: left;
	padding: 10px 0 30px 0;
	background-image: url('../images/footer.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0 0 0 23px;
	width: 600px;
}

#footer
{
	float: right;
	width: 600px;
	font-size: 8pt;
	text-align: center;
	padding: 5px;
}

.intro
{
	font-weight: bold;
}

.right-box
{
	float: right;
	width: 210px;
	height: 200px;
	margin: 0 0 20px 20px;
}

#main-content-wrapper
{
	float: left;
	margin-bottom: 10px;
}

#main-content ul li
{
	color: Black;
}

#content ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content ul li
{
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding-left: 20px;
	margin: 10px 0;
}

.block, .block ul li, .block a
{
	color: White;
}

.block
{
	float: left;
	font-weight: bold;
	font-size: 11pt;
	padding: 20px;
	width: 560px;
	background-color: #086E8C;
}

.content ul li, .content ul li a
{
	color: #086E8C;
}

.content ul li
{
	background-image: url('../images/circle-small.gif');
}

.content ul li ul li, .content ul li ul li a
{
	color: Black;
}

#main-content ul
{
	margin: 10px 0;
}

#main-content ul li, .content ul li ul li
{
	margin: 0;
	margin: 5px 0 5px 1px;
	padding: 0 0 0 15px;
	background-image: url('../images/circle-small-black.gif');
	background-position: 0px 5px;
}

.right-box ul li
{
	background-image: url('../images/circle.gif');
	font-weight: bold;
	font-size: 12pt;
}

.block ul li, .block ul li a
{
	color: White;
}

.block ul li
{
	background-image: url('../images/circle-block.gif');
	font-weight: bold;
}

.news
{
	float: left;
	width: 600px;
}

.news-item
{
	width: 100%;
	float: left;
	padding: 0 0 20px 0;
}

.news-item-date
{
	float: left;
	font-weight: bold;
	clear: none;
}

.news-item-top, .news-item-top a
{
	color: #086E8C;
}

.news-item-top
{
	width: 100%;
	float: left;
	padding: 0 0 10px 0;
}

.news-item-link
{
	float: left;
	width: 200px;
}

.news-item-content-container
{
	float: left;
}

.news-item-content
{
	padding: 10px 0;
}

.tl-year
{
	border: 1px solid #E1B8D5;
	margin: 10px 0;
	padding: 10px;
}

.tl-year h3, .tl-year h4
{
	margin: 0;
	padding: 0;
}

.tl-year h3
{
	color: #A52379;
}

.tl-entry
{
	background-color: #EEEEEE;
	color: Black;
	padding: 10px;
	margin: 5px 0;
}