/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(mainBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #993300;
	font-weight: normal;
}

a:hover{
	text-decoration: underline;
	color: #660066;
}

/************** header tag styles **************/

h1{
	color: #660066;
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E88719;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 40px;
	background-image: url(pageheadergraphic2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	height: 30px;
}
#maincontent #lhscopy em {
	font-style: normal;
	color: #333333;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	color: #333333;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
}
ul {
}
li {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	font-weight: bold;
}



h2{
	color: #530954;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
	margin-top: 1px;
	margin-bottom: 1px;
	list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}
/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 968px;
	min-width: 640px;
	height: 43px;
	color: #cccccc;
	padding: 0px;
	background-image: url(globalNavBg.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-x;
	top: 20px;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}
#maincontent {
	min-height:550px;
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(contentBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #CCCCCC;
	position: relative;
	top: 60px;
	background-color: #FFFFFF;
}
#header .mainlogo {
	float: left;
	margin-left: 29px;
}


#header {
	height: 173px;
	width: 958px;
	border: 1px solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 40px;
	background-image: url(headerBg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}


#globalLink{
	position: absolute;
	top: 4px;
	height: 36px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	width: 942px;
}


a.glink, a.glink:visited{
	font-size: 89%;
	color: #CCCCCC;
	font-weight: bold;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3D0640;
	line-height: 36px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.glink:hover{
	background-image: url(globalNavHover.jpg);
	text-decoration: none;
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.skipLinks {display: none;}
#header .banner {
	float: right;
}
#footer {
	sheight: 28px;
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(footerBg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #999999;
	position: relative;
	top: 80px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	height: 21px;
	margin-bottom: 20px;
	padding-top: 5px;
}

#footer a:link, #footer a:visited{
	color: #660099;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-size: 82%;
}

#footer a:hover{
	text-decoration: underline;
	color: #FF6600;
}
#legals {
	sheight: 28px;
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 80px;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
#lhscopy {
	width: 620px;
	position: relative;
	top: 20px;
	left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-bottom: 20px;
	padding-right: 30px;
	float: left;
}
#rhscopy {
	min-height:550px;
	width: 255px;
	position: relative;
	top: 20px;
	float: right;
}
#maincontent #lhscopy li {
	list-style-type: decimal;
	font-weight: normal;
	font-size: 92%;
	color: #400743;
}

.sml {
	font-size: x-small;
}

.fixPNG {

	behavior: url(iepngfix.htc);
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
} 
.formTF {
	background-color: #CCCCCC;
	border: 1px inset #530956;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 79%;
	color: #333333;
	font-weight: bold;
}
.formBtn {
	height: 23px;
	width: 79px;
	background-image: url(../images/btnSubmit.png);
}
