/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0 auto;
	padding: 0;
	font: normal 12px/18px arial, verdana, lucida, sans-serif;
	color: #626262;
	text-align: center;
	background-image: url(images/bg.gif);
	background-color: #0066CC;
	background-position: center;
	background-repeat: repeat-y;
}

form {
	margin: 0;
	padding: 0;
}

input {
	padding: 5px;
	background: #FEFEFE url(images/img13.gif) repeat-x;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-family: arial, verdana, lucida, sans-serif;
	color: #444444;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ol, ul {
	margin-bottom: 2em;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: blue;
}

a:hover {
	text-decoration: none;
}

#wrapper {
  position: relative;
  text-align: left;
	margin: 40px auto;
	padding:0;
	width: 978px;
}

li a {
  text-transform:uppercase;
}

#left {
  float:left;
  border-right:1px solid black;
}

#right {
  border-left:1px solid black;
  margin-left:297px;
  
}

#header {
  background: url(images/worldmap.gif) no-repeat;
  width:292px;
  height:180px;
  margin-left:5px;
}

#contact {
  padding-top:102px;
}

#contact h1{
  font: normal 18px/18px arial, verdana, lucida, sans-serif;
}

#contact h2{
  font: normal 14px/18px arial, verdana, lucida, sans-serif;
  line-height:1em;
}

#contact p {
  margin:0;
  font: normal 10px arial, verdana, lucida, sans-serif;
  line-height:1em;
}


/* upper menu */
#navi {
  margin: 0;
  padding:0;
  width:674px;
  height:40px;
}

#navi ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

#navi ul li {
  display: block;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0;
  border:1px solid black;
  border-left:none;  
}

#navi ul li a {
  background: #fff;
  
  padding: 0px 12px 0px 15px;
  margin: 0;
  color: black;
  text-decoration: none;
  display: inline;
  text-align: center;
  font: normal 14px/18px arial, verdana, lucida, sans-serif;
}

#navi ul li a:hover {
  color: white;
  background: blue;
  
}

#navi a:active {
  background: navy;
  color: white;
}


#navi li#active a {
  background: navy;
  color: white;
}


#sidebar {
  border-top:1px solid black;
  margin:0px;
  
}

#sidebar ul {
  list-style:none;
  margin:0;
  padding:0;
  margin-left:5px;
}

#sidebar ul li {
  display:block;
  margin-top:5px;
  padding:5px;
  background: url(images/blue_flower.gif)   no-repeat;
}

#sidebar ul li.blue {
  display:block;
  margin-top:5px;
  padding:5px;
  background: url(images/blue_flower.gif)   no-repeat;
}



#sidebar ul li a {
  text-decoration:none;
  padding-left:50px;
  color:black;
  
}

#content {
  padding:20px;
  
}

#content h2 {
  padding:30px;
  padding-left:0px;
  text-transform:uppercase;
  
}

#content h4 {
  
  text-transform:uppercase;
  
}


#content p {
  text-align:justify;
}

#content table {
  width:100%;
  border:1px solid black;
  margin-top:30px;
  padding:10px;
}

#content th {
 padding:5px;
 border-bottom:1px solid black;
}

#content th.down {
 width:50px;
 padding:5px;
}

#content td{
  padding:5px;
  
}

fieldset {
  padding:10px;
}

#footer {
  margin-top:20px;
  border-top:1px solid black;
  text-align:center;
}

#footer a {
  color:black;
  text-decoration:none;
}
