html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Helvetica, Arial, Geneva, sans-serif;
 background-color:#a7a9ac; 
 	background-image: url(bgs.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment:fixed;
}
img{border: none;}
#pagewidth{ 
 width:1000px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 background-color:#FFFFFF;

} 
 
#header{
 position:relative;
 height: 30px;
 display:block;
 width:100%;
 font-size: 11px;
 color:#eee;
  background-color:#333;

}
#header a:link, #header a:visited, #header a:active{
	color:#ffffff;
	text-decoration: none;
}
#header a:hover
{
	color: #cccccc;
	text-decoration: underline;
}


#header2{

 position:relative; 
 height: 76px;
 background-color:#000000; 
 width:100%;
  z-index: 2;

}
#showcase{
 position:relative; 
 height: 400px;
 width:100%;
 z-index: 0;
}


 
#leftcol{
background-color:#FFFFFF;
float:left;
margin-top:4px;
position:relative;
width:58%;
 }
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:40%;
 background-color:#FFFFFF;
 }
 
 
 #leftcol_all{
 width:100%; 
 float:left; 
 position:relative;
 background-color:#FFFFFF;
 }
 
 #leftcol_all_exb{
 width:975px; 
 float:left; 
 position:relative;
 background-color:#FFFFFF;
 }
 
#wrapper
{
/*border-top: #FF6600 15px solid;  */
border-top: #111111 10px solid;
}

#wrapper_on
{
/*border-top: #FF6600 15px solid;  */
border-top: #FF6600 5px solid;
background-color: #FFFFFF;
}


#wrapper_info
{
/*border-top: #FF6600 15px solid;  */
border-top: #d21e2a 5px solid;
background-color: #FFFFFF;
}

#wrapper_exb
{
border-top: #ffc71a 5px solid;
background-color: #FFFFFF;
}

#wrapper_edu
{
border-top: #a0dc00 5px solid;
background-color: #FFFFFF;
}

#wrapper_mem
{
border-top: #aa5ad2 5px solid;
background-color: #FFFFFF;
}

#wrapper_sto
{
border-top: #00beff 5px solid;
background-color: #FFFFFF;
}
  
 
#footer{

background-color:#E4E4E4; 
clear:both;

display:block;
color:#333333;
font-size: 11px;
padding: 5px 0px 5px 20px;
text-align:left;
 } 

#footer a:link, #footer a:visited, #footer a:active{
	color:#494A63;
	text-decoration: none;

}
#footer a:hover
{
	color: #FF9D00;
	text-decoration: underline;
}




.clearfix{background-color: #FFFFFF;
}




 
 /* *** Float containers fix:
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#nav{display:none;} 

/*hide the right column when printing*/ 
#top_col{display:none;} 

#right_col{display:none;} 

 #flashheader{
	display:none;
} 


#twocols, #maincol{
	float:none;
}
}
/*
TABLE          { border-collapse: collapse;
                   border: 1px solid #CCCCCC; }
				   
*#col1         { border: 1px solid black; }
 TD             { border: 1px solid #CCCCCC; padding: 0; }
*/
#table{ border: 1px solid #CCCCCC;
			border-collapse: collapse;}
#table td{ border: 1px solid #CCCCCC; padding: 0; 
			}

.left {
float: left;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 10px;
}
#left {
float: left;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 15px;
}
#right {
float: right;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 0px;
clear:both;

}

.caption {
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	color: #777777;
	font-weight: lighter;
	line-height: 12px;
	display: block;
	padding: 2px;
	width: 250px;
	padding-top: 5px;
}
.caption_full {
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	color: #777777;
	font-weight: lighter;
	line-height: 12px;
	display: block;
	padding: 2px;
	width: 550px;
	padding-top: 5px;
}
.caption_b {
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	color: #777777;
	font-weight: lighter;
	line-height: 12px;
	display: block;
	padding: 2px;
	width: 300px;
	padding-top: 5px;
}
.exb:link, .exb:visited, .exb:active{

float:left;
width: 100%;
display:block;
clear:both;
padding: 12px 10px 0px 10px;
color:#555555;
text-decoration:none;
font-size: 13px;
background-color: #f5f5f5;
margin-bottom: 5px;




}
.exb:hover
{
background:url(hgb.gif) repeat-x scroll center bottom #eeeeee;
background-color:#eeeeee;
color:#000000;
text-decoration:none;
}

.search
{
padding-top: 10px;
}


.searchbox
{
background-color:#EEEEEE;
border:1px solid #999999;
color:#555555;
font-size:10px;
height:14px;
margin-top:0;
text-indent:5px;
width:140px;
}

.searchbox_extra
{
border: 1px #cccccc solid;
width: 140px;
height: 10px;
padding-bottom: 6px;
font-size:10px;
}
.extra_img
{
padding-top: 15px;
}

.press_block:link, .press_block:visited, .press_block:active{
height: 100px;
display:block;
clear:both;
padding: 10px 10px 10px 10px;
color:#555555;
text-decoration:none;
font-size: 12px;
line-height: 16px;
border: #dddddd solid 1px;
background-color: #eeeeee;

}
.press_block:hover
{
height: 100px;
display:block;
clear:both;
padding: 10px 10px 10px 10px;
color:#222222;
text-decoration:none;
font-size: 12px;
line-height: 16px;
border: #cccccc solid 1px;
background-color: #dddddd;

}




#lines
{
border-bottom:#CCCCCC thin dotted;
//border-bottom:#CCCCCC thin dotted 1px;
margin: 15px 20px 15px 20px;
clear:both;
}
#line2
{
border-bottom:#CCCCCC thin dotted;
//border-bottom:#CCCCCC thin dotted 1px;
margin: 15px 0 5px;
clear:both;
}
#line3
{
border-bottom:#CCCCCC thin dotted;
//border-bottom:#CCCCCC thin dotted 1px;
margin: 15px 0 15px;
clear:both;
}
#nline 
{
border-top:#999999 thin dotted;
//border-top:#999999 thin dotted 1px;
margin: 1px 0px 15px 0px;
padding-bottom: 5px;
clear:both;
color: #444444;
text-decoration: none;
}
#nline a
{
color: #0D77C2;
text-decoration: none;
}

#nline a:hover
{
color: #0D77C2;
text-decoration: underline;
}


 
#event{
font-family: Arial, Helvetica, sans-serif;
padding: 10px;
color:#222222;
line-height: 150%;
clear:both;
 }


 
#event_box{
padding: 10px;
background-color:#FFE6C9; }
 
#email_box, #ad_box{
padding: 10px;
background-color: #eeeeee;
display:block;
margin:0;
}


#txtbox{
color: #666666;
font-size: 13px;
line-height: 20px;
margin: 0 15px 15px 15px;
}


#sub_page_txtbox{
color: #666666;
font-size: 13px;
line-height: 20px;
margin: 0 15px 15px 15px;
}
#sub_page_txtbox a{
	text-decoration:none;
	color:#003366;
}
#sub_page_txtbox a:hover{
	text-decoration:underline;
}



#content a:link, #content a:visited, #content a:active{
color:#003366;
}
#content a:hover{
color:#0066FF;
}


#txtbox .news:link, #txtbox .news:visited, #txtbox .news:active{
color:#003366;
}
#txtbox .news:hover{
color:#0066FF;
}

#txtbox p a:link, #txtbox p a:visited, #txtbox p a:active{
color:#7397c4;
}
#txtbox p a:hover{
color:#999999;
}
 .title{
color:#FF6600;
display:block;
font-size:14px;
font-weight: 300;
line-height:20px;
padding:0 0 3px;}
 
 .subtitle{
 color:#FF9900;
 font-weight:bold;
 }
.heading
{
color:#333333;
display:block;
font-size:25px;
font-weight:100;
letter-spacing:1px;
padding:15px 0 0px;
margin:20px 0;}
.sidenews_spacer{
clear:both;
color:#333333;
display:block;
font-weight:100;
height: 15px;
}


.heading_tour
{
font-size: 16px;
font-weight:100;
color:#000000;
padding: 10px 0px 10px 0px;
line-height: 30px;
display:block;
clear: both;
}
#reg_table{ border: 1px solid #ffffff;
			border-collapse: collapse;}
#reg_table td{ border: 1px solid #ffffff; padding: 0; 
			}
			
			
			
#maintxt a:link, #maintxt a:visited, #maintxt a:active{
text-decoration:none;
color:#003366;
}
#maintxt a:hover{
color: #003399;
text-decoration:underline;
}




#event_title_box {
padding: 2px 0px;
width: 100%;
background-color: #FF6600;
color: #fff;
display:block;
text-indent: 3px;
margin-top:15px;
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius: 5px;

-moz-border-radius-topright:5px;
-webkit-border-top-right-radius: 5px;
}
#ad_title_box {
padding: 2px 0px;
width: 100%;
background-color: #999999;
color: #fff;
display:block;
text-indent: 3px;
margin-top: 15px;
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius: 5px;

-moz-border-radius-topright:5px;
-webkit-border-top-right-radius: 5px;
}

#ad_title_box_ii {
padding: 2px 0px;
width: 100%;
background-color: #990000;
color: #fff;
display:block;
text-indent: 3px;
}
.txt
{
font-size: 13px;
padding: 5px;
text-decoration:none;
}
.txtlink:link,  .txtlink:visited,  .txtlink:active
{
color:#FFFFFF;
font-size: 13px;
padding: 0 0 5px 0;
text-decoration:none;
}
.txtlink:hover
{
color:#FFFFFF;
font-size: 13px;
padding: 0 0 5px 0;
text-decoration:underline;}



#alerthead
{
color:#FFFFFF;
display:block;
margin-top:15px;
padding:2px 0;
text-indent:3px;
width:100%;	
	
background-color:#7B0007;
text-indent: 3px;

-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius: 5px;

-moz-border-radius-topright:5px;
-webkit-border-top-right-radius: 5px;
}

#alerthead .txt
{
font-size: 13px;
padding: 5px;
}



#alert {
	width: 100%;
	background-color: #ffffff;
	color: #666666;
	display:block;
	font-size: 13px;
	margin-bottom: 15px;
	background-color:#FFEDED;}


#secbox
{
	padding: 15px 10px 2px 10px;
}
.today
{
color: #E50000;
}




.event:link, .event:visited, .event:active{
margin-top: 20px;
text-decoration:none;
color: #FF6600;
background-color: #ffffff;
display:block;
width: 100%;
font-size:  12px;
clear:both;

border: #FFD9AD solid 1px;

}
.event:hover{
margin-top: 20px;

color: #FFD9AD;
background-color: #FF6600;
text-decoration:none;
display:block;
width: 100%;
font-size: 12px;
clear:both;

border: #FFD9AD solid 1px;
}








.press, .press:link, .press:visited, .press:active{
display:block;
clear:both;
padding: 10px 10px 10px 10px;
color:#555555;
text-decoration:none;
font-size: 12px;
line-height: 16px;
border: #ffffff solid 1px;
background-color: #eeeeee;
}
.press:hover
{
display:block;
clear:both;
padding: 10px 10px 10px 10px;
color:#222222;
text-decoration:none;
font-size: 12px;
line-height: 16px;
border: #ffffff solid 1px;
background-color: #dddddd;
}


.linkme:link,  .linkme:visited,  .linkme:active
{
color: #4D587F;
text-decoration:none;
}
.linkme:hover
{
color:#999999;
text-decoration:underline;}

#slideShow {
  width : 1000px;
  height : 400px;
  padding : 0px;
}
   
#in_head_box{
margin-left: 10px;
}


 .exb_title{
color:#FF6600;
display:block;
font-size:18px;
font-weight:bold;
line-height:24px;
margin-top:5px;}
 .sub_heading
{
height: 13px;
font-size: 16px;
font-weight:100;
color:#000000;

line-height: 30px;
display:block;
clear: both;
}
 
 
 .heading_index {
background:#bbbbbb;
clear:both;
color:#FFFFFF;
display:block;
float:left;
font-size:16px;
font-weight:100;
height:18px;
margin-top:17px;
padding:2px 10px;
width:550px;


-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius: 5px;

-moz-border-radius-topright:5px;
-webkit-border-top-right-radius: 5px;
}

#txtbox p{
	margin: 10px 0;
}
	
	
#forme{
//	margin: 0;
//	padding:0;
}
.red{
	color:#900;
}

#txtbox ul{
	list-style: inside;
	font-size: 12px;
	float:none;
	margin:5px 0 15px 0;
}
#txtbox ul li{
			float:none;
			list-style:disc inside url("li.gif");
}
#txtbox h3{
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #333333;
	font-weight: bold;
}

.exb_date{
	color:#666666;
	font-weight: bold;
}


#subexb_nav{
	color: #aaaaaa;
}

#subexb_nav a{
	color:#4D587F;
text-decoration:none;
}

#subexb_nav a:hover{
	color:#999999;
text-decoration:underline;
}

.exb_content{
width: 520px;
display: block;
}


.exh_img_block{
	display:block;
	width: 300px;
	margin-right: 10px;
	float:left;
	height: 390px;
	padding-top: 10px;
	line-height: 16px;
}


.searchbox {
	background-image: none !important;
		background-color: #999 !important;
		padding-top: 4px;
		-moz-border-radius:8px;
-webkit-border-radius: 8px;
border:none !important;
height: 11px;
}