html,body,div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border-style:groove;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


.middle{border:5px solid red;}

:focus {	outline: 0;}

body {
    border-style:groove;
	border-width:0px;
	line-height: 1;
	color: #336;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background:#EBEBEB;
	position:absolute;
	top: 0px;
    left: 50%;
    margin-left: -447px;
}


/****************/
/*  topwrapper  */
/****************/
#topwrapper {
	width:894px;
	margin: 0px;
	float:left;
	/*margin-left: 100px;*/
	padding: 0;
	text-align: left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}
#topbar{
	background: url(../images/top_bar.gif) no-repeat top;
	height:5px;
	width:894px;
	margin:0 auto;
}
#header {
	background: #FFF url(../images/logo_1.jpg) no-repeat;
	height: 110px;
	width: 894px;
	padding: 0;
}
#banner {
	background: #FFF url(../images/banner.jpg) no-repeat;
	height: 130px;
	width: 894px;
	padding: 0;
}
#flashbanner {
	height: 132px;
	width: 894px;	
}


/****************/
/*  container  */
/****************/
#container {
	width: 894px;
	min-height:750px /*Non-IE6*/;  height:auto;
	float:left;
	/*margin-left: 100px;*/
	text-align: left;
	background: #FFF;
	margin-top:0px; margin-bottom:10px; 
	border-left:solid 1px rgb(150,150,150);border-right:solid 1px rgb(150,150,150);
	font-size:1.0em;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
	/*display:block;*/ 
}

/****************/
/*   sidebar1   */
/****************/
#sidebar1 {
	width: 208px;
	float: left;
	display:inline /*Fix IE floating margin bug*/; float:left;
	border-bottom:solid 1px rgb(150,150,150);border-right:solid 1px rgb(150,150,150);
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}
#sidebar1 h3{
	background:rgb(6,79,168);
	height:1.6em;
	padding-top: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 15px;
	color:#FFF;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
}
#sidebar1 p{
	background:rgb(6,79,168);
	height:3.2em;
	padding-top: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 15px;
	color:#FFF;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
}

/* conference*/
#conference { 
	background:#00FF00;
}
#conference .mainlist{
	background:rgb(171,207,252);
	font-size:0.9em;
	font-weight:bold;
}
#conference .mainlist a{
	border-right: 1px solid #CCC;
	color: #3662B1;
	text-decoration:none;
	display:block;
	padding:0.5em 0 0.5em 15px;
	font: bold 80% Verdana, Arial, Helvetica, sans-serif;
}
#conference .mainlist li{
	font:100% "Trebuchet MS", Verdana, Arial, sans-serif;
	border-bottom: 1px solid rgb(199,223,254);
}
#conference a:hover,#conference a:focus {
	background:rgb(216,233,254);
	text-decoration:none;
}
#conference a#selected{
	background:#FFF;
	text-decoration:none;
	border:none;
}
#conference .sublist li{
	border:none;
}
#conference .sublist a{
	border:none;
	padding-left:30px;
	font-weight:normal;
	font-size:0.8em;
}
#conference .sublist a#selected{
	background:#FFF;
	text-decoration:none;
	border:none;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

/* newsletter*/
#newsletter{
	background:rgb(171,207,252);
}
#newsletter h3{
	padding-top: 0.5em;
	padding-bottom: 0.1em;
	height:1.6em;
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
}
#newsletter legend{	
	font: bold 0.7em Verdana, Arial, Helvetica, sans-serif;
}
#newsletter label{
	color:rgb(5,58,124)
	font: bold 0.5em Verdana, Arial, Helvetica, sans-serif;
}

/* loginbar*/
/*
#loginbar {
	background:#00FF00;
	width:894px;
	height: 30px;
	margin-top: 10px;
	text-align:right;
}
#loginbar .welcomelist{
	background:rgb(171,207,252);
	font-size:0.9em;
	font-weight:bold;
}
#loginbar .welcomelist a{
	border-right: 1px solid #CCC;
	color: #3662B1;
	text-decoration:none;
	display:block;
	padding:0.5em 0 0.5em 15px;
	font: bold 80% Verdana, Arial, Helvetica, sans-serif;
}
#loginbar .welcomelist li{
	font:100% "Trebuchet MS", Verdana, Arial, sans-serif;
	border-bottom: 1px solid rgb(199,223,254);
}
#loginbar a:hover,#loginbar a:focus {
	background:rgb(216,233,254);
	text-decoration:none;
}
#loginbar a#selected{
	background:#FFF;
	text-decoration:none;
	border:none;
}
#loginbar ul li{
	display:inline;
}
#loginbar a {
	float:right;
	text-decoration:none;
	margin-right:1em;
	margin-top:0.5em;
	color:#1C9DC7;
	font-size:0.9em;	
}
#loginbar a:hover, #loginbar a:focus {
	text-decoration:underline;
}*/

/*****************/
/*  mainContent  */
/*****************/
#mainContent {
	margin: 30px 30px 20px 30px;
	width: 589px;
	background: #FFF;
	float:left;
	position: relative;
	
} 
#mainContent h1 {	
	font: bold 95% verdana, Arial, Helvetica, sans-serif;
	color: rgb(18,143,218);
	border-bottom: 1px dotted rgb(10,128,167);
}
#mainContent h2 {	
	font:bold 90% "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	color:rgb(18,143,218);
	margin:15px 0 15px 0;
	text-decoration: underline;
}
#mainContent h3 {
	font:bold 80% "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	color:rgb(18,143,218);
	margin:25px 0 15px 0;
}
#mainContent h5 {	
	font:bold 80% "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	color:rgb(18,143,218);
	margin:0px 0 0px 0;
}
#mainContent p {
	text-align: justify;
}
#mainContent p, #mainContent ol, #mainContent ul, #mainContent dl, #mainContent blockquote {
	
	margin:9px 0;
	font:80% "Trebuchet MS", Verdana, Arial, sans-serif;
}
#mainContent ol, #mainContent ul {
	margin-left:40px;
}
#mainContent a, #mainContent a:link, #mainContent a:visited {
	color:rgb(18,143,218);
	text-decoration:none;
	/*color: #8EA527;	border-bottom:1px dotted #89f;*/
}
#mainContent a:hover {
	color:rgb(18,143,218);
	text-decoration:none;
	border-bottom:1px dotted #569;
}
#mainContent ul li {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #0D1851;
	background: url(../images/jiantou1.gif) no-repeat left center;
	padding-left: 10px;
}
#mainContent ol li {
	list-style: decimal;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #0D1851;
}


/************/
/*  footer  */
/***********/
#footer {	
	width: 48.125em;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	padding-top: 20px;
	padding-left: 200px;
	float: left;
	text-align: left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
} 
#footer span {
	font-size: 0.7em;
	color: #999;
}

/*************/
/*  Others  */
/*************/
#jsPlease { margin-top:10px; padding-left:10px; background: #FFBFBF; border: 1px solid #F66; margin-left:38px; margin-right:40px; }
#errorMsg { margin-top:10px; padding-left:10px; background: #F06A74; border: 1px solid #F66; margin-left:38px; margin-right:40px; }
#errorMsg ul li { background:none; margin-left:0; padding-left:0; list-style:circle; color:#FFF; }
#pattern-style-a{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 15px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('css/table-images/pattern.png');
}
#pattern-style-a thead tr{
	background: url('css/table-images/pattern-head.png');
}
#pattern-style-a th{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #039;
}
#pattern-style-a td{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#pattern-style-a tbody tr:hover t{
	color: #339;
	background: #fff;
}
th{
	text-align: center;    
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
/******************/
/*  CLEAR FLOATS  */
/******************/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

