@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: #000000;
	background-color: #FFFFFF;
}
h3 {
	color:#FFFFFF;
	line-height:100%;
}
a:hover {
	color:#FF0000;
}
.twoColFixLtHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:auto;
	background:  #FFFFFF;
	background-image:url(../images/bkgndPageMiddle.jpg);
	background-repeat:repeat-y; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	z-index: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0px;
} 
.mainBody {
	padding-left:20px;
	padding-right: 20px;
}
.twoColFixLtHdr #header {
	height:147px;
	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. */
	background-image:url(../images/bkgndPageTop.jpg);
	background-repeat:no-repeat;
} 
.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 #menubar {
	border:thin;
	border-color:#000000;
	height:15px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image:url(../images/sideMenuTop.jpg);
	background-repeat:repeat-x;
	margin-left:30px;
	margin-top:20px;
	padding-top: 0px;
	padding-bottom: 15px;
	text-align: center;
}

.sideMenuTop {
	width:210px;
	background-image:url(../images/sideMenuTop.jpg);
	background-repeat:no-repeat;
	text-align: left;
	height: 12px;
	clear: both;
	float: left;
}

.sideMenuItem {
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width:205px;
	background-image:url(../images/sideMeuItem.jpg);
	background-repeat:repeat-x;
	text-align: left;
	height:44px;
	clear: both;
	float: left;
	padding-left: 5px;
	letter-spacing: normal;
	word-spacing: normal;
}

.sideMenuBottom {
	width:210px;
	background-image:url(../images/sideMenuBottom.jpg);
	background-repeat:no-repeat;
	text-align: left;
	height: 15px;
	clear: both;
	float: left;
}

.pnlHeaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	text-align:center;
	line-height: normal;
	color: #000066;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(../images/bkgndTextArea1.jpg);
	background-repeat: repeat-x;
}
.imageButton {
	width: 40px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	padding: 0px;
	clear: both;
} 
.pnlInnerHdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-align:left;
	line-height: normal;
	color:#ffffff;
	background-color:#5252B2;
	/*	background-color:#6666ff;*/
	margin-right: -5px;
	margin-left: -5px;
	padding-right: 5px;
	padding-left: 5px;
	height: 25px;
	padding-top: 5px;
}
.pnlInnerHdrSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-align:left;
	line-height: normal;
	color:#ffffff;
	background-color:#5252B2;
	/*	background-color:#6666ff;*/
	margin-right: -5px;
	margin-left: -5px;
	padding-right: 5px;
	padding-left: 5px;
	height: 20px;
	padding-top: 5px;
}
.pnlInnerHdrSmall2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-align:left;
	line-height: normal;
	color:#ffffff;
	background-color:#5252B2;
	/*	background-color:#6666ff;*/
	margin-right: -5px;
	margin-left: -5px;
	padding-right: 5px;
	padding-left: 5px;
	height: 60px;
	padding-top: 5px;
}
.pnlInnerDetails {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow: visible;
}
.pnlHeadersSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-align:center;
	line-height: normal;
	color: #000066;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(images/bkgndTextArea1.jpg);
	background-repeat: repeat-x;
}
.style2 {
	color: #FF0000
}
.ul1 {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-image: url(../images/Bullet-1.jpg);
	font-size: 12px;
	list-style-position: outside;
}
.twoColFixLtHdr .fullWidthPanel {
	background-image:url(../images/bkgndTextArea1.jpg);
	background-repeat:repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
.twoColFixLtHdr #pnlIntro {
	background-image:url(../images/bkgndTextArea1.jpg);
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #B51294;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #mainContent {
	background-image:url(../images/bkgndTextArea1.jpg);
	background-repeat:repeat-x;
	width: 430px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
.twoColFixLtHdr #mainContent6 {
	background-image:url(../images/bkgndTextArea1.jpg);
	background-repeat:repeat-x;
	width: 430px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
.twoColFixLtHdr #mainContent2 {
	background-image:url(../images/bkgndTextArea1.jpg);
	background-repeat:repeat-x;
	width: 430px;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
.twoColFixLtHdr #mainContent7 {
	background-image:url(../images/bkgndTextArea1.jpg);
	background-repeat:repeat-x;
	width: 430px;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} .twoColFixLtHdr #mainContent3 {
	background-image:url(../images/bkgndTextArea1.jpg);
	background-repeat:repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
} 
.twoColFixLtHdr #mainContent4 {
	background-image:url(../images/bkgndTextArea1.jpg);
	background-repeat:repeat-x;
	width: 430px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: left;
} 
.twoColFixLtHdr #mainContent5 {
	background-image:url(../images/bkgndTextArea1.jpg);
	background-repeat:repeat-x;
	width: 430px;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: right;
} 
.pnlReset {
	background-image:url(../images/bkgndTextArea1.jpg);
	background-repeat:repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	width: 440px;
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 0px;
} 
.pnlSubmit {
	background-image:url(../images/bkgndTextArea1.jpg);
	background-repeat:repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	width: 440px;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	padding: 0px;
	
/*	A:link		{color:#0000FF; text-decoration: underline;}
	A:active	{color:#06538a; text-decoration: underline;}
	A:visited	{color:#06538a; text-decoration: underline;}
	A:hover 	{color: #ff3300; text-decoration: UNDERLINE;}*/
} 
/*.pnlSubmit A:link {
	color:#FFFFFF;
	text-decoration:none;
}*/
.pnlSubmit a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
/*.pnlSubmit a:active {
	color:#FF0000;
	text-decoration:underline;
	background-color:#0033FF;
}*/
.pnlSubmit a:hover {
	color:#FF0000;
	text-decoration:underline;
}
.footer {
	text-align:center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #copyright {
	background-image:url(../images/bkgndPageBottom.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 45px;
} 
.twoColFixLtHdr #copyright 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 */
	height: 33px;
}
.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;
}
.style3 {
	color: #B51251;
	font-weight: bold;
	font-style: italic;
}
.style5 {	
	font-style: italic;
	font-size: 12px;
}.style6 {font-size: 12px}

.style7 {
	font-size: 12px;
	font-style: italic;
	color: #06538a;
}
.style8 {
	font-size: 12px;
	color: #0000CC;
}
.style9 {
	font-size: 12px;
	color: #B51251;
}
.style10 {
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}

