@charset "utf-8";
/* CSS Document */

.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;
}
img {border:0px;}
a { text-decoration:none; }
body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #6b6c6e;
}
#holder {
	margin: auto;
	width: 840px;
	padding: 10px;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cbccce;
	margin-bottom: 3px;
}
#header h1 {
	margin: 0px;
	float: left;
}
#header h1 a {
	background-image: url(../images/fti-logo.gif);
	text-indent: -9999px;
	display: block;
	height: 83px;
	width: 260px;
}
#header #contact-info {
	float: right;
	font-size: 10px;
	padding-top: 10px;
}
#contact-info a {
	text-decoration: none;
	color: #333;
}
#left-col {
	float: left;
	width: 194px;
}
#left-col #left-nav {
	padding: 0px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#left-col #left-nav li a {
	font-size: 14px;
	line-height: 22px;
	color: #003399;
	text-decoration: none;
	padding-left: 7px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
#left-col #left-nav li a:hover { color:#000; }
#left-col #chat {
	margin-top: 20px;
	text-align: center;
}
#left-col #chat a {
	color: #CCC;
	text-decoration: none;
	font-size: 9px;
}
#right-col {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cbccce;
	float: right;
	width: 635px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	min-height:300px;
}
#right-col h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	color: #303030;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CBCCCE;
	padding-bottom: 5px;
}
#right-col .accent {
	font-size: 24px;
}
#right-col .two-col {
	float: left;
	width: 300px;
	margin-top: 3px;
}
#right-col .two-col-right {
	margin-left: 24px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}
#right-col .two-col ol {
	padding-left: 20px;
	line-height: 14px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#right-col .two-col ol li {
	padding-bottom: 15px;
	font-weight: bold;
}
#right-col .two-col ol li ol {
	list-style-type: lower-alpha;
	margin-top: 5px;
}
#right-col .two-col ol li ol li {
	padding-bottom: 0px;
	font-weight: normal;
}
#right-col .two-col ol span {
	font-size: 8px;
}
#right-col .two-col ol a {
	color: #6b6c6e;
	text-decoration: none;
}
#right-col .two-col ol a:hover {
	color:#333;
}
.pdf-icon {
	margin-bottom: -10px;
	margin-top: 15px;
	margin-right: 5px;
}

hr {
	color: #cbccce;
	background-color: #cbccce;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
}
#footer {
	margin-top: 3px;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cbccce;
	padding: 5px;
	text-align: center;
}

