body {
	margin:0;
	padding:0;
	background-image: url(../media/bckgrd.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 125%;
	}

}

/* neutralize browser spacing for vertical elements */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
	}

/* white bckgrd with border*/
#container {
	width: 845px;  /* main content area white */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	
	
	
	/* this overrides the text-align: center on the body element. */
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	
}

#header {
	background-color: #FFF;
}

/* Inner padded body content white area*/
#mainContent {
	background: #fff;
	padding-left: 54px;
	padding-right: 50px;
	
	
}

h2 {
	font-weight: bold;
	font-size: 1.2em;	
}

.hmFlash{margin-top: 10px;}


.thrColFix {padding-top: 20px}

.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* 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: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 69px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 177px; /* 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: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

.thrColFix #sidebar2 p {
	padding-bottom: 11px;
}

.thrColFix #middle {
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.twoColFix {
	background-image: url(../media/twoColBckgrd.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
}

.twoColFix #leftCol {
	float: left;
	width: 158px;
}

.twoColFix #leftCol #sbHd {
	padding-bottom: 25px;	
	
}


.twoColFix #leftCol p{
	padding-left: 15px;	
	padding-right: 7px;	
	
}



.twoColFix #rightCol { 
	margin: 0;
	float: left;
	width: 551px;
	padding-left: 28px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

.twoColFix #rightCol .list { 
	margin: 0;
	padding-left: 25px;
	padding-bottom: 25px;
	
}


.twoColFix #rightCol .caption {
	margin: 0;
	padding-bottom: 25px;
	font-style: italic;
	padding-top: 5px;
	text-align: right;
	padding-right: 5px;
}


.wrapLeft {
	padding-left: 20px;
	padding-bottom: 15px;
	}

.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;
}

 
 

#footer {
	padding-top: 20px;
	font-size: 0.85em;
}
#footer 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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-bottom: 5	px;
	text-align: center;
}
#sbHdr {
	padding-bottom: 20px;
}

.finishesCaption {
	padding-bottom: 20px;
	text-align: center;
	}

.acrobat {
	float: left;
	font-size: 0.8em;
	width: 300px;
	white-space: nowrap;
	padding-bottom: 20px;
}

.acrobat img {
	padding-right: 10px;
}

.form { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }
