
 /*-----------------------------home.css------------------------------ */


body {
	background-color: #1a445c;  /*153e56 1a445c*/
	/*background-image: url(../images/home.jpg);  */
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 100px;
	margin-top: 40px;

}

/*-------------------------------------------------------Table----------------------------------------------*/

table.mainTab{
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 12px;
	background: url(../images/bg.gif) repeat;
	color: #ffffff;
	width: 625px;
	/*height: 100%;  */
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
}


table.mainTab td{  
	/*background: url(../images/bg.jpg) repeat-x;*/
	color: #000;
	height: 300px;
	padding: 10px;
	text-align: left;
	border: 0px #DCDCDC solid;
}

table.mainTab td.top{
	background-color: #B0C4DE;
	color: #000;
	padding: 2px;
	height: 22px;
	text-align: center;
	border-bottom: 0px #cccccc solid;
	font-size: 20px;
	font-weight: bold;
}

table.mainTab td.subtop{
	background-color: #1a445c;
	color: #fff;
	height: 11px;
	padding: 0px;
	text-align: center;
	border-bottom: 0px #cccccc solid;
	font-size: 12px;
	font-weight: bold;
}


table.mainTab td.center{
	color: #000;;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	border-right: 5px #cccccc solid;
}

table.mainTab td.left{
	color: #000;;
	width: 48%;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	border-right: 5px #cccccc solid;
}

table.mainTab td.right{
	color: #000;;
	width: 48%;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	border-left: 5px #cccccc solid;
}


/*--------------------------------------P tag ------------------------------------*/
p {
	text-decoration: underline;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}

alevro{
	text-decoration: underline;
	color: #1a445c;
	font-weight: bold;
	text-align: center;
	font-size: 20px;

}


/*---------------------------------------------links---------------------------------------*/
#top {
	
}

a.top1:link{
	color: #483D8B;
	text-decoration: none;
	font-weight: bold;
	
}

a.top1:visited{
	color: #00BFFF;
	text-decoration: none;
	font-weight: bold;

}

a.top1:hover{
	color:  #00BFFF;
	text-decoration: none;
	background-color: none;
}

/*------------------------lists-------------------------------*/
li ul{
	position:relative;
	display:none;
	padding:0px;
	margin:0px;
	list-style:none;
}
li{
        text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 12px;
	position:relative;
	border:0px solid black;
	padding:0px;
	margin:2px;
	color:#000000;
}

