@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	width:100%;
	background-attachment: fixed;
	background-image: url(../Files/Design/background.jpg);
	background-position: center center;
	background-repeat:no-repeat;
}
.content {
	position: relative;
	width: 100%;
}
.top {
	position: relative;
	width: 100%;
	height:145px;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.nav {
	position: relative;
	width: 670px;
	height:60px;
	background-color:#000000;
	margin-left:auto;
	margin-right:auto;
}
.pullout {
	width: 93%;
	background-color:#EBEBEB;
	padding: 20px;
}
.text {
	position: relative;
	width: 610px;
	background-color:#ffffff;
	padding:30px;
	margin-left:auto;
	margin-right:auto;
}
.bottom {
	position: relative;
	width: 100%;
	height:80px;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
}
.photo {
	position: relative;
	width: 142px;
	height:112px;
	margin-left:30px;
	margin-bottom:30px;
	float:right;
	clear:both;
	background-color:#000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #99CF16;
	width:300px;
	text-align:left;
	padding:0px;
	margin:0px;
	height:50px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}
.smalls {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#CCCCCC;
	text-align:center;
}
a:link {
	color: #99CF16;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99CF16;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #99CF16;
}
