@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: #393478;
	background-color: #393478;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.imgpaddingleft {
	margin-left: 10px;
	border: 3px double #39349B;
}
.imgpaddingright {
	border: 3px solid #FFFFFF;
	margin-right: 10px;
	padding: 0px;
}

.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	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: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #movie {
}
.oneColFixCtrHdr #linepurple {
	height: 5px;
	background-color: #AE80C8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0;  /* 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: 92px;
}
.oneColFixCtrHdr #mainContent #altcontent1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	margin-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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer {
	background-color: #DDDDDD;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.oneColFixCtrHdr #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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #topheader {
	height: 130px;
	background-image: url(images-web/bg_title_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
.oneColFixCtrHdr #topheader2 {
	background-image: url(images-web/bg_title_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;
}
.oneColFixCtrHdr #menu {
	background-image: url(images-web/bg_menu.jpg);
	background-repeat: repeat-x;
	height: 37px;
	text-align: center;
	padding-top: 1px;
	z-index: 1000;
}
.oneColFixCtrHdr #container1 {
	background-image: url(images-web/bg_site.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}
.oneColFixCtrHdr #bottomfooter a {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #bottomfooter a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #bottomfooter {
	background-image: url(images-web/bg_footer.gif);
	background-repeat: repeat-x;
	height: 29px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.oneColFixCtrHdr #bottomfooter td {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
}
.oneColFixCtrHdr #mainContent #altcontent2 {
	background-color: #DDDDDD;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #mainContent #altcontent2 h1 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.bordertd {
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}

.oneColFixCtrHdr #mainContent #altcontent2 td {
	vertical-align: top;
}
.oneColFixCtrHdr  #mainContent  #altcontent2  ul   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	padding-right: 20px;
}
.oneColFixCtrHdr #mainContent #altcontent2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainContent a {
	color: #393478;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent a:hover {
	color: #393478;
	text-decoration: underline;
}


.oneColFixCtrHdr #mainContent #altcontent2 object {
	border: 3px double #393478;
	z-index: 999;
}
.tdborderleft_grey {
	padding-left: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
}
.oneColFixCtrHdr #mainContent #altcontent1 {
	background-color: #FFFFFF;
	padding: 10px;
}
.oneColFixCtrHdr #mainContent #altcontent1 td {
	vertical-align: top;
}
.oneColFixCtrHdr #mainContent #altcontent1 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #mainContent #altcontent1 h1 {
	margin: 0px;
	padding-top: 5px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: dashed;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	padding-bottom: 5px;
}
.tdpaddingright {
	padding-left: 0px;
	border-left-width: 2px;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.oneColFixCtrHdr #mainContent #altcontent1 #form1 table {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #393478;
	border-right-color: #393478;
	border-bottom-color: #393478;
	border-left-color: #393478;
}
.contformfield {
	background-color: #E8E8E8;
}
.oneColFixCtrHdr #mainContent #altcontent1 #contform #form1 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}
.oneColFixCtrHdr #form1 {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #contform {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 200px;
	padding-bottom: 0px;
	padding-left: 170px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #393478;
	border-right-color: #393478;
	border-bottom-color: #393478;
	border-left-color: #393478;
}
.oneColFixCtrHdr #mainContent #altcontent1 #contform h3 {
	font-size: 12px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #3F3A62;
	border-right-color: #3F3A62;
	border-bottom-color: #3F3A62;
	border-left-color: #3F3A62;
	padding-bottom: 10px;
}

.oneColFixCtrHdr #mainContent #altcontent1 #contform #form1 th {
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393478;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-top-color: #393478;
	border-right-color: #393478;
	border-bottom-color: #393478;
	border-left-color: #393478;
	padding-right: 5px;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent #altcontent1 #contform #form1 td {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-top-color: #393478;
	border-right-color: #393478;
	border-bottom-color: #393478;
	border-left-color: #393478;
	padding-right: 5px;
}
.image_altcontent1 {
	border: 3px solid #393478;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent #altcontent3 {
	background-color: #FFFFFF;
	padding: 10px;
}
.oneColFixCtrHdr #mainContent #altcontent4 {
	background-color: #DDDDDD;
	padding: 10px;
}
.oneColFixCtrHdr  #mainContent  #altcontent3  h2 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
}
.oneColFixCtrHdr  #mainContent  #altcontent4  h2 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom-width: 3px;
	border-bottom-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: center;
}
.oneColFixCtrHdr #mainContent #altcontent2 a {
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent #altcontent1 a {
	font-weight: bold;
}

