/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
body {
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}

/* Styles */

body { color: #FFFFFF;
	background-color: #4675ad;
	background-image: url(left_bg.png);
	background-repeat: repeat-y;
	background-position: top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	}

#leftHalf { width: 50%;
	float: left;
	}

#ieOnly #leftHalf { width: 49%;
	}

 #leftHalf div.centeredContainer { float: right;
	width: 425px;
	padding-top: 50px;
	}

  #leftHalf div.centeredContainer a { display: block;
	width: 400px;
	height: 534px;
	}

#rightHalf { width: 50%;
	float: left;
	}

#ieOnly #rightHalf { width: 49%;
	}

 #rightHalf div.centeredContainer { float: left;
	padding: 30px 0px;
	width: 400px;
	margin-left: 50px;
	}

  #rightHalf div.centeredContainer div.darkColumn { width: 325px;
	margin: 0px auto;
	padding-top: 15px;
	background-color: #2a4970;
	color: #FFFFFF;
	}

   #rightHalf div.centeredContainer div.darkColumn p { margin: 0px 20px;
	padding-bottom: 15px;
	line-height: 135%;
	}

   #rightHalf div.centeredContainer div.darkColumn p.code { font-family: Courier New, Courier, fixed-width;
	padding: 10px;
	margin-bottom: 20px;
	border: 2px #4675ad dashed;
	}

   #rightHalf div.centeredContainer div.darkColumn p.note { font-style: italic;
	}

   #rightHalf div.centeredContainer div.darkColumn h2 { margin: 0px 20px;
	padding-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	}

   #rightHalf div.centeredContainer div.darkColumn h3 { margin: 0px 20px 0px 30px;
	padding-bottom: 15px;
	font-weight: bold;
	}

   #rightHalf div.centeredContainer div.darkColumn a { font-weight: bold;
	color: #ffffff;
	background-color: transparent;
	text-decoration: underline;
	}

   #rightHalf div.centeredContainer div.darkColumn ul { margin: 0px 0px 20px 20px;
	list-style-type: square;
	}

   #rightHalf div.centeredContainer div.darkColumn ul li { margin: 0px 30px 2px 20px;
	line-height: 135%;
	}

  #rightHalf div.centeredContainer div.whiteBar { margin: 0px;
	padding: 10px 10px;
	text-align: center;
	word-spacing: 10px;
	background-color: #FFFFFF;
	color: #2a4970;
	font-weight: bold;
	}

   #rightHalf div.centeredContainer div.whiteBar a { color: #2a4970;
	background-color: transparent;
	}

   #rightHalf div.centeredContainer div.whiteBar a:hover { 
	}

   #rightHalf div.centeredContainer div.whiteBar span.bracketed { word-spacing: normal;
	}

div.clearall_flat { clear: both;
	height: 0px;
	overflow: hidden;
	}
