﻿body {
	text-align		: center; 
  background-color: white;
  font-size: 10pt;
  font-family: Tahoma, Arial, Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color: black;  
  padding:0px;
  margin:0px;
}

#container { 	
  width:620px;
  margin: 50px auto;
}

#header {
	margin-bottom: 25px;
}

#logo {
	width: 620px;
	height: 54px;
}

#logo a img {
	width: 620px;
	height: 54px;
	border: none;
}

	h1 { font-size: 160%; font-weight: normal; }
	h2 { font-size: 150%; font-weight: normal; }
	h3 { font-size: 120%; }
	h4 { font-size: 100%; }
	h5 { font-size: 90%; }
	h6 { font-size: 90%; border: 0; }

#nav {
	text-align: center;
	margin-top: 25px;
	font-size: 140%;
	color: gray;
}	
	
#content {
	border-top: 1px solid gray; 
	border-bottom: 1px solid gray;
	padding: 10px 0;
	font-size: 8pt; 
	text-align: left;
}

#content h2 {
	font-size: 160%;
	color: gray;
}

#content h3 {
	margin: 10px 0 7px 0;
	padding: 0;
}

#content div.section {
	float: left;
	width: 50%;
}

#content div.separator {
	clear: both;
}

#content .section ul {
	margin: 0; padding: 0;
}

#content .section ul li {
	list-style-type: none;
	padding-bottom: 10px;
}

#content .section ul li .comment {
	font-size: 8pt;
	color: gray;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.strong {
	font-weight: bold;
}

a {color: #06c; text-decoration: none;}
a:hover {text-decoration: underline;}

#footer {
  clear: left;
  font-size: 8pt;
  margin-top: 10px;
  text-align: center;
}

#footer .copyrights {
  color: #a0a0a0;
}

#footer .copyrights a {
  color: #a0a0a0;
}

#footer .lang {}

#footer .lang ul li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
