html {
	height: 100%;
}

body {
 margin:0;
 padding:0;
 font-family:Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size: 14px;
 font-weight: bold;
 color:#FFF;
 height: 100%;
 background: #434053 url(images/needhim/background2.gif) repeat-x;
}

a {
 text-decoration:underline; color: #FFFFCC; background-color:transparent;
}
a:visited {
 color: #FFFFCC; background-color:transparent;
}
a:hover {
 color:#999966; text-decoration:underline; background-color:transparent;
}

#heading {  
 font-family:	Georgia, Times New Roman, Times, Serif, Arial;
 font-weight:		bold;
 letter-spacing:	.05em;
 color:			#fff;
 padding: 0px;
 margin: 0px;
 text-align:center;

}


#content {
 left:				0px;
 right:				10px;
 margin:			10px 125px 10px 125px;
 padding:			8px 0 0 0;
 background-color: transparent;
 color: #FFF;
 line-height: 1.5em;
}

.outerBorder {
 border:		1px solid #DDA246;
}

.header {
 margin:			0 0 14px 0;
 padding:			2px 0 2px 0;
 border:			1px solid #DDA246;
 background-color:	#797EB8;
 text-align:		center;
}

h1 {
 font-family:		Georgia, Times New Roman, Times, Serif, Arial;
 font-size: 		20px;
 font-weight:		bold;
 letter-spacing:	.05em;
 color:				#333;
 margin: 			3px 0 3px 0;
 padding:			0 0 0 10px;
}

p {
 font-family:	Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:		14px;
 font-weight:	bold;
 color:			#FFF;
 background:	transparent;
 margin: 		12px 0 12px 0;
}

.yellowtxt {
 font-family:	Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:		14px;
 font-weight:	bold;
 color:			#FFFFCC;
 background:	transparent;
 
}

.indent {
 font-family:	Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:		14px;
 font-weight:	bold;
 color:			#FFF;
 background:	transparent;
 margin: 		12px 0 12px 30px;
 font-style:    italic;
}

/* Image Alignment without borders */
.imgleft {
 float: left;
 margin-top: 0px;
 margin-right: 30px;
 margin-bottom: 3px;
}

.imgright {
 float: right;
 margin-top: 0px;
 margin-left: 3px;
 margin-bottom: 3px;
}


IMG.displayed {display: block; margin-left: auto; margin-right: auto; padding: 20px 0 20px 0px}