body {
    font-size: 14px;
	font-family:Corbel, Verdana, Helvetica, Arial, sans-serif;
	padding:15px;
	color:#333333;
}

h1
{
	font-family:"Garamond Premier Pro", Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	border-bottom: 1px solid #B2B2B2;
	color:#000000;
	margin-bottom:4px;
}
h1.homepage {
	margin-bottom:29px;
}
h	2
{
	font-family:"Garamond Premier Pro", Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin-bottom:12px;
	color:#000000;
}
h2 {
	font-family:"Garamond Premier Pro", Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	margin-bottom:8px;
	color:#1f3e66;
}
h2 a:link, h2 a:visited, h2 a:active {
	color:#1f3e66;
	border-bottom:1px solid #CFD9E5;
	display:block;
}
h2 a:hover {
	text-decoration:none;
	color:#172e4d;
	border-bottom:1px solid #b8c1cc;
	display:block;
}
h3 {
	font-family:Corbel, Verdana, Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	margin-bottom:10px;
}
h4 {
	font-family:Corbel, Verdana, Helvetica, Arial, sans-serif;
	font-size:1em;
	font-weight:bold;
	line-height:20px;
	color:#333333;
}
h4 a:link, h4 a:visited, h4 a:active {
	color:#1f3e66;
}
h4 a:hover {
	text-decoration:underline;
	color:#172e4d;
}
p
{
	font-size:1em;
	line-height:20px;
	margin-bottom:15px;
	font-family:Corbel, Verdana, Helvetica, Arial, sans-serif;
}
ul, ol
{
	margin-bottom:15px;
}
ul li, ol li
{
	margin-bottom:6px;
}
a:link, a:visited, a:active
{
	text-decoration:none;
	font-weight:normal;
	color:#333333;
}
a:hover
{
	text-decoration:underline;
	color:#191919;
}

.left { 
	float: left; 
	margin: 0 15px 15px 0; 
}
.right { 
	float: right; 
	margin: 0 0 15px 15px; 
}
.inactive
{
	color:#999999;
}
.clearer
{
	display:block;
	clear:both;
	height:0px;
}	
.blueBox
{
	padding:4px;
	border:1px solid #CFD9E5;
	background-color: #E1E7ED;
}
.blueBox p
{
	color:#666666;
}
.insetBox {
	background-color:#ffffff;
	border:1px solid #CFD9E5;
	padding:4px;
	color:#666666;
	margin-left:5px;
}
div.hr {
	border-bottom: 1px solid #B2B2B2;
	height:0px;
	margin-top:15px;
	margin-bottom:14px;
}
#NavWrapperDiv {
	height:180px;
}
#Nav
{
	width:239px;
	margin:5px 0px 0px 28px;
	/*list-style-image: url(../images/prof/bullet.gif);*/
}
#Nav li, #Nav li
{
	margin-bottom:0px;
	padding-bottom:1px;
}
#Nav a
{
	display:block;
	padding:3px 3px 3px 30px;
	background: url(../images/prof/bullet.gif) no-repeat 22px center;
}
#Nav a:hover
{
	border:1px solid #CFD9E5;
	border-right:none;
	padding:2px 3px 2px 29px;
	background: #E1E7ED url(../images/prof/bullet.gif) no-repeat 21px center;
}
#detailsBox
{
	display:none;
	margin-left:265px;
}
#detailsBox .details {
	display:none;
}
.detailThumb
{
	margin: 0px 10px 0px 0px;
}
#TopNav {
	text-align:right;
	line-height:1em;
	margin-bottom:31px;
	color:#999999;
}
#TopNav a:link, #TopNav a:visited, #TopNav a:active {
	color:#999999;
}
#TopNav a:hover {
	color:#334a66;
	text-decoration:underline;
}