/* RESET */
html,body,div,/* ul,ol */,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
/* ul,ol { list-style: none; } */
img{border: none;}
fieldset{ border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body
{
	background: url(/shared/images/bg.png) repeat-x #cdcdce;
	font: 14px sans-serif;
}

#mainlogo
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* GLOBALNAV */
/*.globalnavwrapper
{
		border: 1px solid #AAA;
		background-color: #FFFFFF;
		width: 1024px;
		margin: auto auto;
}

.globalnav{
	text-align: center;
	white-space: nowrap;
}

div.globalnav{
	display: block;
	margin: 0;*/
/* 	padding-left: 20px;
	padding-right: 20px; */
/*}

div.globalnav ul{
	display: table;
	width: 100%;
	list-style: none;
	margin: auto;
	padding: 0;
	}

	
div.globalnav li { 
	display: table-cell;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-left: solid 1px #1e2d5a;
	border-top: solid 1px #1e2d5a;
	border-bottom: solid 1px #1e2d5a;
	height: 50px;
	line-height: 50px;
	}
	
div.globalnav ul:last-child
{
	border-right: solid 1px #1e2d5a;
}

div.globalnav li a{
	font-weight: bold;
	display: block;
	text-decoration: none;
	background: url(/shared/images/mainnav.png) repeat-x;
	color: white;
}

div.globalnav li a.selected{
	background: url(/shared/images/mainnav-medium.png) repeat-x;
}

div.globalnav li a:hover{
	background: url(/shared/images/mainnav-light.png) repeat-x;
	color: black;
}*/

.globallang
{
	text-align: center;
	margin-bottom: 5px ;
}

.globallang a
{
	color: blue;
}


#globalfooter{
	text-align: center;
	clear: both;
}

