body
{
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 10pt;
}

div#container
{

}

img { border: 0; }
a	{ text-decoration: none; }

/*------------------- Header -------------------*/
div#header
{
	position: relative;
	background-color: #228;
	text-align: center;
	color: #eee;
}

div#header h1
{
	font-size: 2.0em;
	padding: 10px 0;
	margin: 0;
}

div#header h2
{
	font-size: 1.25em;
	padding: 5px 0;
	margin: 0;
}

div#ifr_image
{
	margin: 5px;
	position: absolute;	
	right: 0;
	padding: 1px 0;
}

div#logo
{
	margin: 22px 12px;
	position: absolute;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #9090c3;
}

/*------------------- Footer--------------*/

div#footer
{
	margin: 5px 0 0 180px;
	font-size: 0.8em;
	text-align: center;
}

/*------------------- Menu -------------------*/
div#tabs
{
	margin: 10px;
	width: 160px;
	position: absolute;
	
	left: 0;
}

ul#menu, ul#sponsors
{
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #222;
}

ul#menu li
{
	color: #eee;
	background-color: #ccc;
}

ul#menu li#select
{
	background-color: #228;
}

ul#menu a
{
	display: block;
	padding: 2px 10px;
	font-weight: bold;
	color: #000;
}

ul#menu li#select a, ul#menu a:hover
{
	color: #fff;
}

ul#menu li:hover
{
	background-color: #444;
}

ul#sponsors
{
	margin-top: 20px;
}

ul#sponsors li
{
	padding: 2px 10px;
	text-align: center;
}

ul#sponsors li.title
{
	font-weight: bold;
	background-color: #000;
	color: #eee;
/* 	border-bottom: 1px solid #222; */
}

/*------------------- Content -------------------*/

div#content
{
	clear: both;
	border: 1px solid #222;
	padding: 10px 40px;
	font-size: 1.2em;
	text-align: justify;
	margin: 10px 10px 0 180px;
}

div#content h2
{
	color:#228;
	text-align: center;
	margin: 10px 0 10px 0;
}

div#content p
{
	padding: 0 30px;
}

div#content table
{
	margin: 0 30px 20px 30px;
	border-collapse: collapse;
}

div#content table th
{
	padding: 5px;
	text-align: right;
	vertical-align: top;
	border: 1px solid #ddd;
	background: #ddd;
}

div#content table td
{
	padding: 5px;
	border: 1px solid #ddd;
	text-align: left;
}

div#content ol
{
	list-style-type: decimal;
}

div#content ol ol
{
	list-style-type: lower-alpha;
}

div#content ol ol ol
{
	list-style-type: lower-roman;
}

div#content hr
{
	margin: 0 0 30px 0;
	border: 0;
	background: #fff url("../images/hr.png") no-repeat center center;
	height: 3px;
}

div#content h3
{
	color:#228;
}

ul.pubs
{
}

ul.pubs li
{
	margin: 10px 0;
}

ul.links 
{
}

ul.links li
{
	margin: 6px 0;
}

div.updated
{
	font-style: italic;
	text-align: center;
	font-size: 0.8em;
}

div.image_right
{
	float: right;
	margin: 0 0 0 40px;
	clear: both;
}

div.gallery div
{
	float: left;
	width: 128px;
	margin: 10px;
}

div.gallery div.label
{
	font-size: 0.6em;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 48px;
}


div.clear
{
	clear: both;
}

