.articleeditTitle
{
color: #fff;
}

body
{
        margin: 0;
}

	
/* Main container setting up floating pane with background*/

 #mainContainer
 {

 	position: relative;
 	margin-right: auto;
 	margin-left: auto;
 	font-family: Gill Sans, Tahoma, Arial, FreeSans, sans-serif;
 	font-size: 10pt;
 	text-align: center;

 }

#baseContainer 
{
        background-color: #333;
        position: relative;
        margin: auto;
        text-align: left;
        border-top: 1px #666 solid;
        border-bottom: 1px #666 solid;
}

/* Main container setting up content pane with heading and columns*/

 #contentBody 
 {
                min-height: 650px; 
                width: 960px;
 		background-color: #000;
                position: relative;
		margin: auto;
		text-align: left;
                border-right: 1px #666 solid;
                border-left: 1px #666 solid;
}

#topMast
{
                margin: 0px 11px 0px 11px;
                position: relative;
                min-height: 174px;
}


#topNavigation
{
                margin: 0px 11px 0px 11px;
                position: relative;
                height: 25px;
                line-height: 24px;
                background: #ebebeb;
}

#topNavigation div.links
{
                
                padding: 1px 15px 1px 45px;
                color: #000;
}

#topNavigation div.links a
{
        text-decoration: none;
        color: #000;
}

#topNavigation div.links a.active
{
        text-decoration: none;
        color: #8bb031;
}


#left
{

	position: absolute;
        width: 8px;
        height: 8px;
	background-image: url(../images/lc.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	bottom: 0px;
}

#right
{

	position: absolute;
        width: 8px;
        height: 8px;
	background-image: url(../images/rc.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	bottom: 0px;
	right: 0px;
}




div#footer
{
                width: 960px;
 		background-color: #000;
                position: relative;
		margin: auto;
		text-align: left;
                border-right: 1px #666 solid;
                border-left: 1px #666 solid;
                color: white;
                font-size: 9pt;
                height: 25px;
                line-height: 25px;

}
div#footer div
{
                padding-left: 45px;
}

#baseSpace
{
                width: 960px;
                height: 40px;
 		background-color: #000;
                position: relative;
		margin: auto;
		text-align: left;
                border-right: 1px #666 solid;
                border-left: 1px #666 solid;

}
		
div#twoColumns
{
        width: 870px;
	overflow: hidden;
	padding: 0px 10px 0px 10px;
        color: white;
        padding: 5px 15px 1px 35px;

}

div#columnLefttop
{
        width: 870px;

}

div#columnLeft
{
        width: 420px;
        float:left;
        margin-right: 10px;

}

div#columnRight
{
        width: 420px;
        float:right;

}

a
{
        text-decoration: none;
        color: #8bb031;
}


