@charset "utf-8";
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: #706C8D;
	background-color: #FFFDF0;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 698px;
	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;
	background-color: #FFFFD9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B3B0C4;
	border-right-color: #B3B0C4;
	border-bottom-color: #B3B0C4;
	border-left-color: #B3B0C4;
}
.oneColFixCtrHdr #header {
	text-align: center;
	background-color: #FFFDF0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
}
.header {

}
.navbar {
	background-color: #FFFDF0;
	text-align: center;
	color: #716E8D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B3B0C4;
	border-bottom-color: #B3B0C4;
	text-decoration: none;
	height: 32px;
	float: none;
	font-size: .9em;
	padding: 0px;
}
.text_big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bolder;
	color: #6E6D8D;
}

a {
	text-decoration: none;
	color: #6E6D8D;
	font-weight: bold;
}



.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	text-align: center;
	background-color: #FFFFD9;
	padding-bottom: 0;
	color: #000000;
	margin-right: 10px;
	margin-left: 10px;
}
.img_border {
	border: 1px solid #000000;
	margin: 10px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #726F8E;
}

.oneColFixCtrHdr #footer {
	background-color: #EFEBF9;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #706C8D;
	background-color: #EFEBF9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BEBCCB;
	font-size: 11px;
}
.navbar3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #706C8D;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #706C8D;
	text-align: center;
	font-style: italic;
}
