/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	padding: 0;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

/* Header */

#header {
	width: 750px;
	height: 70px;
	margin: 0 auto;
}

#table-header{
	width: 750px;
	height: 0px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 14px;
	text-align: justify;
	padding: 0px 10px;
	color: black;
}

#decoration-frame{
	width: 750px;
	height: 0px;
	margin: 0 auto;
}

/* cover */
#cover {
	width: 750px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#cover .web-cover
{
	background-image: url(images/web-cover.png);
	background-repeat: no-repeat;
	color:black;
	font-family: helvetica;
	font-size: 14px;
}

/* Page */

#page {
	width: 750px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

/* Content */
#page .content {
	width: 701px;
	margin: 0px left 0px auto;
	padding: 0px;
	text-align: justify;	
	font-family: helvetica;
	font-size: 14px;
}

#page .content h1{
	font-family: helvetica;
	font-weight: bold;
	font-size: 14px;
	background-color: #0B4BA2;
	padding-left: 5px;	
	color: white;
}

/* Menu */
#menu {
	width: 750px;
	margin: 0px auto 0px auto;
}

#menu-table {
	width: 725px;
	height: 0px;
	font-size: 16px;
	text-align: center;
	color: #0B4BA2;	
}

LI.list {list-style: square outside; color:#A6CE39}

/* Conference */

.conference {
	padding-left: 50px;	
	font-size: 10px;
}

/* Footer */

#footer {
	width: 750px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
}
