@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrap #head {
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #8FD400;
}

#wrap #nav {
	color: #8FD400;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#wrap #nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#wrap #nav ul li {
	display: inline;
	padding-left: 25px;
}
#wrap #nav ul li a {
	text-decoration: none;
	color: #8FD400;
}
#wrap #nav ul li a:visited {
	color: #8FD400;
}
#wrap #nav ul li a:hover {
	color: #666;
	text-decoration: underline;
}
#wrap #bodyimg {
	background-image: url(../Images/aid_about.png);
	background-repeat: no-repeat;
	height: 99px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8FD400;
	border-bottom-color: #8FD400;
	background-color: #333;
}
#wrap #bodycopy {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #8FD400;
	margin-top: 10px;
}
#wrap #bodycopy #bc1 {
	float: left;
	width: 425px;
	padding-top: 10px;
}
#wrap #bodycopy #logos {
	width: 425px;
	float: right;
	padding-top: 10px;
}
#wrap #footer {
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #8FD400;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
}
.logospace {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.welcomecopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #8FD500;
}
.footcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: left;
}

.finetic {
	color: #666;
}
.lowerinfo {
	margin-left: 310px;
}

a:link {
	color: #8FD400;
	text-decoration: none;
}
a:visited {
	color: #8FD400;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #8FD400;
	text-decoration: none;
}

