body {
	font: normal 9pt sans-serif;
	margin: 50px 0px;
	padding: 0px;
	text-align: center;
	background: #fff;
	}

#cont {
	width: 672px;
	margin: 0px auto;
	text-align: left;
	background-color: #fff;
}

div#lks {
	width: 200px;
	float: left;
	margin: 0;
	padding-top: 20px;
	padding-left: 18px;
	background: #fff;
}

div#tt {
	background: #fff;
	width: 417px;
	float: left;
	border: 1px solid #fff;
	padding-left: 30px;
	margin-left: 3px;
	padding-top: 0;
}

div#quote {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #003D6B;
}

p {
	line-height: 150%;
}

.hshot {
	padding-right: 10px;
	padding-bottom: 10px;
}

.cr {
	font-size: 7pt;
	color: #999;
}

#head {
	font-size: 18pt;
}

.sh {
	font-size: 14pt;
        color: #003D6B;
}

.slnk {
	font-size: 9pt;
}

a {
	color: #003D6B;
	text-decoration: underline;
}

ol {
	line-height: 150%;
}

a:hover {
	color: #000;
}

ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px; /* Width of Menu Items */
	border-bottom: 1px solid #fff;
	}
	
ul#nav li {
	position: relative;
	margin: 0; padding: 0;
	}
	
#nav li ul {
	position: absolute;
	left: 99px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	list-style: none;
	}

/* Styles for Menu Items */
ul#nav li a {
	display: block;
	text-decoration: none;
	color: #666;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #fff; /* IE6 Bug */
	border-bottom: 0;
	}

ul#nav li a:hover {
	color: #999;
}
	
/* Holly Hack. IE Requirement \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */

#nav li:hover ul, #nav li.over ul { display: block; } /* The magic */

#tt li {
	margin-bottom: .5em;
	line-height: 1.25;
}

a#fb_follow:link, a#fb_follow:visited {
	display: block;
	padding: 0 0 0 33px;
	color: #888;
	font-size: 8pt;
	text-decoration: none;
	background: #EEE url(images/fb.gif) no-repeat left center;
	height: 24px;
	line-height: 24px;
	margin: 15px 0 15px -18px;
}
a#fb_follow:hover, a#fb_follow:active, a#fb_follow:focus {
	background-color: #EDEFF4;
	color: #444;
}