/*--Main--*/
body {
	margin: 0px; 
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 11px;
	color: #666666; 
	background-color: #FFFFFF; 
	text-align: center;
}
	
#maincontainer {
	text-align: left;
	background-color: #FFFFFF; 
	margin-left: auto; 
	margin-right: auto; 
	width: 780px;
}

.font_blue {
	color: #0072c6;
	font-size: 18px;
}

/*--Top--*/
.top {
	height: 242px;
	border-bottom: 17px solid #0072c6; 
}

.top_inner {
	height: 242px;
	margin-left: auto; 
	margin-right: auto; 
	width: 780px;
	text-align: left;
}

.top_left {
	float: left;
	width: 400px;
	padding-top: 65px;
}

.top_right {
	float: right;
	width: 300px;
	text-align: right;
	padding-top: 30px;
	color: #666666;
}

.top_right a:link, .top_right a:visited, .top_right a:active {
	color: #666666; 
	text-decoration: none; 
	font-weight: normal;
}

.top_right a:hover {
	color: #000000; 
	text-decoration: underline; 
	font-weight: normal;
}

.top_register {
	margin-top: 36px;
}

/*--Navigation--*/
#navigation {
	width: 180px;
	float: left;
	padding: 25px 0px 25px 0px;
	margin-right: 20px;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	display: block;
	color: 	#0072c6;
	font-size: 20px;
	font-family: "Arial Black", Impact, Arial, sans-serif;
	line-height: 23px;
	margin-bottom: 5px;
	padding: 6px 8px 6px 8px;
}

#navigation a:hover {
	background-color: #0072c6;
	color: #FFFFFF;
	text-decoration: none;
}
/*--
a.home:link, a.home:visited, a.home:active {
	background-image: url(../images/button_home.gif);	
	width: 93px;
}

a.home:hover {
	background-position: -93px 0px;
}

a.about:link, a.about:visited, a.about:active {
	background-image: url(../images/button_about.gif);	
	width: 155px;
}

a.about:hover {
	background-position: -155px 0px;
}

a.agenda:link, a.agenda:visited, a.agenda:active {
	background-image: url(../images/button_agenda.gif);	
	width: 167px;
}

a.agenda:hover {
	background-position: -167px 0px;
}

a.register:link, a.register:visited, a.register:active {
	background-image: url(../images/button_register.gif);	
	width: 130px;
}

a.register:hover {
	background-position: -130px 0px;
}

a.news:link, a.news:visited, a.news:active {
	background-image: url(../images/button_news.gif);	
	width: 91px;
}

a.news:hover {
	background-position: -91px 0px;
}

a.contact:link, a.contact:visited, a.contact:active {
	background-image: url(../images/button_contact.gif);	
	width: 161px;
}

a.contact:hover {
	background-position: -161px 0px;
}

a.find:link, a.find:visited, a.find:active {
	background-image: url(../images/button_conference.gif);	
	width: 164px;
}

a.find:hover {
	background-position: -164px 0px;
}

a.links:link, a.links:visited, a.links:active {
	background-image: url(../images/button_links.gif);	
	width: 91px;
}

a.links:hover {
	background-position: -91px 0px;
}

a.assets:link, a.assets:visited, a.assets:active {
	background-image: url(../images/button_useful.gif);
	width: 174px;
}

a.assets:hover {
	background-position: -174px 0px;
}

a.feedback:link, a.feedback:visited, a.feedback:active {
	background-image: url(../images/button_feedback.gif);
	width: 150px;
}

a.feedback:hover {
	background-position: -150px 0px;
}
--*/

#content {
	line-height: 16px;
	width: 570px;
	float: right;
	padding: 35px 0px 25px 0px;
}

.image {
	border: 2px solid #0072c6; 
	float: left; 
	margin: 3px 8px 8px 0px;
}

.image_main {
	border: 2px solid #0072c6; 
	float: left; 
	margin: 12px 12px 12px 0px;
}

p {
	margin: 0px; 
	padding: 8px 0px 8px 0px;
}

p.skip {
	position: absolute; 
	left: -9999px; 
	width: 0px; 
	overflow: hidden;
}


/*--Footer--*/
.footer_inner {
	margin-left: auto; 
	margin-right: auto; 
	width: 780px;
	text-align: left;
	height: 130px;
}

.footer {
	height: 130px;
	color: #333333; 
	font-size: 11px;
	border-top: 17px solid #0072c6;
	clear: both;
}

.footer p {
	margin: 0px; 
	padding: 3px 0px 3px 0px;
}

.footer_left {
	float: left;
	padding-top: 30px;
	width: 427px;
}

.footer_right {
	float: right;
	width: 236px;
	padding-top: 30px;
}

/*--Horizontal Rule--*/
hr {
	border: 0px; 
	border-bottom: 1px; 
	color: #CCCCCC; 
	border-bottom-style: solid; 
	height: 0px; 
	clear: left; 
	margin: 0px 0px 10px 0px!important; 
	margin: 0px 0px 0px 0px; 
	padding: 10px 0px 0px 0px!important; 
	padding: 0px 0px 0px 0px;
}

#feedback form hr {
	border: 0px; 
	border-bottom: 1px; 
	color: #FFFFFF; 
	border-bottom-style: solid; 
	height: 0px; 
	clear: left; 
	margin: 0px 0px 10px 0px!important; 
	margin: 0px 0px 0px 0px; 
	padding: 10px 0px 0px 0px!important; 
	padding: 0px 0px 0px 0px;
}


/*--Forms--*/
#register_form {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}

#register_form form {
	margin: -38px 0px 0px 0px;
	padding: 0px;
	width: 511px!important;
	width: 561px;
	padding: 0px 25px 10px 25px;
	background-image: url(../images/register_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #0072c6;
}

#register_form form p label {
	float: left; 
	width: 130px;
}

#register_form form input {
	font-size: 12px; 
	color: #000000; 	 
	border: 1px solid #3096e2; 
	width: 360px!important;
	width: 376px;
	background-image: url(../images/register_field_bg.gif);
	background-repeat: repeat-x;
	height: 17px!important;
	height: 29px;
	padding: 6px;
	font-family: Arial, Tahoma, sans-serif; 
}

#register_form form input.small {
	width: 124px!important;
	width: 138px;
	font-family: Arial, Tahoma, sans-serif; 
}

#register_form form input.submit {
	width: 60px; 
	float: right; 
	background-image: url(../images/register_submit.jpg);
	width: 128px!important;
	width: 128px;
	height: 44px!important;
	height: 44px;
	background-repeat: no-repeat;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}

#feedback {
	color: #FFFFFF;
	font-weight: bold;
}

.large {
	font-size: 14px;
}

#feedback div {
	float: left;
	width: 120px;
	display: inline;
	text-align: center;
	padding-bottom: 15px;
}


#feedback form {
	width: 511px!important;
	width: 561px;
	padding: 20px 25px 10px 25px;
	background-image: url(../images/register_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #0072c6; 
	margin: 20px 0px 0px 0px;
}

#feedback form p {
	margin: 16px 0px 4px 0px; 
	padding: 0px;
	clear: left;
}

#feedback form label {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: none;
	width: auto;
}

#feedback form input {
	font-size: 12px; 
	color: #000000; 	 
	border: 1px solid #3096e2; 
	width: 20px!important;
	width: 26px;
	background-image: url(../images/register_field_bg.gif);
	background-repeat: repeat-x;
	height: 17px!important;
	height: 29px;
	padding: 6px;
	font-family: Arial, Tahoma, sans-serif; 
}

#feedback form textarea {
	font-size: 12px; 
	color: #000000; 	 
	border: 1px solid #3096e2; 
	width: 470px!important;
	width: 486px;
	background-image: url(../images/register_field_bg.gif);
	background-repeat: repeat-x;
	height: 87px!important;
	height: 99px;
	padding: 6px;
	font-family: Arial, Tahoma, sans-serif; 
}

#feedback form fieldset {
	border: 1px solid #FFFFFF; 
	padding: 10px; 
	position: relative; 
	margin-bottom: 10px;
}

#feedback form legend {
	padding: 2px 3px 0px 3px; 
	font-size: 18px;
	font-weight: bold;
	background-color: #0072c6;
	border: 0px;
}

#feedback form input.checkbox {
	color: #000000; 
	background-color: #FFFFFF; 
	border: 0px; width: 14px;
}

#feedback form input.radio {
	color: #000000; 
	background-color: transparent;
	background-image: none; 
	border: 0px; 
	width: 14px!important;
	width: 14px;
}

#feedback form input.submit {
	width: 60px; 
	float: right; 
	background-image: url(../images/register_submit.jpg);
	width: 128px!important;
	width: 128px;
	height: 44px!important;
	height: 44px;
	background-repeat: no-repeat;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}





form {
	width: 511px!important;
	width: 561px;
	padding: 25px 25px 10px 25px;
	background-image: url(../images/register_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #0072c6; 
	margin: 20px 0px 0px 0px;
}

form p {
	margin: 8px 0px 8px 0px; 
	padding: 0px;
}

form p label {
	float: left; 
	width: 130px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

form input {
	font-size: 12px; 
	color: #000000; 	 
	border: 1px solid #3096e2; 
	width: 360px!important;
	width: 376px;
	background-image: url(../images/register_field_bg.gif);
	background-repeat: repeat-x;
	height: 17px!important;
	height: 29px;
	padding: 6px;
	font-family: Arial, Tahoma, sans-serif; 
}

form textarea {
	font-size: 12px; 
	color: #000000; 	 
	border: 1px solid #3096e2; 
	width: 360px!important;
	width: 376px;
	background-image: url(../images/register_field_bg.gif);
	background-repeat: repeat-x;
	height: 117px!important;
	height: 129px;
	padding: 6px;
	font-family: Arial, Tahoma, sans-serif; 
}

form select {
	background-color: #FFFFFF; 
	border: 1px solid #000000; 
	font-size: 10px;
}

form fieldset {
	border: 1px solid #CCCCCC; 
	padding: 10px; 
	position: relative; 
	margin-bottom: 10px;
}

form legend {
	padding: 2px 3px 2px 3px; 
	border: 1px solid #CCCCCC; 
	background-color: #EEEEEE;
}

form input.checkbox {
	color: #000000; 
	background-color: #FFFFFF; 
	border: 0px; width: 14px;
}

form input.radio {
	color: #000000; 
	background-color: #FFFFFF; 
	border: 0px; 
	width: 14px;
}

form input.submit {
	width: 60px; 
	float: right; 
	background-image: url(../images/register_submit.jpg);
	width: 128px!important;
	width: 128px;
	height: 44px!important;
	height: 44px;
	background-repeat: no-repeat;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}

/*--News Layout--*/
.news_title {
	font-weight: bold; 
	background-color: #E5E5E5; 
	padding: 3px 5px 3px 5px; 
	margin-bottom: 4px;
}

#news {
	margin-right: 150px; 
	height: 1%;
}

#news_nav {
	float: right; 
	text-align: left; 
	border-left: 1px solid #E5E5E5; 
	font-size: 10px; 
	width: 125px; 
	margin-top: 10px;
}

#news_nav ul {
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}

#news_nav ul li {
	padding: 0px 0px 0px 5px;
}

#news_nav li a:link, #news_nav li a:visited {
	margin: 0px; 
	text-decoration: none; 
	line-height: 16px; 
	font-weight: normal;
}

#news_nav li a:hover {
	color: #999999;
}

#news_nav ul ul li {
	padding-left: 15px;
}

.pagecount {
	text-align: right; 
	margin: 0px; 
	padding: 10px 0px 0px 0px;
}

.category {
	padding-top: 15px; 
	font-size: 10px;
}

/*--Tables--*/
table, tr, td {
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 11px;
	color: #333333;
}

table {
	border-collapse: collapse; 
	margin: 10px 0px 10px 0px;
}

td {
	text-align: left; 
	padding: 5px; 
	border: 1px solid #0072c6;
}

th {
	font-weight: bold; 
	text-align: left; 
	padding: 10px 5px 10px 5px; 
	border: 1px solid #0072c6;
	background-color: #0072c6;
	color: #FFFFFF;
	font-size: 14px;
}

.highlight {
	background-color: #dcebf7;
}

/*--Home--*/
.home_left {
	float: left;
	width: 280px;
	
}

.home_right {
	float: right;
	width: 236px;
}

.home_right img {
	border: 3px solid #0072c6;
}

a.all:link, a.all:visited, a.all:active {
	color: #0072c6; 
	text-decoration: none; 
	font-weight: bold;
	background-image: url(../images/arrows.gif);
	background-position: right;
	padding: 0px 20px 0px 0px;
	background-repeat: no-repeat;
}

a.all:hover {
	color: #000000; 
	text-decoration: underline; 
	font-weight: bold;
}

/*--Find--*/
.find_left {
	float: left;
	width: 136px;
}

.find_right {
	float: right;
	width: 425px;
	text-align: right;
	padding-top: 12px;
}


/*--Assets--*/
a[href $='.pdf']:link, a[href $='.pdf']:visited, a[href $='.pdf']:hover, a[href $='.pdf']:active {background-image: url(../images/download_icon_pdf.gif); background-repeat: no-repeat; padding: 1px 0px 1px 18px;}

a[href $='.doc']:link, a[href $='.doc']:visited, a[href $='.doc']:hover, a[href $='.doc']:active {background-image: url(../images/download_icon_plain.gif); background-repeat: no-repeat; padding: 1px 0px 1px 18px;}
