@charset "utf-8";
* {margin:0; padding:0;}

body  {
	font: Arial, Helvetica, sans-serif;
	background-image:url(images/page-bg.jpg);
	background-repeat:repeat-x;
	background-color:#F2F2F2;
	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;
	font-size: 14px;
	line-height: 18px;
}

a	{
	color:#000066;
	text-decoration:none;
	font-weight:bold;
	}
	
.showBullet	{
	padding-left:30px;
	}
	
img	{
	border:0px;
	}
	
a:hover	{
	text-decoration:underline;
	}

.thrColFixHdr #container { 
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
	padding:0px;
} 
.thrColFixHdr #header { 
	padding:0px;  /* 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. */
	position:relative;
} 
.thrColFixHdr #header #top-header-text{
	position:absolute;
	top:7px;
	left:250px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	font-family:Arial;
}

.thrColFixHdr #header #header-text{
	position:absolute;
	top:127px;
	left:630px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	font-family:Arial;
}

.thrColFixHdr #header #header-text .checkmark{
	padding-right:15px;
	float:left;;
}

#wrapperLeft	{
	float:left;
	width:805px;
	}
	
.thrColFixHdr #mainContent {
	float:right;
	width:627px;
	padding-left:7px;
	padding-right:10px;
	margin-left:2px;
}

.thrColFixHdr #mainContent .main-content-full-wrap	{
	width:627px;
	padding-top:20px;
	padding-bottom:10px;
	float:left;
	clear:both;
	}

#topMain	{
	padding-top:0px;
	}
	

.columnDivider	{
	margin-bottom:20px;
	}
	
.content-box	{
	padding-left:5px;
	padding-right:5px;
	}

.content-box	h1{
	color:#336699;
	font-weight:bold;
	line-height:22px;
	font-size:18px;
	font-weight:bold;
	margin-bottom:8px;
	}

.content-box	p{
	padding:10px 0px 10px 0px;
	margin:1em 0;
	width:468px;
	}

.thrColFixHdr #main-menu {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
	padding-left:2px;
}

.page-menu{
	margin:0px;
	font-size:11px;
	font-weight:bold;
	font: Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	float:left;
	clear:none;
}
			
.page-menu ul{
display:block;
margin:0;
padding:0;
text-indent:0;
list-style:none;
border-left:1px solid #999999;
border-right:1px solid #999999;
border-top:1px solid #999999;
}
					
.page-menu ul li{
list-style:none;
border-bottom:1px solid #CCCCCC;
line-height:20px;
}
					
.page-menu ul li a{
display:block;
background-color:#336699;
background-repeat:no-repeat;
text-decoration:none;
padding-top:1px;
margin:0px;
font-family:tahoma, helvetica, arial, sans-serif;
width:154px;
color:#FFFFFF;
text-indent:7px;
}
					
.page-menu ul li a:hover{
	text-decoration:underline;
}

.menu-header{
	line-height:22px !important;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	padding-left:7px;
}

.thrColFixHdr #footer { 
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		background-color:#336699;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
} 
.thrColFixHdr #footer a {
	color:#FFFFFF;
}

.thrColFixHdr #footer :visited {
	color:#FFFFFF;
}
.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;
}


.methodListItem	{
	display:block;
	width:150px;
	float:left;
	line-height:23px;
	border-bottom:1px solid #F1F1F1;
	padding-right:10px;
	}
	
.highlight	{
	border:1px solid #660000;
	width:468px;
	background-color:#F0F0F0
	}
	
.highlight	p{
	width:448px;
	padding:0px 10px 0px 10px;
	font-size:14px;
	}

.og {
	color:#000000;
	font-weight:normal;
	}

.og a{
	color:#000000;
	}

.og a:hover{
	text-decoration:none;
	}