@charset "utf-8";
body {
	background: #ffff99;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #93117E;
	font-size: 100%;
	text-decoration: none;
}


a:link, a:visited{
	text-decoration: none;
	color: #93117E;
}
a:hover {
	color: # 09C;
	font-weight: bold;
}

.oneColLiqCtr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #ffff99;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	margin-top: 10px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


div#footercopyright a:link, a:visited{
	color: #804040;
	text-decoration: none;
	
}
div#footercopyright a:hover{
	color: #996699;
	font-weight:bold;
}

div#footercopyright {
	clear: both;
	font-size: 11px;
	color: #804040;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1%;
	text-decoration: none;
}

.left {
	float: left;
	text-align: left;
	padding: 1%;
}

.titlelager {
	font-size: 180%;
	font-weight: bolder;
	color: #C567ED;
	
}

.largetext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 130%;
	font-weight: bold;
	padding: 4px;
}

.mediumlarge {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 110%;
	line-height: 36px;
	
}
.centeredtext {
	text-align: center;	
}	
.right {
	padding: 5px;
	float: right;
}

.normaltext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #93117E;
	line-height: 120%;
}
.centered {
	margin-right: auto;
	margin-left: auto;	
	
}

.smalltext {
	font-size: 80%;	
}
.storytext {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
}
.storystart {font-size: 200%}

