html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  background-color: #76BBE7;
	font-family:Verdana, Geneva;
	font-size:11px;
	line-height:16px;
	font-weight: normal;
	color: #4B4B4B;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 24px;
}
h2 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h3 {
  color: #000;
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
}

h4 {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
}

h5 {
	padding: 14px 0 16px 0;
	font-size:18px;
    color:#008FD4;
}

h6 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}


a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}

#bgWrapper {
  background-color:#ccc;
  margin: 20px auto 0 auto;
  width: 974px;
  background-image:url(resources/right_bg.png);
}

#outerWrapper {
  float:left;
  background-color: #fff;
  margin: 0;
  text-align: left;
  width: 960px;
}
#outerWrapper #header {
  background-color: #160959;
  font-size: 16px;
  font-weight: bold;
  line-height: 15px;
  padding:0;
  min-height: 160px;
}

#outerWrapper #menubar {
  background-color: #008FD4;
  padding: 10px 40px 10px 80px;
}

.menuTxt {
  	font-size:12px;
  	letter-spacing: 0.05em;
  	color: #160959;
}

.menuTxt a:link, .menuTxt a:active, .menuTxt a:visited {
  	font-size:12px;
	color:#CCCCCC;
}

.menuTxt a:hover {
  	font-size:12px;
    color:#FFFFFF;
	text-decoration:none;
}

#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0;
  padding: 30px 80px 20px 80px;
  min-height:340px;
}

#outerWrapper #contentWrapper #contentCfG {
  margin: 0 0 0 0;
  padding: 0;
  min-height:400px;
}

#CfGImg {
  margin:0;
  padding:0;
}

#indexInnerLeft {
	float:left;
    width:370px;
    padding: 40px 10px 40px 40px;
}

#indexInnerLeftcontent {
    width:370px;
    padding: 0;
    min-height:261px;
}

#indexInnerRight {
	float:left;
    width:490px;
    padding: 40px 40px 40px 10px;
    min-height:320px;
}

#innerLeft {
	float:left;
    width:860px;
    padding: 20px 40px 40px 40px;
    min-height:320px;
}

#innerRight {
	float:left;
    width:430px;
    padding: 20px 40px 40px 10px;
    min-height:320px;
}

#outerWrapper #footer {
	clear:left;
  	padding: 10px 80px 10px 80px;
    min-height:20px;
}

#challenge {
	margin:0;
}

.imgFloatright {
	float:right;
    padding-left:20px;
}

.copyright {
	float:right;
	font-size:10px;
    color:#999999; 
}

.red {
	color:red;
}

#rbgCol {
	float:left;
    width:14px;
}

#bbgRow {
	clear:left;
	margin:0;
    padding:0;
    height:14px;
    width:974px;
    background-image:url(resources/bottom_bg.png);
    
}