/* blue: 356af5    gold: e5c531  */


h3{
  color: #356af5;
  font-size:14pt;
}
body {
  margin: auto;
  text-align:center;
  font-family: Arial, Helvetica, sans-serif;
}
.tableCenter{
  margin-left:auto;
  margin-right:auto;
}

.globalTable {
  width: 800px;
  margin:auto;
  border-top:2px solid #356af5;
  border-left:2px solid #356af5;
  border-right:2px solid #356af5;
}

.pageTable{
  width: 809px;
  border-left:2px solid #356af5;
  border-right:2px solid #356af5;
}

.pageTable .bodyCell{
  padding-top:20px;
  padding-left:10px;
  padding-right:10px;
  width:500px;
}

.menuTable {
  background-color: #356af5;
  width: 810px;
  border-top: 2px solid #356af5;
  border-right: 2px solid #356af5;
  border-left: 2px solid #356af5;
  text-align: center;
}

.menuTable TD{
  white-space: nowrap;
}

.menuTable a{
  color: #FFFFFF;
  font-size: 11.5px;
  float: left;
  padding: 8px 15px 8px 15px;
  margin: 0px;
  text-decoration: none;
  font-weight: normal;
}

.formTable {
  width:810px;
  margin:auto;
  border-left:2px solid #356af5;
  border-right:2px solid #356af5;
  border-bottom:2px solid #356af5;
}
.indexTable {
  width:800px;
  margin:auto;
  border-left:2px solid #356af5;
  border-right:2px solid #356af5;
  border-bottom:2px solid #356af5;
}
.indexTable .contextCol {
  width:125px;
  border-right:2px solid green;
}
.indexTable .mainBody {
  text-align:center;
}
.indexTable .advertCol {
  border-left:2px solid green;
  width:150px;
}
.codeCreateDescription li{
  font-size:10px;
  list-style: none;
  text-indent: 24px;
  background-image:  url(/images/goldarrow.png);
  background-repeat: no-repeat;
  padding-top:10px;

}

.menuTable a{
  font-size:12pt;
  font-weight: bold;
  color:black;
  text-decoration: none;
}
.pageBody{
	width:800px;
	border-left: 2px solid #356af5;
	border-right: 2px solid #356af5;
}
.howToRun li{
  font-size:10px;
  list-style: none;
  text-indent: 24px;
  background-image:  url(/images/bluearrow.png);
  background-repeat: no-repeat;
  padding-top:10px;
}
.developers li{
  font-size:10px;
  list-style: none;
  text-indent: 24px;
  background-image:  url(/images/goldarrow.png);
  background-repeat: no-repeat;
  padding-top:10px;
}
.benefits h3{
  text-align:center;
}
.boxbottom{
	width:810px;
    border-bottom: 2px solid #356af5;
    border-left: 2px solid #356af5;
    border-right: 2px solid #356af5;
}