body {
	background-color: #BCBDC4;
	background-image: url(/media/File/sense/new/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	height: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #4c5152;
	
}

img {
	border: none;
}

h1 {
	color: #4d5152;
	font-weight: normal;
	font-size: 19px;
	text-transform: uppercase;
	text-align: left;
}

h2 {
	color: #4d5152;
	font-size: 17px;
	text-align: left;
}

h3 {
	color: #fff;
	font-size: 15px;
	font-stretch: narrower;
	font-weight: bold;
	letter-spacing: .15em;
	margin: 0px 5px 8px 5px;
	padding: 0px;
	text-transform: uppercase;
	text-align: left;
}

p {
	text-align: left;
}

ul {
	text-align: left;
}

/* NAV */

#topnav {
	color: #7f8892;
	vertical-align: bottom;
	text-transform: lowercase;
}

#topnav a, #topnav a:link, #topnav a:visited, #topnav a:active {
	color: #7f8892;
	margin: 0px 10px;
	text-decoration: none;
	font-size: 13px;
	height: 13px;
	vertical-align: bottom;
}

#topnav a:hover {
	color: #2d3034;
}

#topnav a img {
	position: relative;
	top: 2px;
}

ul#leftnav {
	list-style-type: none;
	margin: 0px 0px 20px 15px;
	padding: 0px;
}

ul#leftnav>li {
	list-style-type: none;
	margin: 20px 0px;
	padding: 0px;
	font-size: 11px;
	color: #73788D;
	font-weight: bold;
	text-transform: uppercase;
}

ul#leftnav>li>ul {
	color: #898989;
	list-style-type: none;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	text-transform: lowercase;
}

ul#leftnav>li>ul>li {
	color: #898989;
	list-style-type: none;
	font-weight: normal;
	margin: 10px 0px;
	padding: 0px;
	text-transform: lowercase;
}

ul#leftnav>li>ul>li a, ul#leftnav>li>ul>li a:link, ul#leftnav>li>ul>li a:active, ul#leftnav>li>ul>li a:visited {
	color: #898989;
	text-decoration: none;
}

ul#leftnav>li>ul>li a:hover, ul#leftnav>li>ul>li.selected a {
	color: #464646;
}


/* CONTENT */

#flashcontent {
	padding: 0px;
	margin: 0px;
}

ul {
	margin-top: -12px;
	margin-left: 12px;
	padding-left: 12px;
}

ul li {
	margin-top: 0px;
}

p.fineprint {
	font-size: 10px;
}

td.three_col {
	background-image: url(/media/File/sense/new/cell_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 8px;
	width: 274px;
	font-size: 12px;
	color: #4E5153;
}

td.callout {
	font-family: georgia, times, serif;
	font-size: 13px;
	color: #8c9597;
	text-align: left;
}

td.three_col p {
	margin: 10px 5px 0px;
	line-height: 1.4em;
}

select {
	color: #6d6d6d;
	font-size: 10px;
}

a:link, a:visited, a:active {
	color: #447492;
}

a:hover {
	color: #343773;
}