body
{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: normal;
	background-color: #eee;
	text-align: center;
}

h1
{
	font-size: 11pt;
	font-weight: bold;
}

img
{
	border: 0;
}

#container
{
	margin: 1em auto;
	width: 700px;
	text-align: left;
}

#header 
{
	width: 700px; 
	height: 130px;
}

#content
{
	background-color: white;
	width: 700px;
}

#content a
{
	color: #036;
	text-decoration: none;
	border-bottom: 1px dotted black;
}

.image
{
	padding: 5px;
	color: #3d3d3d;
	text-align: center;
}

.pdfIcon
{
	padding: 5px;
	float: right;
	width: 60px;
}

#language
{
	padding: 3px;
	font-size: 8pt;
	float: right;
	background-color: #ddd;
}

#title
{
	height: 30px;
	padding: 5px;
	font-size: 18pt;
	font-weight: bold;
	border-bottom: 2px dotted #ddd;
	clear: both;
}

.spacer
{
	width: 700px;
	height: 1000px;
}

.columnLeft
{
	text-align: justify;
	width: 340px;
	padding: 5px;
	float: left;
	clear: left;
}

.columnRight
{
	text-align: justify;
	width: 340px;
	padding: 5px;
	float: left;
}

.columnWide
{
	width: 690px;
	padding: 5px;
	clear: left;
}

.pictureDescription
{
	height: 130px;
	width: 250px;
	margin-left: 80px;
	font-size: 10pt;
	color: white;
	background-color: #7f7f7f;
	text-align: right;
	padding: 5px;
	border-bottom: 1px solid white;
}

#footer
{
	width: 700px;
	height: 37px;
	padding-top: 3px;
	background-image: url(../LayoutImages/gradient-bottom.png);
	background-repeat: repeat-x;
	text-align: center;
	clear: both;
	border-top: 2px dotted #ddd;
}

#menu
{
	height: 35px;
}

#menu ul
{
	width: 700px;
	height: 35px;
	margin: 0;
	padding: 0;
	background-color: #036;
	color: white;
	clear: both;
}

#menu ul li 
{ 
	display: inline;
}

#menu ul li a
{
	padding: 5px 10px;
	height: 25px;
	background-color: #036;
	color: #ddd;
	text-decoration: none;
	float: left;
}

#menu ul li a:hover
{
	background-color: #369;
}

#menu ul li a#current
{
	background-color: #369;
}

#sampleDatabaseImage
{
	width: 300px;
	text-align: center;
	color: white;
	font-weight: bold;
}

#sampleDatabaseImage #ubirisImage
{
	height: 200px;
	background-image: url(../DatabaseImages/ubiris1.jpg);
}

#sampleDatabaseImage #ubirisImage:hover
{
	background-image: url(../DatabaseImages/ubiris2.jpg);
}

#sampleDatabaseImage #isepImage
{
	height: 200px;
	background-image: url(../DatabaseImages/isep1.jpg);
}

#sampleDatabaseImage #isepImage:hover
{
	background-image: url(../DatabaseImages/isep2.jpg);
}


#sampleDatabaseImage #mswiaImage
{
	height: 200px;
	background-image: url(../DatabaseImages/mswia1.jpg);
}

#sampleDatabaseImage #mswiaImage:hover
{
	background-image: url(../DatabaseImages/mswia2.jpg);
}
