body {
  background-color: #cccccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  margin: 0 10px;
  text-align: center;
}

img {
  border: none;
}

div#main {
  background: #efefef;
  border-color: #333333;
  border-style: solid;
  border-width: 1px;
  padding: 0;
  margin: 20px auto 0 auto;
  min-width: 748px;
  width: 90%;
}

div#header {
  background-color: #d2d1d6;
  background-image: url(/common/title_bg.jpg); 
  background-position: left;
  background-repeat: no-repeat;
  height: 90px;
}

div#contacts {
  background: #000;
  color: #ffffff;
  font-size: small;
  font-weight: bold;
  padding: 1px 5px;
  text-align: left;
}

div#mainbody {
	overflow: hidden;
}

div#nav {
	float: left;
	padding: 0;
	margin: 0;
	width: 15%;
}

div#nav ul {
	margin: 0 0 10px 0;
	padding: 0;
}

div#nav li {
	background-color: #efefef;
	border-color: #333333;
	border-style: solid;
	border-width: 0 0 1px 0;
	display: block;
	font-size: 11pt;
	font-weight: bold;
	list-style: none;
	text-align: left;
}

div#nav ul a {
  color: #333333;
  padding: 0 0 0 5px;
  text-decoration: none;
  display: block;
}

div#nav ul a:hover {
  background-color: #ffffff;  
}

div#contentPad {
	background: #ffffff;
	float: right;
	padding-bottom: 500px;
	margin-bottom: -500px;
	text-align: center;
	width: 84%;
}

div#content {
	color: #333333;
	padding: 0 2px;
	margin: 0 auto;
	text-align: justify;
	width: 95%;
}

div#footer {
	background: #000;
	color: #ffffff;
	padding: 0 0 3px 0;
	text-align: center;
}

div#footer a {
  color: #bbbbff;
  font-size: small;
  font-weight: bold;
	margin: 0 5px;
}

div#footer a:hover {
  color: #ffffff;
}

div#copy {
  font-size: x-small;
	color: #666666;
	margin: 0 auto;
  text-align: right;
  width: 80%;
}

div.clearboth {
  font-size: 1pt;
  clear: both;
}
