html, body {
	font-family: helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	line-height: 13px;
	text-align: left;
	color: #000;
	background-color: #fff;
	margin: 0px;
	padding: 10px 0 0 0;
	}

a	{
	color: #000;
	text-decoration: none;
	background-color: transparent;
	}
	
a:link	{
	color: #000;
	text-decoration: none;
	background-color: transparent;
	} 

a:visited	{
	color: #000;
	text-decoration: none;
	background-color: transparent;
	} 

a:active	{ 
	color: #1d45bf;  
	text-decoration:underline;
	background-color: transparent;
	} 

a:hover		{ 
	color: #1d45bf; 
	text-decoration:none; 
	background-color: transparent;
	} 

h1	{
	font-size: 18px;
	line-height: 15px;
	padding: 0px;
	margin: 0px;
	}

h2	{
	font-size: 18px;
	color: #fff;
	padding: 8px 0px 0px 10px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	text-shadow: #000 0 0 0;
	font-weight: normal;
	}		

h3	{
	font-size: 0.75em;
	padding-bottom:5px;
	text-transform: uppercase;
	border-bottom: 1px solid #e0e0e0;
	}
		
p	{
	margin:0;
	}

p:hover	{
	padding-left:5px;
	margin-left:-5px;
	background-color:#dee9f3;
	background: -webkit-gradient(linear, left top, left bottom, from(#eef9ff), to(#dee9f3));
	background: -moz-linear-gradient(90deg,#dee9f3,#eef9ff);
	}

pre {
	width:12em;
	font:90%/100% monospace;
	padding:0 .5em;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.amp {
	font-family: Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #ccc;
	}

#contentwrap {
	width:960px;
	margin:0px auto;
	}

#header {
	border-bottom: 1px solid #000;
	height: 20px;
	}
	
#title {
	font-size: 18px;
	font-weight: bold;
	}
	
#version {
	color:#999;
	letter-spacing: .3em;
	font-weight: bold;
	font-size: 0.75em;
	text-transform: uppercase;
	}
	
#headpod {
	margin:0 0 10px 0;
	text-align:center;
	text-transform:lowercase;
	}

.blackbar {
	width: 100%;
	background-color: black;
	float: left;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

.sectpod {
	margin:0 10px 0 0;
	width:184px;
	float:left;
	text-transform:lowercase;
	line-height:20px;
	}

.sectpod:last-child {
	margin:0;
	}

.sites a {
	line-height: 20px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	display: block;
	}
	
.sites p {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}