@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	}

body {
	background-color:#EA9B27;
	font-family:calibri, arial, sans-serif;
	color:#262626;
	}
	
img {
	border:0px;
	}

a:link {
	color:#EA9B27;
	text-decoration:none;
	font-weight:bold;
	}

a:visited {
	color:#EA9B27;
	text-decoration:none;
	font-weight:bold;
	}

a:hover {
	color:#EC1846;
	text-decoration:none;
	font-weight:bold;
	}

a:active {
	color:#EA9B27;
	text-decoration:none;
	font-weight:bold;
	}

.clear {clear:both;}

/* ads vertical scroll bar to all pages to keep center-aligned pages from jumping left or right */
html {
	overflow:-moz-scrollbars-vertical;
	}

#body {
	margin-left:auto;
	margin-right:auto;
	width:922px;
	}
	
#url {
	float:left;
	width:27px;
	height:174px;
	background:url(/images/url.gif) no-repeat right 15px;
	margin-right:3px;
	}

#flash-header {
	float:right;
	padding-right:30px;
	}

#logo {
	float:left;
	width:223px;
	height:54px;
	margin:12px 0px 0px 0px;
	}

#content {
	width:892px;
	float:left;
	background:url(/images/whitepapers/tr.gif) no-repeat top right #ffffff;
	margin-top:12px;
	}
	
.hr {
	width:864px;
	height:1px;
	background:#e6e6e6;
	margin:30px 0px 0px 14px;
	padding:0px;
	}

#page-content {
	width:862px;
	padding:14px 0px 0px 30px;
	background:url(/images/whitepapers/bg_content.gif) repeat-y;
	}
	
#left {
	float:left;
	width:459px;
	margin-right:30px;
	}

#left h1 {
	font-size:25px;
	color:#005AA9;
	font-weight:normal;
	margin-bottom:14px;
	}

#left h2 {
	font-size:19px;
	color:#EC1846;
	font-weight:normal;
	margin-bottom:18px;
	padding-top:4px;
	}

#left h3 {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	line-height:18px;
	margin-bottom:14px;
	}

#left p {
	font-size:13px;
	margin-bottom:14px;
	line-height:17px;
	}

#left ul {
	font-size:13px;
	margin-bottom:16px;
	list-style-position:outside;
	margin-left:36px;
	margin-right:36px;
	}

#left table {
	margin-bottom:14px;
	}

#left td {
	font-size:13px;
	line-height:17px;
	}

#left a {
	text-decoration:none;
	}
	
#right {
	float:left;
	width:314px;
	margin-left:30px;
	font-size:11px;
	}
	
#right ul {
	margin:10px 0px 0px 85px;
	}

#right li {
	font-size:13px;
	color:#ff0000;
	}
	
#form {
	width:290px;
	background:url(/images/whitepapers/required-fields.gif) no-repeat right top;
	margin-top:15px;
	}

#form input {
	display:block;
	width:186px;
	float:left;
	margin-bottom:10px;
	font-size:12px;
	padding:2px;
}

#form label {
	display:block;
	float:left;
	text-align:right;
	margin-bottom:10px;
	width:75px;
	padding-right:5px;
	padding-top:3px;
	font-size:12px;
	font-weight:bold;
}

#form br.form {
	clear: left;
}
	
select {
	width:186px;
	font-size:12px;
	padding:2px;
	}	

#footer {
	width:852px;
	margin:0px 30px 0px 30px;
	padding:5px;
	font-size:11px;
	}

#footer a {
	text-decoration:none;
	}

.checkbox {
	width:215px;
	float:left;
	padding:6px 0 6px 63px;
	font-size:12px;
	}

.checkbox .check {
	margin-top:4px;
	margin-right:4px;
	}

.smarttext {
	font-size:11px;
	}
