body
{
  font-family: verdana, tahoma, arial, helvetica, sans-serif; 
  font-size: 10px;
  background: #002842 url(skyline.jpg) repeat-x;
  color: #FFF;
  padding: 0px;
  margin: 0px;
}


p
{
  color: #FFF;
}

td
{
  color: #FFF;
  font-size: 10px;
}

li
{
  color: #000;
  list-style-position: outside;
  margin-left: 15px;
}

ul { display: inline; }

h1
{
	font-size: 20px;
	color: #FE8D00;
	font-family: arial black, verdana, tahoma;
	font-weight: normal;
}

h2
{
  font-size: 20px;
  color: #FE8D00;
  font-family: arial black, verdana, tahoma;
	font-weight: normal;
}

h3
{
  font-size: 12px;
  color: #FE8D00;
  /*display: block;
  border-bottom: 2px #FFF dashed;
  padding-top: 15px;*/
  font-family: arial black, verdana, tahoma;
	font-weight: normal;
}

  a:active {color: #FE8D00}
  a:visited {color: #C46D00}
  a:link {color: #FE8D00}
  a:hover {color: #FFF}

img { border: 0px; }

.noBorder
{
	border: 0px;
}

select
{
	font-size : 11px;
	background: #FFF;
}

.centerDiv
{
	top : 0px;
  	left : 0px;
  	border : 0px;
	padding : 0px; 
	width : 100%; 
	/*text-align: center;*/
	overflow : none;
	z-index : 0;
}

.containerDiv
{
	text-align: left;
	width: 870px;
	position: relative;
	margin: 0px auto;
}

.mainDiv
{
	text-align: left;
	width: 600px;
	position: relative;
	/*margin: 0px auto;*/
	margin-left: 50px;
	top: 181px;
}

.logoIEAlign
{
	text-align: left;	/*fucking IE and its treating of divs as inline elements*/
}

.logo
{
	position: absolute;
	padding-left: 0px;
	padding-top: 0px;
	right: 20px;
	top: 90px;
	z-index: 2;
}

.menuDiv
{
	position: absolute;
	right: 20px;
	top: 150px;
	width: 217px;
	overflow: hidden;
	z-index: 0;
	text-align: left;
	background: url(sidebarBg.gif) repeat-y;
	padding-top: 80px;
	padding-bottom: 20px;
	border-bottom: #017DCF 1px dotted;
	font-family: arial black, verdana, tahoma;
	font-weight: normal;
}

.menuDiv img
{
	display: block;
}

.menuDiv a
{
	font-size: 18px;
	display: block;
	padding: 5px 10px 5px 20px;
	font-weight: bold;
	color: #FFF;
}

.menuDiv a:active {color: #FE8D00;}
.menuDiv a:visited {color: #FFF;}
.menuDiv a:hover {color: #FE8D00;}

.postDetails
{
	background: url(postDetails.jpg) no-repeat;
	width: 90px;
	height: 190px;
	text-align: center;
	padding: 10px 5px 0px 5px;
	font-family: arial black, verdana, tahoma;
	font-weight: normal;
	font-size: 12px;
}

.postDetails h1 { font-size: 55px; font-weight: normal; margin: -15px; }
.postDetails h2 { font-size: 25px; font-weight: normal; margin: -5px; color: #FFF; }
.postDetails h3 { font-size: 15px; font-weight: normal; margin: -3px; color: #FFF; }
/*.postDetails a { text-decoration: none; }*/

.postBody
{
	margin-left: 20px;
	width: 430px;
}
.postBody h3 { text-align: right; margin: 0px; margin-bottom: 10px; }
.postBody h2 { text-align: left; margin: 0px; }
.postBody a:active {color: #FE8D00;}
.postBody a:visited {color: #FE8D00;}
.postBody a:hover {color: #000;}

.pageBody
{
	margin-left: 125px;
	width: 430px;
}
.pageBody h1 { text-align: left; margin: 0px; }
.pageBody h2 { text-align: left; margin: 0px; }
.pageBody h3 { text-align: left; margin: 0px; }
.pageBody a:active {color: #FE8D00;}
.pageBody a:visited {color: #FE8D00;}
.pageBody a:hover {color: #000;}

.postInner
{ 
	background: #FFF; 
	color: #000;
	padding: 0px 10px 0px 10px;
	margin: -2px 0px -2px 0px;
}

.postInner p, .postInner td {
	color: #000;
}
