/*
default gray:#60615f;
light gray : #bbbdaa;
*/

body {
	background			: #fff;
	color						: #60615f;
	font						: 12px 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						: #60615f;
	text-decoration	: underline;
}
a:hover{
	color						: #60615f;
	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						: #60615f;
	text-decoration	: none;
}
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6{
	color						: #bbbdaa;
	text-decoration	: none;
}
blockquote{
	font-weight: bold;
	color: #bbbdaa;
	font-size				: 140%;
	padding: 15px 0;
	margin: 0;
	width: 100%;
	letter-spacing	: -0.04em;
}
img{
	border: 1px solid #bbbdaa;
	padding: 4px;
}
a img, a:visited img{
 border: 1px solid #bbbdaa;
}
a:hover img{
 border: 1px solid #939778;
}
ul, ol, li{
	text-align			: left;
	position: relative;

}
p{
	padding: 3px 0 12px 0;
}

.button
{
    border:solid 1px #60615f;
	color						: #60615f;
	font						: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align			: center;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
}
code {
	background: url(../data/bgcode.gif);
	border: 1px solid #bbbdaa;
	border-left: 6px solid #bbbdaa;
	display: block;
	font: normal 11px "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(../data/quote.gif) no-repeat;
	display: block;
	font: normal 12px "Lucida Sans Unicode",serif;
	padding-left: 28px;
}



body, html, table#vAlign, .page_id, .webexpo_body{
	width:100%;
	height:100%;
}



#vAlign td{
	vertical-align:top;

 
}

#vAlign{
	text-align:center;

}


img{
	border:0px;
}


/*HEADER STYLE*/
#layout_header
{
	position:relative;
	margin-left:auto;
	margin-right:auto;	
	background			: #484848;
	text-align			: center;
	height					: 120px;
	width						: 100%;
	margin					: 2px auto;
	padding					: 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:0px;
}

#layout_mainnavigation
{
	background			: #bbbdaa url("../data/navigation_bg.gif") 0 0 repeat-x scroll;
	color						: #fff;
	font						: 100%/100% Arial, Helvetica, sans-serif;
	text-align			: center;
	font-weight			: bold;
	height					: 30px;
	width						: 100%;
	margin					: 0 0 22px 0;
	padding					: 0;
	position				: relative;
	clear						: both;
	display					: block;
	overflow				: hidden;
}

#layout_main
{
	position:relative;

}

#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;
	/*height:180px;*/
}

.content, .mainnavigation
{
    display: inline-table;
    height: 100%;
}

.clearDiv
{
	clear:both;	
}

/*footer*/
.footer {
	background			: #fff url("../data/footer_bg.gif") repeat-x 0 0 scroll;
	color						: #a6a898;
	font						: 0.9em/100% Arial, Helvetica, sans-serif;
	text-align			: center;
	height					: 125px;
	width						: 100%;
	margin					: 30px 0px 0px 0px;
	padding					: 2px 0 0 0;
	position				: relative;
	clear						: both;
	display					: block;
	overflow				: hidden;
	font-size:11px;
	padding-top:12px;

}

.footer .box
{
text-align:center;	
}	