﻿@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #666666;
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	padding: 0px;
}
.wrapper {
	height: 100%;
	width: 100px;
	padding: 0px;
	margin: 0px;
}
.header {
	font-size: 1.9em;
	background-color: #FFFFFF;
	height: 60px;
	width: 900px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
}
.nav {
	height: 180px;
	width: 900px;
	background-color: #FFFFFF;
}
.text {
	float: left;
	height: 400px;
	width: 40%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.image {
	height: 400px;
	width: 550px;
	float: right;
}
.footer {
	background-color: #FFFFFF;
	text-align: right;
	height: auto;
	width: 900px;
}
.p1 {
	float: left;
	height: auto;
	width: 20%;
}
.content {
	background-color: #FFFFFF;
	height: 400px;
	width: 960px;
}
.p2 {
	float: left;
	height: auto;
	width: 20%;
}
.p3 {
	float: left;
	height: auto;
	width: 20%;
}
.p4 {
	float: left;
	height: auto;
	width: 20%;
}
.p5 {
	float: left;
	height: auto;
	width: 20%;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

a:link {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:visited {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
