*,body {
font-family:sans-serif;
margin:0;
padding:0;
}
#header {
background:url('/common/images/t_images/basic_logosfa.gif') no-repeat top left #ff4545;
border-bottom:3px solid #333;
height:85px;
}

#header h1 {
	display:none;
}

div#content {
	font-size:12pt;
	/*font-family:serif;*/
	padding:2em;
}

div#content h2.pagetitle {
	color:#306;
	font:1.3em serif;
	letter-spacing:0.05em;
	margin-bottom:0.3em;
}

div#content h4.pagesubtitle {
	font-size:0.7em;
	margin-bottom:1em;
}

div#content p.breadcrumbs {
	border-bottom:1px dashed #cbcbc6;
	font-size:0.7em;
	margin-bottom:1em;
	padding-bottom:0.5em;
}
div#content p.breadcrumbs a {
	color:#000;
	text-decoration:none;
}
div#content p.breadcrumbs a:hover {
	color:#ff4545;
	text-decoration:underline;
}
div#content div.right {
	float:right;
	margin-left:1em;
}
div#content div.featured {
	background:url(/common/images/t_images/featured_div.gif) top left repeat-x #fff;
	border:3px double #ccc;
	width:30%;
	padding:0.5em;	
}
div#content div.info {
	background-color:#fafafa;
	padding:1em;
}

div#content .sectionHeading {
	color:#306;
	font-size:1em;
	font-weight:bold;
	margin-top:1.5em;
}

div#content p {
	/*font-size:0.9em;*/
	line-height:1.3em;
  padding:0.4em 0 0.4em 0;
}

div#content ul {
	/*font-size:14px;*/
	list-style-type:square;
	margin-left:2em;
}

div#content ol {
	/*font-size:14px;*/
	margin-left:2em;
}

div#content li {
	line-height:1.3em;
}

div#content a {
color:#f00;
text-decoration:none;
}

div#content a:hover {
text-decoration:underline;
}
div#content a:visited {
	color:#96b;
}

div#content span {
font-size:0.9em;
}

div#content input {
	font-size:0.8em;
}

div#content table.standardTable {
	border-collapse:collapse;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	font-size:0.9em;
}
div#content table.standardTable th {
	background-color:#306;
	border:1px solid #306;
	color:#fff;
	padding:2px 15px 2px 2px;
	text-align:left;
	vertical-align:top;
}
div#content tr.shaded {
	background-color:#FBEDFF;
}
div#content table.standardTable td {
	border-bottom:1px solid #ccc;
	padding:2px 15px 2px 2px;
	vertical-align:top;
}
div#content table.standardTable td.center {
	text-align:center;
}
div#content table.standardTable td.right {
	text-align:right;
}
div#content table.noborder,
div#content table.noborder tr,
div#content table.noborder td{
	border:0;
}
div#content table.cellborders td {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
div#content table.smallText {
	font-size:0.6em;
}
#footer {
	background:url(/common/images/t_images/standard_logosfafooter.jpg) no-repeat right #306;
	clear:both;
	height:42px;
	padding:7px;
}
#footer p {
	color:#9980b3;
	font-family:verdana,sans-serif;
  font-size:0.7em;
	margin:0;
	padding:0;
}
#footer div.footerleft {
	display:inline;
	float:left;
}
#footer div.footerright {
	display:inline;
	float:right;
	margin-right:60px;
}
#footer a {
	color:#9980b3;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer span.standoutText {
	color:#fff;
}
#alert * {
	margin:0;
}
#alert {
	background-color:#FFFC67;
	border-bottom:1px solid #777;
	border-top:1px solid #777;
	color:#333;
}
#alert h2 {
	color:#f00;
	font-size:1.3em;
}
#alert a {
	color:#000;
	padding:0.5em;
	display:block;
	text-decoration:none;
}
div#alert h2 a {
	color:#f00;
	display:block;
}
#alert p {
}
body.with-nav {}
	div#rightColumn {
		background-color:#fff;
		border-left:1px dashed #cbcbc6;
		float:right;
  	font-size:0.7em;
		padding-top:10px;
		width:139px;
	}
		#rightColumn ul {
			list-style-type:none;
			margin:0 0 0 10px;
			padding:0;
		}
			#rightColumn ul li {
				list-style-image:url(/common/images/t_images/standard_bullet_tan_star.jpg);
				margin-bottom:0.1em;
				margin-left:2em;
			}
				#rightColumn ul li a {
					color:#000;
					text-decoration:none;
				}
				#rightColumn ul li a:visited {
					color:#777;
				}
				#rightColumn ul li a:hover {
					color:#ff4545;
				}
