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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #0099FF;
}
#container  {
	width: 780px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #0000FF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainContent  {
	background-image: url(ypb_bakgrnd.jpg);
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#mainContentfaq {
	background-image: url(ypb_bakgrnd.jpg);
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
}

.faq_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #000099;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:link {
	font-size: 110%;
	color: #0000FF;
	text-decoration: none;
}
#applcation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
	padding-right: 40px;
	padding-left: 40px;
}
.lgTextBlue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	color: #00F;
}

