body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background:url(../grfx/background.jpg) repeat-x #fff;
	text-align: center;

}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: -8px;
}

*:first-child+html #container {
	margin-top: -15px;
}

*html #container {
	margin-top: -15px;
}

#header {
	width: 800px;
	height: 265px;
	background:url(../grfx/new_header.jpg);
}

#content_wrapper {

	background:url(../grfx/content_bg.jpg) repeat-x #fff;
	border-left: 5px solid #02afc6;
	border-right: 5px solid #196ca7;
	margin-top: -10px;
	text-align: justify;
	padding: 30px 0 30px ;
	float: left;
	width: 790px;
}

*html #content_wrapper {
	width: 800px;
}

#left_panel {
	float: left;
	margin-left: 40px;
	width: 200px;
}

*html #left_panel {
	margin-left: 15px;
}

#content {
	float: right;
	width: 460px;
	margin-right: 40px;
}

*html #content {
	margin-right:15px;
}



#abstract_template {
	text-align: center;
	border: 1px solid #284093;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: #aae3df;
	
}

#abstract_template a {
	color: #004552;
	text-decoration: none;
}

#abstract_template a:active {
	color: #004552;
	text-decoration: none;
}

#abstract_template a:hover {
	color: #004552;
	text-decoration: underline;
}

.register_table  {
	border-collapse: collapse;
	text-align: center;
	width: 470px;
}

	.blue_bg {
		background-color: #1c63a3 !important;
		color: #fff;
	}

.register_table td {
	vertical-align: top;
	border: 1px solid #000;
	padding: 8px;
	
	background-color: #e5f1f4;
}

#footer {
	clear: both;
	background:url(../grfx/footer.jpg) no-repeat #fff;
	width: 800px;
	height: 75px;
	padding-top: 25px;
	color: #fff;
}



#footer .ftsml a {
	color: #fff;
	text-decoration: none;
	
}

#footer .ftsml a:active {
		color: #fff;
	text-decoration: none;
}

#footer .ftsml a:hover {

	color: #001347;
	
}


#footer .ftcopy a {
	color: #fff;
	text-decoration: none;
	
}

#footer .ftcopy a:active {
		color: #fff;
	text-decoration: none;
}

#footer .ftcopy a:hover {

	color: #001347;
	
}

#footer .ftcopy2 {
	font-size: 10px;
}

