@charset "utf-8";
/* CSS Document */

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block}
mark, rp, rt, ruby, summary, time {display:inline}

/* Global properties ======================================================== */

*{
	margin:0;
	padding:0;
	}

body {
	font-family:Calibri; 
	font-size:14px;
	color:#333;
	background:#f1f1f1;
	}

#Table_01{
	padding-left:5%;
	padding-right:5%;
	width:1140px;
	height:1390px;
}

#header{
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	height:135px;
	width:auto;
	position:relative;
}

#menuRight{
	padding:0 0 0 0; 
	position:relative;
	top: 115px;;
	width: 20%;
	height:20px;
	float:right;
	text-align:right
	}


#menu{
	padding:0 0 0 0; 
	position:relative;
	left: 0px;
	top: 115px;;
	width: 80%;
	height:20px;
	float:left;
	font-family:Calibri; 
	font-size:14px;

	}

#menu ul li{
	float:left;
	position:relative;
	width: 10%;
	list-style-type:none;
}

#menu li a {
	display:block;
	font-size:14px;
	width:100%;
	text-align:center;
	color:#666;
	text-transform:uppercase;
	letter-spacing:-1px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image:none;
	text-decoration:none;

}
#menu a:hover {
	color:#F0F;
	font-weight: bold;
	font-size:15px;
}

#logo{
	position:absolute;
	left: 0px;
	top: 24px;
	width: 163px;
	height: 59px;
}


.wrapper {
	width:auto;
	top: 0px;
	position:relative;
	height:auto;
}

#sep{
	position:absolute;
	top:0px;
	background-image: url(../images/sep1.jpg);
	width: 6px;
	height: 100%;
	left: 2px;
}

#DivCol1{
	top: 0px;
	position:absolute;
	width: 280px;
	height: 100%;
	left: 5px;
	}


#DivCol2 {
	position:absolute;
	width: 280px;
	top: 0px;
	height: 100%;
	left: 285px;
}

#DivCol3{
	position:absolute;
	width: 280px;
	top: 0px;
	height: 100%;
	left:570px;

}

#DivCol4{
	position:absolute;
	width: 280px;
	top: 0px;
	height: 100%;
	left:855px;
}


p{
	font-family: Calibri;
	font-size: 14px;
	text-align: justify;
	margin: 10px;
	padding: 5px;
}


#right-menu{
	position:relative;
	width: 100%;
	height: 556px;
}

#login{
	position:relative;
	margin:8px;
	width: 220px;
	height: 116px;
}

#logindata{
	position:relative;
	margin:8px;
	width: 220px;
	height: 116px;
	padding:3px;

}

.txtDav{
	position:relative;
	margin:8px;
	width: auto;
	height:auto;
	line-height: 20px;
	padding-top:5px;
	padding-bottom:5px;

}

.txtDav h3{
	font-family: Calibri;
	font-size: 18px;
	font-weight: 800;
	text-transform: capitalize;
	text-indent: 10px;
	color: #F0F;
}

.txtDav p{
	font-family: Calibri; 
	font-size: 14px; 
	margin: 5px; 
	text-align:justify;
	width:auto;
	padding:5px;
	
}

.txtDav a{
	color:#F00; 
	text-decoration:none;
	font-weight:600;
	padding:10px;
}

.txtDav ul li{
	list-style-type:none;
	padding-left:10px;
}

	
#updates{
	margin:8px;
	width: auto;
	height: 116px;
	border: thin solid #000;
	line-height: 20px;
	padding:10px;
}

	

#downlaod{
	position:relative;
	margin:8px;
	width: auto;
	line-height: 20px;
	height: auto;
	font-weight:600;
}



.menu_div{
	position:relative;
	background-color: #F33;
	margin:8px;
	padding: 20px;
	color: #FFF;
	width: 200px;
	height: 120px;
	line-height: 20px;
}


.menu_div a {
	color:#FFF;
	text-decoration:none;
	width:500px;
	height:100px;
	
}


#center-image{
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

}
#featured-article{
	position:absolute;
	width: 228px;
	height: 165px;
	left: 643px;
}

#fa{
	padding: 10px;
}


#footer {
	position:absolute;
	top: 1200px;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	height:42px;
	width:100%;
	
}
