body {
	background-color: #000000;
	background-image: url(images/HF_bkg.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #671A60;
	text-align: justify;
	padding: 15px;
	
}
#wrapper {
	background-color:#000000;
	margin-left:auto;
	margin-right:auto;
	width:90%;
	height:100%; 
}

#header1 {
	width: 100%;
	height: 24px;
  	background-image: url(images/breadcrumbbg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 0px;
}

#header2 {
	width: 100%;
	height: 105px;
  	background-image: url(images/logobg.jpg);
	background-repeat: repeat-x;
}
.menu {
	float: right;
	margin-top: 0px;
	padding-left:20px;
	padding-right:20px;
	white-space:nowrap;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9d2892;
	text-decoration: none;

}
a.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9d2892;
}

a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}

a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fbacfd;
	text-decoration: none;

}

a.footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9d2892;
}

a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}

a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fbacfd;
	text-decoration: none;

}

.domdesc {
margin:auto;
}
#container{
	height:100%;
}
#leftcol {
	background-image:url(images/left_bg.jpg);
	background-repeat:repeat-y;
	float: left;
	width: 156px;
	height: 100%; 

}
#content {
	background: #fff;
	width: auto;
	padding: 10px;
	margin-left: 156px;
	min-height: 377px;
	background-image: url(images/contentborder.jpg);
	background-repeat:repeat-y;
}
#footer {
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	clear: left;
	width: 100%;
	height: 21px;
}

#textcentered {
	width: 50%; 
    margin: auto;
}

.pinktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fbacfd;
	width: 50%; 
    margin: auto;
	padding-top: 6px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-align:center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align:center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align:center;
}
.image {
	padding: 4px 4px 4px 4px;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.breadcrumb {
padding-bottom: 14px;
padding-left: 4px;
}