* 
{ 
margin: 0;
padding: 0;
z-index: 0;
}
body
{

text-align:center;
height:100%;
width: 100%;
}

#container { width: 865px; margin:30px auto 15px auto; padding: 0; }
#container2 { width: 903px; margin: 0 auto 0px auto; padding: 0; }



#header
{
position: relative;
height: 115px;


}
#MainCont
{
position: absolute;
min-height: 80%;
}
#footer
{

height: 100px;
border: 1px solid orange;

}

#rightcolumn {
float:left;
top: 15px;
width:200px;
text-align: right;
}
#leftcolumn 
{
float:left;
top: 10px;
left: 0px;
margin-bottom: 4px;
z-index: -2;
}


/*-------------------------------class--------------->*/
.outermost_body
{
text-align: left;
width: 976px;

margin: 0 auto;
} 
.mainfooter { width: 100%; min-height: 60px; height: auto!important; background-color: #0d204a;}
.footerin { height: 60px; margin: 0 auto; border-left: 1px solid #ffcb00; border-right: 1px solid #ffcb00; background: #0d204a; text-align: center; width: 976px; color: #fff; padding: 10px 0 10px 0; font-size: .85em;}
.mainbody { width: 976px; height: auto; height: auto!important; background-color: #fff; padding: 20px 20px; border-left: 1px solid #cdcdcd; border-right: 1px solid #cdcdcd; }

.maincontent { width: 100%; padding: 0; margin: 0; }
.clearfix:after { clear: both; display: block; content: "."; height: 0; visibility: hidden; }
* html > body .clearfix { width: 100%; display: block; }
* html .clearfix { height: 1%; }

.rightcolmn, .content { float: left; top:10px; }
.content { width: 472px; margin-right: 28px; padding: 0; }
.rightcolmn { width: 199px;padding: 0; margin: 0;}

/*\*/
* html  .mainbody { height: 700px; }
* html  .mainfooter { height: 100px; }
p { font-family: tahoma; color: black; font-size: small;}


.sidemenu_1 { position: absolute; top: 5px; height: 30px; background: url (images/backg.png);}
.sidemenu_2 { position: absolute; top: 35px; height: 30px; background: url (images/backg.png);}
.sidemenu_3 { position: absolute; top: 65px; height: 30px; background: url (images/backg.png);}
.sidemenu_4 { position: absolute; top: 95px; height: 30px; background: url (images/backg.png);}
.sidemenu_5 { position: absolute; top: 125px; height: 30px; background: url (images/backg.png);}
.sidemenu_6 { position: absolute; top: 155px; height: 30px; background: url (images/backg.png);}
.sidemenu_7 { position: absolute; top: 185px; height: 30px; background: url (images/backg.png);}

/*
.boxheader, .boxbody, .boxfooter {position: relative;}
.boxheader, .boxfooter {	height: 36px;}
#leftcolumn { position: relative; width: 776px; height: 700px;}
#leftcolumn .boxheader { background: url(http://arnel-pc/images/standard.png) no-repeat left top; z-index: -3;}
#leftcolumn .boxbody { background: url(http://arnel-pc/images/body2.png) repeat-y 0px top; height: 630px; z-index: -4;}
#leftcolumn .boxfooter	{ background: url(http://arnel-pc/images/standard.png) no-repeat left -35px; z-index: -5;	}
*/
/*-------------------------------Menu--------------->*/
ul.articleSummary {
    margin: 0 -1em;
}

ul.articleSummary li {
    display: inline;
    float: left;
    width: 50%;
}

ul.articleSummary li div {
    /*border: 1px dotted #CCCCCC;*/
    margin: 5px;
    padding: 3px;
}
.ArticleAuthor
{
    font-size: 10pt;
    font-weight: bold;
}
.ArticleDate 
{
    font-size: 7pt;
    font-style: italic;
    color: #BBB;
}

a.readmore {
    display: block;
    font-weight: bold;
    text-align: right;
    font-family: Verdana; font-size: 12px; line-height: 1.5; color: blue;
}
.ArticleTitle
{
    font-size: 14pt;
    font-weight: bold;
    color: #000080;
}
.archives
{
font-family: Verdana; font-size: 11px; line-height: 1.5; color: #666666;
}

div.MaskedDiv 
{
	visibility: hidden;
	position:absolute;
	left:0px;
	top:0px;
	font-family:verdana;
	font-weight:bold;
	padding:40px;
    z-index:100;
	background-image:url(Mask.png);
	/* ieWin only stuff */
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='Mask.png');
}


div.ModalPopup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color: #CCCCCC;
	position:absolute;
	/* set z-index higher than possible */
	z-index:10000;
	visibility: hidden;
	 color: Black;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
    width: 300px;
    height : auto;
}
