
#mainContainer
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	width: 780px;
	background-image: url(../images/mast.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

#contentTop
{
	font-size: 9px;
	position: absolute;
	bottom: 0px;
	top: 190px;
	right: 18px;
	color: #000033;
}

/* Main container setting up content pane with heading and columns*/
#contentBody
{
        font-size: 10.5pt;
        line-height: 150%;
	position: relative;
	padding-top: 210px;
	margin: auto;
	text-align: left;
        min-height: 600px;
}

div#twoColumns
{
	overflow: hidden;
	padding: 0px 10px 0px 16px;
}

div#columnLefttop
{
	width: 550px;
	float: left;
}

div#columnLeft
{
	width: 540px;
	min-height: 280px;
	float: left;
        border-right: 1px solid #ccc;
        margin-right: 5px;
        padding-right: 5px;
}

div#columnRight
{
	width: 200px;
	min-height: 280px;
	float: right;
}

div#footer
{
        bottom: 0px;
	clear: all;
        padding: 0px 10px 0px 10px;
        text-align: center;
}

div#columnRight a
{
        font-size: 9pt;
}

a
{
	text-decoration: none;
	color: #555588;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {

	padding-bottom: 5px;
	margin: 10px 0;
	font-weight: normal;
	line-height: 100%;
	color: #0076a3;
}

h1 { 
	font-size: 15pt;
	line-height: 100%;
}

h2 {
	font-size: 14pt;
	line-height: 100%;
}

h3 {
	font-size: 13pt;
}

h4 {
	font-size: 11pt;
}

.publishDate
{
        font-size: 10pt;
        color: #999;
}

.commentCount, .commentCount a
{
        font-size: 9pt;
        color: #999;
}

.commentText
{
        font-size: 9.5pt;
        color: #666;
}

.commentTable td
{
        font-size: 9.5pt;
        color: #333;
}

.replyIcon
{
        margin: 3px 10px 5px 0px;
}

table.subscribeTable td
{
        font-size: 9pt;
        padding: 5px;
}

table.subscribeTable td img
{
        margin-bottom: 3px;
}

div.footer
{
	clear: all;
	padding-top: 40px;
	padding-bottom: 5px;
}
