@charset "utf-8";
.mainscript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
	text-align: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.ScriptLeftBorder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	float: left;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 20px;
	margin-left: 12px;
}
.ImageRightFloat {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}


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: #333333;
}
.twoColFixLtHdr #container {
	width: 762px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	background-image: url(../images/home/Wrapper_black.png);
	background-repeat: repeat;
} 
.twoColFixLtHdr #header {
	background: #000000;  /* 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. */
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 177px;
	background-image: url(../images/sidebar/sidebar_top.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	float: right;
	width: 560px;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 1px;
	padding-bottom: 8px;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	float: left;
	width: 762px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8;
	padding-left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.Style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
.scriptserved {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
}
.scripttable {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin-right: 20px;
	margin-left: 20px;
}
.testtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	background-color: #CCFFFF;
	margin-right: 10px;
	margin-left: 10px;
}
.testtext2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	background-color: #CCFFCC;
	margin-right: 10px;
	margin-left: 10px;
}
.Required {
	margin-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: inset;
	border-top-color: #3300FF;
	border-right-color: #33FFFF;
	border-bottom-color: #33FFFF;
	border-left-color: #3300FF;
	top: 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.style3 {
	color: #0000FF;
	font-weight: bold;
	font-size: 12px;
}
.style7 {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}

.Comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
	white-space: 2;
}

.Optional {
	color: #000000;
	margin-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: inset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

.form  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
h6 {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bolder;
	margin-left: 12px;
}
.Instructions {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.PageHead {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	display: none;
	margin-left: 35px;
}
.ImageLeftFloat {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: thin none #000000;
}
img {
	border: medium outset #999999;
}
