@charset "utf-8";
body {
	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: #CCC;
	background-attachment: fixed;
	background-color: #111111;
	background-image: url(../images/_bg_vstrips_v2.jpg);
	background-repeat: repeat;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
/*	font-family: "trebuchet ms",arial,sans-serif; */
	font-size: 10pt;
}
.bdy #container {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	background-color: #111;
	background-image: url(../images/_bg_pg2v.jpg);
}
.bdy #header {
	background: #222; /* <-----  FIX IT  */
/*	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 145px;
}
.bdy #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.bdy #siteMenu {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 34px;
	background: #666; /* <-----  FIX IT  */
/*	border: 0px solid blue; /* DEBUG */
	font-family: "trebuchet ms",arial,sans-serif;
}
.bdy #siteMenu p { /* CHECK what will be needed for BJJ */
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.bdy #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*	border: 1px solid yellow;  DEBUG */
}
.bdy #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
/*	font-family: "trebuchet ms",arial,sans-serif; */
	font-size: 10pt;
	text-align: justify;
}
.bdy #mainContent p.r {
	text-align: right;
}
.bdy #mainContent .img_bioL {
	border: 0px;
	padding: 0px;
	float: left;
	height: 150px;
	width: 150px;
	margin: 18px 25px 25px 12px;
}
.bdy #mainContent .img_bioR {
	border: 0px;
	padding: 0px;
	float: right;
	height: 150px;
	width: 150px;
	margin: 18px 12px 25px 25px;
}
.bdy #mainContent .imgL {
	border: 0px;
	padding: 0px;
	float: left;
	margin: 18px 22px 16px 12px;
}
.bdy #mainContent .imgR {
	border: 0px;
	padding: 0px;
	float: right;
	margin: 18px 12px 16px 22px;
}
.bdy #footer {
	background-image: url(../images/bg_ftr_stave.gif);
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
/*	border:1px solid red;  DEBUG */
}
.bdy #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #999;
}
.bdy #footer a {
	color: #699;
	text-decoration: none;
}
.bdy #footer a:hover {
	color: #f49ac1;
	text-decoration: underline;
}
a {
	color: #fff799;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}
a.ftr {
	color: #699;
}
a:hover {
	color: #f49ac1;
	text-decoration: underline;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h1 {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #FC9;
	padding-top: 35px;
	padding-bottom: 5px;
}
h2 {
	margin: 0;
	font-weight: bold;
	color: #FC9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	padding-top: 15px;
	padding-bottom: 2px;
}
.txt-hdn {
	color: #FC9;
}
.quote {
	font-style: italic;
	font-weight: bold;
}
.ftr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #999;
}
.txt-s {
	font-size: 8pt;
}
.required {
	color: #F00;
}
.tbl {
	color: #999;
}
