﻿/* CSS-Layout */
.auto-style1 {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: xx-large;
	text-align: center;
	background-color: #444444;
	color: #FF00FF;
}
.auto-style2 {
	font-size: xx-small;
}
.auto-style3 {
	text-align: left;
}
.auto-style4 {
	margin-left: auto;
}
.auto-style5 {
	color: #FF00FF;
}
.auto-style6 {
	font-size: x-large;
}
a:active {
	color: #FF00FF;
	text-decoration: underline;
}
a:hover {
	color: #FF00FF;
	text-decoration: underline;
}
.bodystyle {
	background-color: #666666;
}
#masthead {
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	margin-bottom: 2%;
	padding-bottom: 1%;
	padding-top: 1%;
}
#top_nav {
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	float: left;
	clip: rect(auto, auto, auto, auto);
	padding-top: inherit;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 3%;
	text-align: right;
	margin-right: 0px;
}
#page_content {
	margin-right: 20%;
	margin-left: 20%;
	color: #FFFFFF;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: medium;
}
#footer {
	text-align: center;
	color: #FFFFFF;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.auto-style7 {
}
a:link {
	color: #66CCFF;
}
a:visited {
	color: #66CCFF;
}
