/* CSS Document */


body
{  background-color:#F0F0F0;
}	


.bgleft
{  background-color:#e1e1ed;
}

/* -----------------------------------------------------------------------------*/
/* Date Background for table located under Banner*/
.datebg{
background-color:#990033;
width: 800;
}	

/* -----------------------------------------------------------------------------*/
/* Left column of the table where the Guest of the month is displayed*/
.leftcol{
background-color:#D7D6D1;
width:180;
height: 1050;

}


/* -----------------------------------------------------------------------------*/
/* Right column of the table where the Guest of the month is displayed*/
.rightcol{
width:135;
height: 1100;

}

/* -----------------------------------------------------------------------------*/
/* Middle column of the table where the Guest of the month is displayed*/
.Middlecol{

width:460;
}


/* -----------------------------------------------------------------------------*/
/* font color for shamsi and English date*/

.datecolor{color: white;
}


/* -----------------------------------------------------------------------------*/
/* Column Height defined for left column and affect all 3 column in the table
So do not need to place the class ID="colheight" in all cloumns*/

.colheight{
HEIGHT: 800;
}
/* -----------------------------------------------------------------------------*/

A {color: blue; text-decoration:none; font-size:13;
	 font-family: tahoma, Arial, Helvetica, sans-serif}
A:hover {color:990033; background:#ffe479}
p{text-align:justify; direction:rtl; font-family:tahoma; font-size:12px; line-height:20px;
}
/*
p{font:13px tahoma; line-height:20px; text-align:justify}
*/
.left{ text-align: justify; direction: ltr; font-family:tahoma; font-size:12px; line-height:20px;
}


.title{ text-align: Center; direction: ltr; font-family:Arial; font-size:22px; color: Blue; font-weight:bold;
}

.source{ text-align: Center; direction: ltr; font-family:Arial; font-size:14px; text-decoration:underline;;
}
/* for upper Horizontal Menu */
.hmenu{ text-align: Center; direction: ltr; font-family:Arial; font-size:12px; text-decoration:non;;
}
.newleftcol{
background-color: e1e1ed;
width: 200;
height: 1450;

}