* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: white;
}

#top {
        display: none;
}
#header, #header2, #header3, #header4, #header5, #header6 {
        display: none;
}

#home {
        display: none;
}
#navbar {
        display: none;
}
#main {
	margin: 0px;
	padding: 0px;
}
#sidebar {
        display: none;
}
#sidebarimage {
        display: none;
}
#spacer {
	height: 40px;
	background-image: url(../images/spacer.png);
}
#content {
	width: 100%;
}

#bottom {
        display: none;
	}
#footer {
	width: 760px;
	position: relative;
	text-align: center;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #999999;
	padding-bottom: 10px;
}
/*----------------content---------------------------*/
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 120%;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
	letter-spacing: 0px;
}
#content ul, #content ol {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 75%;
	line-height: 120%;
	color: #666666;
	margin:10px 0px 0px 20px;
 	list-style-type: square;
}
#content ol {
	list-style-type: upper-alpha;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #FF0000;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #666666;
}
#content .highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 120%;
	color: #FFFFFF;
	padding:2px;
	margin: 0px;
	letter-spacing: 0px;
	display:inline;
	background-color: #FF0000;
}
#content a {
color:#F00;
text-decoration:none;
}
#content a:hover {
text-decoration:underline;
}
/*-----------------------sidebar--------------------------*/


.clearfloats {
	clear: both;
	height: 1px;
}
#unilogos {
	width: 99px;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
#lang {
	padding-top: 15px;
	padding-right: 31px;
}
#projectdescribtion1 {
	height: 60px;
	width: 350px;
	margin-left: 132px;
	background-position: 12px 30px;
	background-repeat: no-repeat;
}
#projectdescribtion2 {
	height: 60px;
	width: 350px;
	margin-left: 132px;
	background-position: 12px 30px;
	background-repeat: no-repeat;
}
