*{
  padding: 		0;
  margin:		0;
}

html, body {
  width:		100%;
  height:		100%;
  margin:		0px;
  padding:		0px;
  background-color: 	#222222;
  text-align:		center;
  font-family:		verdana;
}

div#main {
  width: 		1000px;
  margin:		0 auto;
  text-align: 		left;
  position:		relative;
  min-height:		100%;
  height: 		auto !important;
  height:		100%;
}

div#header {
  padding:		0px;
  height:		100px;
  background-color:	#3366FF;
  font-size:		26pt;
  font-style:		italic;
  color:		#FFFFFF;
  padding:		5px;
}

div#right_content{
  position:		absolute;
  bottom:		20px;
  top:			100px;
  right:		200px;
  left:			200px;
  overflow:		auto;
  background-color:	white;
  padding:		10px;
}

div#right_content h1 {
  color:		#111111;
  font-size:		14pt;
  margin-bottom:	5px;
}

div#right_content h2 {
  color:		#111111;
  font-size:		12pt;
  margin-bottom:	5px;
  border-bottom:	1px solid #555555;
  text-align:		right;
  width:		100%;
}

div#right_content p {
  color:		#333333;
  font-size:		10pt;
  margin-bottom:	5px;
  text-align:		justify;
}

div#right_content img {
  border-width:		0px;
  margin:		5px;
}

div#right_content table {
  width:		100%;
  background-color:	#999999;
  font-size:		10pt;
  border-collapse:	collapse;
  border-left:		1px solid #DCDCDC;
  border-top:		1px solid #DCDCDC;
  border-right:		1px solid #DCDCDC;
  border-bottom:	0px solid #DCDCDC;
}

div#right_content td {
  border-left:		0px solid #DCDCDC;
  border-top:		0px solid #DCDCDC;
  border-right:		0px solid #DCDCDC;
  border-bottom:	1px solid #DCDCDC;
  background-color:	#FFFFFF;
}

div#right_content a {
  color:		#333333;
  font-size:		10pt;
  font-style:		italic;
}

div#menu {
  position:		absolute;
  left:			0px;
  right:		600px;
  top:			100px;
  bottom:		20px;
  overflow:		hidden;
  background-color:	#FFFFFF;
  font-size:		10pt;
  padding:		0px;
}

.MenuRegion {
  background-color:	white;
  width:		180px;
  margin:		10px;
  background-image:	url('../images/header.png');
  background-repeat:	repeat-x;
}

.MenuRegion a {
  text-decoration:	none;
  color:		#222222;
}

.MenuRegionBorder {
  border-width:		1px;
  border-color:		#3366FF;
  border-style:		solid;
  padding:		5px;
}

.MenuRegion h1 {
  font-size:		10pt;
  color:		#FFFFFF;
  text-transform:	uppercase;
  text-align:		center;
  height:		16px;
}

.MenuRegion p {
  font-size:		8pt;
}

.MenuRegionBorder img {
  border-width:		0px;
}

.sponsor {
  min-height:		40px;
  width:		167px;
  margin-bottom:	5px;
  color:		#222222;
  font-size:		8pt;
  text-align:		center;
  vertical-align:       middle;
}

.sponsor a {
  color:		#222222;
  text-decoration:	none;
}

div#advertising {
  position:		absolute;
  left:			800px;
  right:		0px;
  top:			100px;
  bottom:		20px;
  background-color:	#FFFFFF;
}

div#footer {
  position:		absolute;
  bottom:		0px;
  right: 		0px;
  left:			0px;
  height: 		20px;
  background-color: 	#3366FF;
  text-align: 		center;
  font-size:		10pt;
  color:		#FFFFFF;
}

div#footer a {
  text-decoration:	none;
  color:		#FFFFFF;
  font-style:		italic;
}