/* @group Common */

form, ul, ol, li {
  margin: 0; padding: 0;
}

/* @group Struture */

body {
	font: normal 80%/1.3em Verdana, Arial, Helvetica, Sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #e9f2f7;
}

#container {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#main {
  text-align: left;
  background: #e9f2f7 url(../images/main.gif) left top repeat-y;
  padding-left: 41px;
}

#menu {
  width: 200px;
	float: left;
	/*margin-left: 41px;*/
}

#content {
  padding: 0 10px 0 20px;
  overflow: hidden;
  margin-right: 25px;
}

#footer {
  clear: both;
  margin-left: -41px;
}

/* @group Links */

a {
  color: #4CBFEA;
}

a img {
  border: 0;
}

/* @group Header */

#header {
  background: white url(../images/header.gif) left top no-repeat;
  height: 219px;
}

#header h1 {
  display: none;
}

/* @group Search form */

#search {
  position: absolute;
  top: 0;
  right: 16px;
  width: 260px;
  padding: 5px 0 12px 0;
  background: white url(../images/search.gif) left bottom no-repeat;
}

/* @group IEE */

/*#iee {
  display: none;
}*/

/* @group Left Menu */

#menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#menu li  {	
  border-bottom: 1px solid #C4E9FC;
	margin: 0;
	padding: 0;
}

#menu li.first {
  border-top: 1px solid #C4E9FC;
}

#menu li a {	
  display: block;
  padding: 5px 10px 5px 10px;
  border-left: 10px solid #1B4192;
  border-right: 10px solid #2899D1;
  background-color: #1E6DB0;
  color: #fff;
  text-decoration: none;
}

/* Level 2*/

#menu ul.level-2 li a {
  border-left: 10px solid #FABC1F;
  border-right: 10px solid #61B5DF;
  background-color: #29A2D7;
  /*margin-left: 10px;*/
}

#menu ul.level-2 li.last {
  border-bottom: none;
}

#menu li a.active {
  font-weight: bold;
}

#menu li a:hover {
  background-color: #47C0EC !important;
  color: #fff;
}

/* @group Left content */

#content {
  background: transparent url(../images/content.gif) left top no-repeat;
  text-align: justify;
}

#content h1, #content h2, #content h3, #content h4 {
  color: #2079B9;
  margin: 0 0 0.5em 0;
}

#content h1 {
  margin: 0.6em 0;
  font-size: 1.8em;
  color: #FABC1F;
}

#content h2 {
  font-size: 1.4em;
}

#content h3 {
  font-size: 1.2em;
}

#content h4 {
  font-size: 1.1em;
}

#content p {
	margin-bottom: 1em;
}
#content table p {
	margin: 0;
}
#content ul {
	margin-bottom: 1em;
	margin-left: 1.4em;
}
#content ul ul {
	margin-bottom: 0;
}
#content ul li {
	padding: 0.1em 0;
}

/* @group Footer */

#footer {
  background: transparent url(../images/footer.gif) left top no-repeat;
  height: 50px;
}

#footer ul {
	list-style-type: none;
	text-align: right;
	padding: 14px 40px 0 0;
}

#footer ul li {
	display: inline;
}

#footer a {
  color: white;
  text-decoration: none;
}
