html, body {
  margin              : 0;
  padding             : 0;
  background-color    : #17171E;
  background-color    : #2d2d78;
  
}

.container {
  background-color    : #FFF8D7;
  width               : 100%;
  min-width           : 750px;
}


.header {
  min-width           : 750px;
}
.right {
  float               : right;
  margin-left         : 10px;
}

.img {
  border              : 0px;
}

.left {
  float               : left;
}

.clear {
  clear               : both;
}
.clear-right {
  clear               : right;
}

.menu {
  background-image    : url('../images/left_menu.gif');
  height              : 30px;
  border-bottom       : 1px solid #CCCC99;
  min-width           : 750px;
}

.leftcontent {
  background-color    : 1px solid #CCCC99;
  width               : 170px;
  font-family         : Arial, Helvetica, Verdana;
	font-size           : 16px;
	border-right        : 1px dotted black;
	float               : left;
	border-top          : 3px solid black;
}

.content {
  margin-left         : 171px;
  border-top          : 3px solid black;

}

h2 	{	
  font-family         : Arial, Helvetica, Verdana;
	font-size           : 12px;
	color               : #2D2D78;
	font-weight         : bold;
	text-align          : center;
	margin-bottom       : 0px;
}
	
h3 {	
  font-family         : Times New Roman;
	font-size           : 24px;
	color               : #2D2D78;
	font-weight         : bold;
	margin-left         : 20px;
	margin-bottom       : 0px;
}

p	{	
  font-family         : Arial, Helvetica, Verdana;
	font-size           : 16px;
	margin-left         : 20px;
	margin-right        : 20px;
}
	
.offices 	{	
  font-family         : Arial, Helvetica, Verdana;
	font-size           : 12px;
	text-align          : center;
	margin-top          : 0px;
}	
	
.notop {	
  margin-top          : 0px;
}
	
a	{	
  color               : blue;
	text-decoration     : underline;
}
	
.date 	{	
  font-family         : Arial, Helvetica, Verdana;
	font-size           : 11px;
	color               : #FFFFFF;
	padding-left        : 30px;
	padding-right       : 21px;
	width               : 280px;
	float               : right;
	height              : 13px;
	background          : url('../images/date_slant.gif');
	background-repeat   : no-repeat;
	background-color    : black;
	text-align:center;
}
	
.partners 	{	
  margin-left         : 20px;
}


.footer  {
  background-color    : #2D2D78;
  height              : 22px;
  text-align          : right;
  color               : white;
  font-size           : 12px;
  padding-top         : 5px;
  min-width           : 750px;
}

.statement  {
  margin-left         : 20px;
  margin-right        : 10px;
}

.footer a {
  color               : white;
}


.menu .item {
  font-family         : arial;
  font-weight         : bold;
  font-size           : 12px;
  text-align          : center;
  margin-left         : 10px;
  margin-right        : 10px;
  height              : 20px;
  margin-top          : 7px;
  float               : left;
  color               : white;
}

.menu .item a {
  color               : white;
  text-decoration     : none;
}

h3 {
  margin-top:0;
  padding-top:0;
}

.indent {
  padding-left:20px;
}

.underline {
text-decoration:underline;
}

