
body {
	background: #fff;
	color: #636363;
	font: 11px Tahoma,Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	overflow: auto;
	cursor: default;
	padding:0px;
	margin:0px;	
}

html
{
	padding:0px;
	margin:0px;
}

a, a:visited{
	color: #FF6600;
	text-decoration	: underline;
}
a:hover{
	color: #EA0000;
	text-decoration	: none;
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6{
	text-align: left;
	font-weight: bold;
	line-height: 0.8em;	
	letter-spacing: -0.04em;
	width: 100%;
	margin: 0;
	padding: 0 0 5px 0;
	overflow: hidden;
	position: relative;
	display: block;
	clear	: both;
}
h1{ 
	font-size: 300%;
	text-transform	: uppercase;
}
h2{
	margin: 21px 0 0 0;
	font-size: 200%;
	line-height: 1em;
}
h3{ 
	font-size: 140%;
	margin: 21px 0 0 0;
	line-height: 1em;
}
h4{
	font-size: 100%	
}
a h1, a h2, a h3, a h4, a h5, a h6{
	color	: #FF6600;
	text-decoration	: none;
}
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6{
	color	: #EA0000;
	text-decoration	: none;
}
blockquote{
	font-weight: bold;
	color: #3A4B41;
	font-size: 140%;
	padding: 15px 0;
	margin: 0;
	width: 100%;
	letter-spacing	: -0.04em;
}

/*
img{
	border:0px;
}
img{
	border: 1px solid #3A4B41;
	padding: 4px;
}
a img, a:visited img{
 border: 1px solid #3A4B41;
}
a:hover img{
 border: 1px solid #939778;
}*/

ul, ol, li{
	text-align: left;
	position: relative;
}
p{
	padding: 3 0 10 0;
}

body, html, table#vAlign, .page_id{
	width:100%;
	height:100%;
}
.webexpo_body
{
    width:800px;
    text-align:center;
    margin: auto;
    
}

#vAlign td{
	vertical-align:top; 
}

#vAlign{
	text-align:center;
}


/*HEADER STYLE*/
#layout_header
{
	background: green;
	text-align: center;
	height: 160px;
	width	: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	position: relative;
	clear	: both;
	display: block;
	overflow: hidden;
}
	
.box
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:800px;
}

#layout_header #element_logo
{
	position:absolute;
	top:0px;
	left:-1px;
}
*html #layout_header #element_logo
{
	position:absolute;
	top:0px;
	left:-1px;
}

#layout_mainnavigation
{
	color	: #fff;
	font	: 100%/100% Tahoma,Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	height: 35px;
	width	: 800px;
	margin: 0 0 0 0; /*22*/
	padding: 0;
	position: relative;
	clear	: both;
	display: inline-table;
	overflow: hidden;
	
	border-left: solid 1px #473F3E;
    border-right: solid 1px #473F3E;
}
*html #layout_mainnavigation
{
    width: 100%;
}

#layout_main
{
	position:relative;
	min-height: 400px;
	
	border-left: solid 1px #473F3E;
    border-right: solid 1px #473F3E;

}
*html #layout_main 
{
    height: 400px;
    
}
#layout_main .box
{
    background: #ffffff url("../data/bg.gif") repeat-x top;
	/*border-right: dashed 1px #E2F1E0;*/
}

#layout_main #element_webpagetitle
{
	background: #fff;
	text-align:justify;
	padding: 0;
	margin: 0;
	clear:none;
	display:block;
	overflow: hidden;
	font-size:34px;
	font-weight:bold;
	text-transform:uppercase;
}
	
#layout_main #element_centralpicture
{
	position:relative;
	width:800px;
}

.clearDiv
{
	clear:both;	
}

/*footer*/
.footer 
{
	background: #fff url("../data/footer_bg.gif") no-repeat center top;
	color	: #a6a898;
	font	: 0.9em/100% Tahoma,Arial, Helvetica, sans-serif;
	text-align: center;
	height: 35px;
	width	: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	position: relative;
	clear	: both;
	display: block;
	overflow: hidden;
	font-size:11px;
	padding-top:12px;
}

.footer .box
{
    text-align:center;	
}	