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


body {
	margin: 0px;
	padding: 0px;
	background-color: #c9de5a;
	background-image: url(a/bkg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.bodyMain {
	background-image: url(a/bkg-body.jpg);
	background-color: #aecc35;
	background-repeat: no-repeat;
	background-position: left top;
}
.sideNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	color: #059cbd;
	padding-top: 3px;
	padding-left: 35px;
	height: 240px;
}
.sideNav strong {
	font-size: 16px;
	font-weight: lighter;	
}
.mainScrollable {
	height: 585px;
	width: 510px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
}
.mainScrollable p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #059cbd;
}
.mainScrollable ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #059cbd;
	padding-top: 5px;
}
a {
	color: #059cbd;
}
h1 {
	color: #059cbd;
	font-size: 21px;
	font-weight: lighter;
	font-style: italic;
}
.pink, .pink a {
	color:#e63a96;
}
h1 a, h2 {
	font-family:Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size:11px;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
input, textarea {
	font-family:Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size:11px;
	font-style: normal;
	color: #059cbd;
}
.oneredkey {
	margin-bottom: 10px;
}
.oneredkey a {
	font-size:11px;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
}
.oneredkey a:hover {
	text-decoration: underline;
	color: #e63a96;
 }

