@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #272727;
	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;
}
.navbar {
	font-family: "Myriad Pro", Arial;
	font-size: 16px;
	color: #d5d4d4;
	text-transform: uppercase;
	padding-bottom: 14px;
	padding-left: 23px;
	padding-top: 17px;
}
.sidebar {
	font-family: "Myriad Pro", Arial;
	font-size: 36px;
	color: #d5d4d4;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container table tr td table tr td a:hover {
	color: #B61BB5;
}
.oneColFixCtrHdr #container table tr td table tr .navbar a:active {
	color: #B61BB5;
}
.oneColFixCtrHdr #container table tr td table tr .navbar a {
	color: #d5d4d4;
}
.oneColFixCtrHdr  #sidebar {
	width: 250px;
	float: left;
}
.oneColFixCtrHdr #navbar {
	font-family: "Myriad Pro", Arial;
	background-color: #272727;
	color: #d5d4d4;
}
.oneColFixCtrHdr #header {
	background-color: #000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.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 {
	background: #FFFFFF;
	width: 710px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left: 15px;
}
.MCp {
	padding-left: 20px;
	padding-right: 20px;
}
h1 {
	font-size: 36px;
	font-weight: normal;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	background-color: #000;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #footer  a {
	font-family: "Myriad Pro", Arial;
	color: #d5d4d4;
	text-align: right;
}
.oneColFixCtrHdr #container #footer a:hover {
	text-decoration: underline;
}
#contactform {
	float: left;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Myriad Pro", Arial;
	color: #d5d4d4;
	font-size: 14px;
	text-align: right;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
body,td,th {
	font-family: Myriad Pro, Arial;
}
.oneColFixCtrHdr #container #form1 {
	padding-left: 10px;
	color: #d5d4d4;
}
#maincontent {
	width: 730px;
	position: absolute;
	top: 230px;
}
.contactheader {
	font-size: 36px;
	padding-left: 15px;
	padding-top: 50px;
}
#contact {
	background-color: #FFF;
	width: 728px;
	background-image: url(images/contactform-background.jpg);
	padding: 0px;
	position: absolute;
	top: 230px;
}
#rightimg {
	margin-left: 300px;
	float: right;
}
.contact {
	font-family: "Myriad Pro", Arial;
	color: #d5d4d4;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#black {
	background-color: #000;
}
