/**************** body and tag styles ****************/
body {
  margin-top: 0px;	  
  margin-bottom: 30px;
  }

#container {
  position: relative;
  width: 750px;
  margin: 0 auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.6em;
  color: #666666;
  background-color: #FFFFFF;
  }
  
#container2 {
  width: 746px;
  margin: 0 auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.6em;
  color: #666666;
  background-color: #FFFFFF;
  border-bottom: 2px solid #665C75;
  }

h1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 28px;
  color: #665C75;
  margin-bottom: 2px;
  background-color: #FFFFFF;
  }
	
h2 {
color: #666666;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
background-color: #FFFFFF;	  
  }
 
 h3 {
  color: #666666;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  margin-bottom: 2px;
  }
	
a {
  color: #996699;
  background-color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  }

a:hover {
  background-color: #FFFFFF;
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
  }
blockquote {
  color: #666;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
  margin: 0px;
}

/**************** images styles ****************/		
a img{
  border: none;
}

img.left,img.center,img.right {
  padding: 4px;
  border: 1px solid #a0a0a0;
  }

img.left {
  float: left;
  margin: 0 12px 5px 0;
  }

img.center {
  display: block;
  margin: 0 auto 5px auto;
  }

img.right {
  float: right;
  margin: 0 0 5px 12px;
  }

/**************** header styles ****************/
#header {
  width: 750px;
  border: 0px;
  padding-top: 10px;
  clear: both;
  text-align: left;
}
#languages {
	position: absolute;
	right: 0px;
	top: 10px;
}
#languages li {
	list-style: none;
	margin: 0.5em;
	display: inline;
}
#languages li img {
	vertical-align: top;
}
/**************** menu styles ****************/
#tabs10 {
float:right;
width:750px;
font-size:93%;
padding-bottom: 1px;
border-bottom:4px solid #665C75;
line-height:normal;
}
#tabs10 ul {
margin:0;
padding:0px 10px 0 50px;
list-style:none;
}
#tabs10 li {
 display:inline;
 margin:0;
 padding:0;
}
#tabs10 a {
float:right;
background:url("tableft10.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabs10 a span {
float:right;
display:block;
background:url("tabright10.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#FFF;
}
#tabs10 a span {
float:none;
}
#tabs10 a:hover {
background-position:0% -42px;
}
#tabs10 a:hover span {
background-position:100% -42px;
}

/**************** content styles ****************/
#content {
  width: 520px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  float: left;
}

#content-home {
  width: 695px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  float: left;
}
#front-nav {
  font-size: 13px;
  line-height: 2em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

/**************** sidebar styles ****************/
#sidebar {
  width: 175px;
  padding-left: 21px;
  padding-right: 10px;
  padding-top: 13px;
  float: right;
}
		
#sidebar p {
  padding-bottom: 3px;
  border-top: 1px solid #DDDDDD;
}

/**************** sidebar-landing styles ****************/
#sidebar-landing {
  width: 175px;
  padding-left: 21px;
  padding-right: 10px;
  padding-top: 13px;
  float: right;
}
		
#sidebar-landing p {
  padding-bottom: 3px;
}


/**************** footer styles ****************/
#footer {
  margin-top: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 2px;
  padding-right: 2px;
  clear: both;
  width: 742px;
  background-color:#665C75;
}

#footer p {
  color:#FFFFFF;
  padding: 5px;
  text-align: center;
}

#footer p a {
  color: #FFFFFF;
  background-color:#665C75;
  font-weight:100;
  border-bottom: 1px dotted #FFFFFF;
}
		
#footer p a:hover {
  color: #FFFFFF;
  text-decoration: none;
  border-top: 1px dotted #FFFFFF;
  border-bottom: 0px dotted #FFFFFF;
}
