body
	{
	margin: 2em;
	color: #434343;
	background-color: white;
	font-size: medium;
	font-family: Georgia, serif;
}

p {
	color: #424242;
	background-color: transparent;
	font-size: medium;
	font-family: Georgia, serif;
	text-align: justify;
	font-style: normal;
	font-weight: normal;
}

#linkbar
	{
	margin-right: 2em;
	left: 0px;
	position: relative;
	clear: none;
	float: left;
	height: 1500px;
	min-height: 5000px;
	max-width: 500px;
	min-width: 200px;
	width: 20%;
	background-color: #e7e7e7;
	color: #7b7b7b;
	text-transform: lowercase;
	text-decoration: none;
	font-family: Georgia, serif;
}

ul.sidelinks
	{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	}

ul.sidelinks li a
	{
	background-color: transparent;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #767676;
	font-size: 12pt;
	color: #767676;
	display: block;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0.5em;
	padding-left: 3%;
	padding-right: 0;
	padding-top: 0.5em;
	text-decoration: none;
	width: 97%;
}

ul.sidelinks li a:hover
	{
	background: #BDC5CE;
	color: #FFFFFF;
	padding-left: 3%;
	width: 97%;
}

#header
	{
	height: 140px;
	padding-bottom: 0em;
	border-width: 100%;
}

#maincontent
	{
	top: 140px;
}

a
	{
	color: #5670ff;
	background-color: transparent;
	text-decoration: none;
}

a:hover
	{
	background-color: transparent;
	color: #ff203c;
	text-decoration: none;
}

.center
	{
	text-align: center;
}