/* CSS Document */

* {margin: 0; padding: 0;}

body{
	margin: 0;
}

/* normal text style*/
td, p
{
    font-family: arial;
    font-size: 12px;
	
		
}
 p
{
    font-family: arial;
    font-size: 12px;
	padding: 5px;
	
	
}


a
{
    text-decoration: none;
	color: #FF0000;
	text-align: right;
}

h1{
	font-family: Trebuchet MS;
	font-size: 17px;
	color: #333333;
	margin: 0;
}
h2{
	font-family: Trebuchet MS;
	font-size: 15px;
	color: #fff;
	margin: 0;
	text-align: left;
} 

h3{
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #000000;
	margin: 0;
}

#nu
{
	
}
#nu ul, #nu li{
	list-style-type: armenian; 
	
	background-color: #E9F0F7;
	line-height: 15px; 
	padding: 2px;
}

#menu{
	
	width: 410px;
	margin-top: 90px;
	margin-bottom: 0px;
	
}



#menu ul{
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 0px;
	
	overflow: hidden;
	
}

#menu li {
	background-image: url(images/MenuBG.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 99px;
	height: 26px;
	margin-left: 2px;
	
	padding-left: 15px;
	padding-right: 15px; 
	list-style-type: none;
	display: inline;
}



#menu li a{
    text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #FFF; 
	text-align: center;

}

.content{
	border-left: 1px solid #75973F;
	border-right: 1px solid #75973F;
}

.menubg{
	background-image: url(images/BGGrad.jpg);
	background-position: left top;
	background-repeat: repeat;
	width: 771px;
	height: 108px;
}
	
.banner{
	background-image: url(images/Banner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 771px;
	height: 189px;
}

.tab{
	background: url('images/TabBG.jpg') no-repeat left top;
	width: 219px;
	height: 25px;
	padding-left: 10px;
	padding-top: 4px;
	
	
} 

.tabcont{
	border-left: 1px solid #CCDDED;
	border-right: 1px solid #CCDDED;
	border-bottom: 1px solid #CCDDED;
	width: 219px;
	
	padding: 4px
	
}
.tabcont2{
	border-left: 1px solid #CCDDED;
	border-right: 1px solid #CCDDED;
	border-bottom: 1px solid #CCDDED;
	width: 217px;
	height: 226px;
	padding: 4px
	
}

	
.lpane{
	border-bottom: 1px solid #CCDDED;
	padding-bottom: 5px;
}

.rpane{
	border-left: 1px solid #CCDDED;
	width:1px;
}

.footerCell
{
    background-color:#EDD7AD;
    text-align: center;
    padding: 5px 0px 0px 0px;
	font-family: Verdana;
    font-size: 11px;
    color: #333;
	height: 32px;
	
}

.tbltd
{
	
	background-color: #CCDDED;
} 
.tbl
{
	border: 1px solid #EDD7AD;	
	
} 

.cont{
	border-left: 1px solid #B7CEE0;
	border-right: 1px solid #B7CEE0;
}	
