body {
        margin: 0;
}

#mainContainer {
        background: white;
        width: 980px;
        margin-left: auto;
        margin-right: auto;
        font-size: 12px;
        font-family: Verdana, Arial, sans-serif;
}

td, p {
        font-size: 12px;
        font-family: Verdana, Arial, sans-serif;
}

#mastMain {
        width: 980px;
        height: 260px;
        background-image: url(../images/mast.jpg);
		background-repeat: no-repeat;
		position: relative;
}

#mastSlogan {
		position: absolute;
		bottom: 5px;
		right: 15px;
		text-align: right;
		width: 970px;
		height: 20px;
		font-family: Verdana;
		font-size: 16px;
		font-weight: bold;
}

bodyMain {
        position: relative;
        width: 980px;
        min-height: 400px;
}


#bodyRight {
        float: right;
        width: 740px;
}

#navLeft {
        padding-top: 20px;
        background-color: #e5e5e5;
        position: relative;
        margin-left: 36px;
        width: 198px;
        min-height: 359px;
        border-left: solid 3px #787c7b;
        border-right: solid 3px #787c7b;
}

#navLeftcolor {
        position: absolute;
        height: 100%;
        top: 0px;
        left: -39px;
        width: 36px;
        background-color: #959595;
}

#navBase {
        position: absolute;
        bottom: -60px;
        left: -3px;
        width: 239px;
        height: 60px;
        background-image: url(../images/navbase.jpg);
	background-repeat: no-repeat;
}

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

a:hover {
	text-decoration: none;
}




#navLeft a {
        font-family: Arial;
        font-size: 14px;
        text-decoration: none;
        color: #959595;
}


#navLeft a.leftMenuoff  {
        display: block;
        min-height: 30px;
        line-height: 30px;
        padding-left: 20px;
}

#navLeft a.leftMenuoff:hover {

}


#navLeft a.leftMenuon {
        display: block;
        min-height: 30px;
        line-height: 30px;
        padding-left: 20px;
        color: #fff;

}

#navLeft a.subleftMenuoff1 {
        font-size: 12px;
        display: block;
        min-height: 30px;
        line-height: 30px;
        padding-left: 25px;
}

#navLeft a.subleftMenuon1 {
        font-size: 12px;
        display: block;
        width: 170px;
        min-height: 30px;
        line-height: 30px;
        padding-left: 25px;
        color: red;
}


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: 18px;
	line-height: 100%;
}

h2 {
	font-size: 16px;
	line-height: 100%;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

.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;
}
