body{
	margin:0;
	padding-bottom:50px;
	font-family: 'Droid Sans', sans-serif;
	font-size:17px;
}

a img{
	border:none;
}

#header{
	position:fixed;
	top:0;
	left:0;
	margin-bottom:0;
	min-height: 40px;
	max-height: 40px;
	min-width: 590px;
	width: 100%;
	background: #000;
	color: #fff;
	z-index:1000;
}

#headerLogos{
	padding-top:3px;
	margin-left:10px;
	float:left;
}

.headerLogo{
	display:inline;
	padding-left:10px;
	padding-right:10px;
}

#addThisButtons{
	float:right;
	margin-top:12px;
	margin-right:15px;
	height:40px;
	width:150px;
}

#footer{
	position:fixed;
	bottom:0;
	left:0;
	padding-top:4px;
	width:100%;
	height:21px;
	background:#000;
	color:#FFF;
	z-index:6;
	font-size:13px;
}

#footer #me{
	float:left;
	margin-left:10px;
}

#footer a{
	color:#FFFFFF; text-decoration:none;
	font-weight:600;
}

#contentColumn{
	margin-top:30px;
	width:800px;
}

.topic{
  margin-bottom:40px;
}

.topicTitle{
	margin-bottom:8px;
	font-weight: 700;
	font-size:23px;
}

.center
{
	margin-left:auto;
	margin-right:auto;
}

/*used for subpages only*/
.content{
	padding-top:45px;
}

#topNavBar{
	float:left;
	margin-left:20px;
	margin-top: 10px;
	font-size: 19px;
}

.navLI{
	list-style: none;
	display:inline;
	padding-right:20px;
}

.navLI a:link {color:#FFFFFF; text-decoration:none;}    /* unvisited link */
.navLI a:visited {color:#FFFFFF; text-decoration:none;} /* visited link */
.navLI a:hover {color:#FFFFFF; text-decoration:none;}   /* mouse over link */
.navLI a:active {color:#FFFFFF; text-decoration:none;}  /* selected link */

.navCurrent{
	color:#999;
}