@charset "utf-8";
/* CSS Document */

body 
{
	background:#3f3f3f url('../images/back_grad.png') repeat-x 0px 0px;
	font-family: arial, 'sans serif';
	font-size: 12px;
}

h2
{
	color: #333366;
}

h3
{
	color: #333366;
}

h4
{
	color: #333366;
}

a
{
	color: #333366;
}

a:hover
{
	color: #336699;
}

.previous
{
	margin-left: 20px;
	list-style-type: none;
}

.img_button
{
	float: right;
	border: none;
}

.img_right
{
	float: right;
	border: none;
	padding: 10px 0px 10px 20px;
}

.img_left
{
	float: left;
	padding: 10px 10px 10px 0px;
}

.p_right
{
	text-align: right;
}

.p_short
{
	width: 75%;
}

.p_bottom
{
	position: relative;
	vertical-align: bottom;
}

#container
{
	width: 1000px;
	margin: 0px auto;
}

* html #container
{
	width: 1000px;
}

#access
{
	width: 100%;
	background-color: inherit;
	height: 15px;
}

#access a
{
	float:right;
	font-size: 10px;
	color: #ffffff;
}

#header
{
	height: 80px;
	width: 100%;
	background:#59658b url('../images/header_grad.png') repeat-x 0px 0px ;
}

#header p
{
	float: left;
	margin: 28px 28px 0px 20px;
	font-size: 24px;
	color: #FFFFFF;
}

#header img
{
	float: right;
	border: none;
}

#banner
{
	height: 80px;
	background: #59658b url('../images/banner_l.jpg');
	border-bottom:5px solid #59658b;
}

#top_navbar
{
	margin-top: 0px;
	background-color: #59658b;
	color: #FFFFFF;
	width: 100%;
	height: 5px;
	margin-right: auto;
	margin-left: auto;
}

#top_navbar ul
{
	margin: 0;
	padding-left: 20px;
	list-style: none;
}

#top_navbar ul li
{
	display: inline;
	z-index: 1;
	position:relative;
	bottom: 20px;
	line-height: 200%;
}

#top_navbar ul li a
{
	padding: 4px 20px;
	background-color: #59658b;
	color: #FFFFFF;
	text-decoration: none;
	border: 0px solid #fff;
	-moz-border-radius-topright: 2em;
	-moz-border-radius-topleft: 2em;
}

#top_navbar ul li a:hover
{
	background: #333366 url('../images/header_grad.png') repeat-x 0px 0px;
}


#main
{
 	overflow:auto;
	width: 100%;
	margin: 0px;
	background-color: #FFFFFF;
}


.left_navbar
{
	float: left;
	margin: 20px 20px 0px 20px;
	padding-bottom: 0px;
	border: solid 1px #333366;
}

.left_navbar p
{
	color: #333366;
	padding: 5px 10px 5px 10px;
}

.left_navbar ul
{
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}

.left_navbar li
{
	color: #333366;
	background-color: #FFFFFF;
	border-top: 1px solid #333366;
}

.left_navbar li#last
{
	border-bottom: 0px solid #333366;
}

.left_navbar ul li ul li:hover
{
	background-color: #369;
	color: #FFFFFF;
}

.left_navbar li a
{
	display: block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;}

.left_navbar ul li ul li:hover a
{	color:#ffffff;}


#content
{
	float: left;
	min-height: 400px;
	width: 750px;
	margin: 10px 0px 0px 10px;
	padding: 0px 20px 20px 0px;
	text-align: justify;
	border-right: 0px solid #333366;
}

#content.box
{
	width: 750px;
	border: solid 1px #333366;
	margin: 10px 0px 20px 10px;
	padding: 0px 0px 0px 0px;
	height: 408px;
}

#content.H1N1
{	border-right: 0px solid #333366;}

#content ul
{
	list-style-position: inside;
	padding-left: 10px;
	margin-left: 10px;
}

.right_sidebar
{
	float: right;
	margin: 10px 0px 10px 0px;
	padding: 10px 20px;
	width: 178px;
	border-left: 1px solid #333366;
}

.right_sidebar ol
{
	padding-left: 10px;
	margin: 10px 0px 0px 10px;
}

.right_sidebar ul
{	padding-left: 10px;
	margin: 0px 0px 0px 5px;
}

#news_sidebar ul
{	padding-left: 10px;
	margin: 0px 0px 0px 5px;
	list-style-type: none;}

#conference_list
{
	padding-top: 0px;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
}

#conference_list li
{
	display: inline;
	margin-left: auto;
	margin-right: auto;
	color: #333366;
	padding: 5px 10px 5px 10px;
	background-color: #FFFFFF;
	border: 1px solid #333366;
}

#conference_list li:hover
{
	background-color: #369;
	color: #ffffff;
}

#conference_list li:hover a
{	color:#ffffff;}

#search_form
{ 
}
#search_form input, search_form select
{
}

#footer
{
	clear: both;
	height: 80px;
	width: 100%;
	padding-bottom: 1%;
	padding-top: 1%;
	margin-top: 10px;
	background:#333366 url('../images/footer_grad.jpg') repeat-x 0px 0px;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	bottom: 0;
}

#footer a
{
	color: #FFFFFF;
}

