html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	min-width:900px;
	line-height: 18px;
	z-index: 90;
	/*background-image: url(../new/images/beige_bkg_dkr.jpg);*/
	/*background-image: url(../new/images/beige_bkg_sa.jpg);
	background-repeat: repeat;*/
	background-color:#FDF5E6;

}
.sidebar_blue a:link {
	color:#39556f;
	text-decoration:none; 
	}
.sidebar_blue a:visited {
	color:#39556f;
	text-decoration:none;
	}
.sidebar_blue a:hover {
	color: #990b01;
	text-decoration:underline;
	}
.red_header {
	font-weight: bold;
	font-size: 13px;
		color: #990b01;
}
.red_header a:link {
	color:#990b01;
	text-decoration:none; 
	}
.red_header a:visited {
	color:#990b01;
	text-decoration:none;
	}
.red_header a:hover {
	/*color: #476B8D;*/
	color: #5a659b;
	text-decoration:underline;
	}
.sidebar_white a:link {
	color:#ffffff;
	text-decoration:none; 
	}
.sidebar_white a:visited {
	color:#ffffff;
	text-decoration:none;
	}
.sidebar_white a:hover {
	color: #990b01;
	text-decoration:underline;
	}
.main_text {
	padding: 5px 14px;
	color: #000000;
	font-size:13px;
	font-weight: normal;
}
.sidebar_blue {
	font-size: 14px; 
	font-weight: bold; 
	color: #39556f; 
	text-decoration: none; 
	}
.sidebar_white {	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.table_border {	
	border: 3px solid #990B01;
}
h1 {
	font-size: 18px;
	/*color: #476B8D;*/
	color: #5a659b;
}
h2 {
	font-size: 16px;
	font-weight:bold;
	color: #990b01;
}

h3 {
	font-size: 16px;
	/*color: #476B8D;*/
	color: #5a659b;
}
.blue_title {
	font-size: 16px;
	/*color: #476B8D;*/
	color: #5a659b;
	font-weight: bold;
	}
h6 {
	font-size: 12px;
	color: #990B01;
}
.copyright {
	font-size: 10px;
	line-height: 12px;
}
.boxed_red {
	border: 2px solid #820300;
}
.box_black {
	border: 1px solid #000000;
}
.bold_head {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.nav_links {
	padding: 0;
	margin: 0;
	font-size:12px;
	display:block;
	font-weight:bold;
	color:#ffffff /* remove when links in place */
 }

#all {
	position: relative;
	text-align:left;
	width:900px;
	margin: 15px auto;
	visibility: visible;
	z-index: 100;
}
#header {
	position:relative;
	width: 900px;
	float: right;
	z-index: 50;
}
#maincontainer {
	position:relative;
	/*width: 900px;*/
	float: left;
	z-index:20;
	/*border:solid 3px #666666;*/
	border:solid 3px #990b01;
	background-image: url(images/beige_bkg_nov07.jpg);
	background-repeat: repeat;

}
#twocolumn {
	position:relative;
	float: right;
	width: 100%;
	right: 0px;
	top: 0;
	z-index: 75;
	/*background:url(images/red_bkg.gif) repeat-y;*/
	background:url(images/red_bkg_nov07.gif) repeat-y;

}
#main {
	position:relative;
	float: right;
	width: 655px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:15px;
	margin-bottom:100px;
	top: 0;
}
#search {
	position:relative;
	margin:0 10px;
	float:right;
	top:10px;
	} 

#breadcrumbs {
	position:relative;
	margin: 0;
	font-size:10px;
	color:#990b01;
	float:left;
	font-weight:250;
	top:10px;
	}
#text {
	float:left;
	position:relative;
	width:100%;
	top:15px;
	}
#events {
	width: 320px;
	float: right;
	padding:5px;
	margin-left:10px;
	margin-bottom:20px;
}
#sidebar {
	position:relative;
	width: 170px;;
	float: left;
	padding: 5px;
	line-height: 25px;
	top:0;
	bottom:0;
}

#sideblue {
	float: left;
	margin:auto;
	padding: 5px;
	line-height: 25px;
	top: 197px;
}
 #nav {
	width: 170px;
	float: left;
	line-height: 25px;
	background-color:#990b01;
}


#footer {
	float:right;
	position:absolute;
	width:720px;
	margin: 10px auto;
	left:180px;
	bottom:0;
	}

.nav_links a {
color:#ffffff;
text-decoration:none;
}
.list {
	padding: 5px;
}
.small_white {
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}
#all #maincontainer #twocolumn #main #text a {
	font-weight: bold;
	color: #990b01;
	text-decoration: underline;
}
#all #maincontainer #twocolumn #main #text a:visited {
	font-weight: bold;
	color:#990b01;
	text-decoration: underline;
}
#all #maincontainer #twocolumn #main #text a:hover {
	font-weight: bold;
	color:#990b01;
	text-decoration: underline;
}
#breadcrumbs a:link {
	color:#990b01;
	}
#breadcrumbs a:hover {
	color:#990b01;
	}
#breadcrumbs a:visited {
	color:#990b01;
	}
.small_white a:link {
	color:#ffffff;
	text-decoration:underline; 
	}
.small_white a:visited {
	color:#ffffff;
	text-decoration:underline;
	}
.small_white a:hover {
	/*color: #476B8D;*/
	color: #5a659b;
	text-decoration:underline;
	}
.style5 {color: #990B01}
.style6 {font-size: 12px}
#all #maincontainer #twocolumn #main #text #events a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
#all #maincontainer #twocolumn #main #text #events  a:visited {
	font-weight: bold;
	color:#ffffff;
	text-decoration: underline;
}
#all #maincontainer #twocolumn #main #text #events a:hover {
	font-weight: bold;
	color:#990b01;
	text-decoration: underline;
}
#Book {
	clear:both;
}
.ezmap {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #7A7A7A;
font-weight: normal;
}

.ezmap_details {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #666666;
}

.ezmap_gen {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #666666;
}
.Chinanet_img {
	padding: 0px;
	float: left;
	border: medium double #aaa;
	margin: 5px;
}
