@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	background-image: url(Files/Design/bg.jpg);
	background-attachment: fixed;
}
.top {
	height: 150px;
	width:760px;
	margin-right:auto;
	margin-left:auto;
}
.nav {
	margin-top: -75px;
	height: 100%;
	height: 270px;
}
.content {
	width:700px;
	margin-right:auto;
	margin-left:auto;
	padding: 30px;
	text-align: left;
	background-image: url(Files/Design/top.jpg);
	background-position: center bottom;
	background-color: #ffffff;
	background-repeat:no-repeat;
	color: #000000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style:italic;
	font-weight: normal;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
}
.footer {
	height: 150px;
	width:100%;
	margin-right:auto;
	margin-left:auto;
	
}
.footerText {
	width:700px;
	height: 75px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	padding-top: 45px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	color:#FFFFFF;
	background-color:#000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.whiteLink {
	color: #ffffff;
}
a.whiteLink:link {
     color: #ffffff;
	 text-decoration: none;
}
a.whiteLink:visited {
     color: #ffffff;
	 text-decoration: none;
}
a.whiteLink:hover {
	color: #666666;
	text-decoration: none;
}
a.whiteLink:active {
     color: #ffffff;
	 text-decoration: none;
}
.floater{
float:right;
width:190px;
height:200px;
margin-left:30px;
margin-bottom:30px;
}