body{
	margin:10px 10px;
	padding:0;
	font-family: arial,sans-serif;
	background-image:url('../images/background.gif');
	background-color:#e7e7dd;
	background-repeat:repeat-x;

}

div.container {
	width:100%;
	margin:auto;
}

div.header {
	background-image:url('../images/logo.gif');
	background-repeat:no-repeat;
	background-position:right top;
	height:100px;		
}

div.MainMenu {
	margin-bottom:20px;
	margin-top:20px;
	background:#4EA1CC url('../images/NavigationBarBackground.gif') repeat-x scroll 0%;
}

div.MainMenu div.left {
	background:transparent url('../images/NavigationBarLeft.gif') repeat-y scroll left top;
}

div.MainMenu div.right {
	background:transparent url('../images/NavigationBarRight.gif') repeat-y scroll right top;
}


div.content {
	margin-left:200px;	
	margin-right:20px;	
}

div.content div.top {
	background:transparent url('../images/TopContent.gif') repeat-x scroll right top;
	height:25px;
	background-color:#FFF;
}

div.top div.right {
	background:transparent url('../images/TopRightContent.gif') no-repeat scroll right top;
	height:20px;

}

div.top div.left {
	background:transparent url('../images/TopLeftContent.gif') no-repeat scroll left top;
	height:19px;		
}




div.content div.bottom {
	background:transparent url('../images/BottomContent.gif') repeat-x scroll right bottom;
	height:38px;
	
}

div.bottom div.right {
	background:transparent url('../images/BottomRightContent.gif') no-repeat scroll right bottom;
	height:38px;
}

div.bottom div.left {
	background:transparent url('../images/BottomLeftContent.gif') no-repeat scroll left bottom;
	height:38px;
}



div.content div.inner {
	background-color:#FFF;
	position:relative;
	padding:10px;
	top:19px;
	border-left:1px #860606 solid;
	border-right:1px #860606 solid;

}


div.MainMenu ul {
  margin: 0;
  padding: 0;
  line-height:1.9em;
  font-size:12px;
  font-weight:bold;
  color:#E7E7E7;
  list-style: none;
  height:30px;
  display:inline;
}

div.MainMenu ul li {
  margin: 0px 0px;
  padding: 0px 10px;
  display: inline;
  list-style: none;
  position: relative;
}

div.MainMenu ul li a,
div.MainMenu ul li a:hover,
div.MainMenu ul li a:visited,
div.MainMenu ul li a:active {
	 color:#E7E7E7;
	 text-decoration:none;

}

div.header h1 {
	color:#225d82;
	font-family:arial,helvetica,sans-serif;
	font-size:45px;

}


div.LeftMenu {
	float:left;
	width:200px;
}

div.LeftMenu ul{
	margin:auto;
	padding:5px 0px;
	width:159px;
	list-style: none;
	font-size:12px;
	color:#333;
	background-color:#FFF;
}

div.LeftMenu ul li {
	padding-left:5px;
	list-style: none;
}

div.ContentMenu {
	margin:auto;
	padding:5px 0px;
	border-left:1px #880707 solid;
	border-right:1px #880707 solid;
	width:160px;
	list-style: none;
	font-size:12px;
	color:#333;
	background-color:#FFF;
}

div.HeaderMenu {
	background-image:url('../images/LeftMenuTop.gif');
	background-repeat:no-repeat;
	background-position: top left;
	width:162px;
	height:18px;
	margin:auto;
	color:#FFF;
	font-size:11px;
	line-height:1.4em;
}

div.FooterMenu {
	background-image:url('../images/LeftMenuBottom.gif');
	background-repeat:no-repeat;
	background-position: top left;
	width:162px;
	height:18px;
	margin:auto;
	color:#FFF;
	font-size:11px;
	line-height:1.4em;
}

form.LoginForm label {
	font-size:11px;
	float:left;
	width:140px;
	clear:left;
	margin-left:10px;
	margin-bottom:2px;
}

form.LoginForm input.edit {
	width:140px;
	height:18px;
	border-top:1px #EDEDED solid;
	border-left:1px #EDEDED solid;
	border-right:1px #EDEDED solid;
	border-bottom:1px #000 dashed;
	margin-left:10px;
	margin-bottom:10px;
	background-color:#EFEFEF;
	float:left;
	clear:left;
	font-size:11px;
}

form.LoginForm input.button {
	width:100px;
	height:20px;
	margin-left:30px;
	font-size:12px;
	font-weight:bold;
}

div.ContentMenu a {
	font-size:11px;
	color:#333;
	text-decoration:none;
}

div.header h1 {
	font-size:30px;
	padding-top:30px;
}

div.MainMenuContent{
	float:left;
	display:inline;
}
div.language{
	height:30px;
	line-height:24px;
	font-size:12px;
	color:#E7E7E7;
	text-align:right;
	margin-right:20px;
}
div.language a,
div.language a:hover,
div.language a:active,
div.language a:visited{
	color:#E7E7E7;
	text-decoration:none;
	margin:0px 5px;
}

div.language img {
	border:1px #000 solid;
	margin:4px 2px;
}

div.content a,
div.content a:hover,
div.content a:visited,
div.content a:active {
	color:#000;
}

div.footer{
	padding:20px;
	background-color:#E7E7DD;

}
