body { /* set everything to zero for a good cross-browser starting point */
	margin: 10px 0;
	padding: 0;
	border: 0;
	background-color: #FFFFFF;
	/*color: #FFFFFF;*/
	text-align: center;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 100.01%; /* Sets default font size. This odd value compensates for several browser bugs. First, setting a default 		font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. Current "best" suggestion is to use the 100.01% value for this property */
	min-width: 780px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
	background:#357 url(../images/bg_pg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif; /*color:#fff;*/
}


#wrapper {
   width: 780px;/*sets the width for IE5.x's broken box model*/
	w\idth: 780px; /* sets the width of the wrapper for compliant browsers*/
	margin: 0 auto; /* centers the wrapper. First value - 10px is applied to the top and bottom margins, auto sets the excess space on the view port evenly to the left and right*/
	position: relative; /* important to position it relatively */
	border: 1px solid #CCCCCC;
	text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
	/*background-image:url(../images/thing.gif);
	background-repeat:repeat-y;
	background-color: #FFDD00;*/
	background-color:#FFFFFF;
}

#banner {
	background-color:#FFFFFF;
	position: relative;
	height: 130px;
	width:780px;
	/*float:right;*/
}
#menu {
position: absolute;
left: 233px;
height: 30px;
width: 535px;
top: 50px;
}

#menu_left {
	float: left;
	height: 80px;
	width: 235px;
/*	background-color:#333333;*/
}
#menu_topright {
	float: right;
	height: 46px;
	width: 545px;
	/*background-color:#666666;*/
}
#menu_bottommiddle {
	float: left;
	height: 34px;
	width: 455px;
	/*background-color:#555111;*/
}
#menu_bottomright {
	float: right;
	height: 34px;
	width: 90px;
	/*background-color:#999999;*/
}
#menu_bottomallright {
	float: left;
	height: 34px;
	width: 539px;
	/*margin-right: 6px;*/
	/*background-color:#999999;*/
}

#menu_pagetitle {
	width: 740px;
/*	padding: 10px 20px 0 20px;
	height: 45px; */
	padding: 0px 20px 0 20px;
	height: 50px;
	float: left;
	/*background-color:#111111;
	/*	height: 55px;
		margin: 10 0;*/
	
}

#page_pre_footer {
	width: 740px;
	padding: 0px 20px 0 20px;
	float: left;
}
#page_pre_footer h4 {
	font-size: 85%;
	display: block;
	line-height: 100%;
	padding: 10px 0 2px;
	margin: 0;
	/*padding-top: 10px;
	/*padding-bottom: 2px;*/
	border-bottom: 1px solid rgb(50%,50%,35%);
	color: #000000; /*#666666;*/
	/*color:#FFFFFF;*/
}


#wrapper h1 {
	font-size: 130%;
	display: block;
	line-height: 100%;
	padding: 10px 0 2px;
	margin: 0;
	/*padding-top: 10px;
	/*padding-bottom: 2px;*/
	border-bottom: 1px solid rgb(50%,50%,35%);
	color: #000000; /*#666666;*/
	/*color:#FFFFFF;*/
}

#content {
	width: 100%;
	margin: 0;
	padding: 0;
	/*float:right;*/
	background-color:#FFFFFF;
	min-height:340px;		/*500px;*/
}

#content_left {
	width: 60%;
	padding: 0;
	margin: 0;
	float: left;
	background-color:#FFFFFF;
}


#content_left h1 {
	font-size: 130%;
	margin: 0;
	display:block;
	padding: 4px 0px 4px 4px;
	line-height: 100%;
	border-bottom: 1px solid rgb(50%,50%,35%);
	/*color:#FFFFFF;*/
}
#content_left h2 {
	background-color:#f0e9e9;
	/*font-family:verdana;*/
	font-size:130%;
	font-style: normal;
	font-weight: bold;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:3px; 
	border: 1px solid #666666;
}


#content_right {
	width: 40%;
	margin: 0;
	padding: 0;
	float: left;
	background-color:#FFFFFF;
}


#content-logo {
	float: left;
	margin-top: 2.33em;
	margin-left: 100px;
	background-image:  url(../images/wobsbf2esc.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 2px;
	margin-bottom: 0px;

}

#content-leftequal {
	width: 50%;
	padding: 0;
	margin: 0;
	float:left;
	background-color:#FFFFFF;
}


#content-rightequal {
	width: 50%;
	padding: 0;
	margin: 0;
	float:left;
	background-color:#FFFFFF;
}

#content-left40 {
	width: 40%;
	padding: 0;
	margin: 0;
	float:left;
	background-color:#FFFFFF;
}


#content-right60 {
	width: 60%;
	padding: 0;
	margin: 0;
	float:left;
	background-color:#FFFFFF;
}

#content-left50 {
	width: 350px;
	padding: 20px 0px 0px 20px;
	margin: 0 0 1px;
	float:left;
	background-color:#FFFFFF;
}


#content-right50 {
	width:  350px;
	padding: 20px 20px 0px 0px;
	margin: 0 0 1px;
	float:right;
	background-color:#FFFFFF;
	min-height:400px;
}

#content-inside {
	padding: 10px 20px 20px;
	min-height:320px;	/*400px;*/
}


#content-right50 h1, #content-left50 h1, #content-inside h1 {
	font-size: 120%;
	margin: 0;
	display:block;
	padding: 4px 0px 4px 4px;
	line-height: 100%;
	border-bottom: 1px solid rgb(50%,50%,35%);
	color: #FF0000;
	/*color:#FFFFFF;*/
}
#content-right50 h2, #content-left50 h2, #content-inside h2 {
	background-color:#D1BF9C;
	font-size:130%;
	font-style: normal;
	font-weight: bold;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:3px;
	border: 1px solid #CC9966;
	color: #333333;
}

#content-inside h3, #content-left h3  {
	font-size: 22px;
	font-weight: bold;
	color: #362035;
	display: inline;
}
#content-inside p, #content-inside li {
	font-size: 75%;
	color:#000000;
}

#content-inside td li {
	font-size: 100%;
	color:#000000;
}

#footer {
	background-color: #fff;
	width: 780px;
	font-size: 80%;
	text-align: left;
	clear:both;
}
/* ----------  Footer ---------------*/

#footer p {
	/*background-color: #CFE2D1;*/
	background-color: #E4E4E4;
	/*background-color: #E4E4E4;*/
	padding: 4px 4px 4px 10px;
	margin: 0;
	color: #999999;
}
#footer p a {
	background-color: #E4E4E4;
	padding: 4px 4px 4px 10px;
	color:#333333;
	text-decoration:none;
/*	text-decoration:underline;*/
}
#footer p a:hover {
	padding: 4px 4px 4px 10px;
	margin: 0;
	color:#FF6600;
	text-decoration:underline;
}
/* ------------- Site Map ----------- */
#sitemap {
	padding: 0px 0px 0px 60px;

}

#sitemap a {
	color:#336699;
	text-decoration:none;
	font-size:75%;
	/*border-bottom: 1px dashed #669900;*/
	padding:0;
	margin:0;
}
#sitemap a:hover {
	color:#000000;
	background-color:#FF6600;
	text-decoration:none;
}
#sitemap ul {
  margin:0;
  padding-left:16px;
  padding-top:3px;
  padding-bottom:10px;
  }
#sitemap li {
  padding-top:6px;
  font-size: 90%;
  color:#000000;
}


.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	position: static;
	margin: 5px;
	padding: 5px;


}
.PageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006600;
	font-style: normal;
	font-weight: bold;
	background-color: #CCFFCC;


}

/*
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;* /
}
*/
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.qandaheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.nicespacing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
}
.titlebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.italics {
	font-style: italic;
}
.qandahl {
	font-size: 14px;
	color: #330099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: underline;
}

.tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 6.5pt;
	font-style: italic;
	color: #666666;
}
.cardname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #663399;
	font-weight: bold;
}
.cardtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.italicsindent {
	font-style: italic;
	text-indent: 10pt;

}
.bull
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-image: url(../Shared/bullet_rb.gif);
	display: list-item;
	text-align: left;
	list-style-position: outside;
	list-style-type: none;
	background-position: left;
	text-indent: 0pt;
	white-space: normal;
	padding-left: 0px;
	position: static;
	margin-bottom: 0.5em;
}

.CaseStudy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #006600;
}
.TableBorder {
	border: thin solid #ECECFF;
	padding: 1px;
	height: auto;
	width: auto;

}
.head2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}
.head1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
	font-style: normal;
}

.galleryheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #362035;
}

.textPlus2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	position: static;
	margin: 5px;
	padding: 5px;
}
.textUL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	position: static;
	margin: 5px;
	padding: 5px;
	text-decoration: underline;

}
.verd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	
}

.verd a:link {
	text-decoration: none;
}
.verd a:visited {
	text-decoration: none;
}
.verd a:hover {
	text-decoration: none;
}
table#arenas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table#arenas a {
	text-decoration: none;
	font-weight: bold;
}
table#arenas a:link, table#arenas a:visited, table#arenas a:hover  {
	text-decoration: none;
}
.picborder {
	border: 1px solid #FFFFFF;
}
.picbordertb {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.picbordertbleft {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	outline-color: #FFFFFF;
	outline-style:solid;
	outline-width:1px; 
}
.picbordertbright {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.picborder5 {
	border: 5px solid #CC6600;
}
.picbordertest {
	border-top: 3px solid #009900;
	border-right: 2px solid #009900;
	border-bottom: 3px solid #009900;
	border-left: -2px solid #009900;

}
.newsheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
}
.newssubmitter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}
.newssubmitterLeft {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
.newssubmitterRight {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	text-align: right;
}
.newsbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}

div#gamebox {
	width: 166px;
	border: 2px solid #336666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#game {
	font-size: 13px;
	color: white;
	background-color: "#336666";
	font-weight: bold;
	padding: 3px;
	text-align: center;
}
div#gamedate {
	font-size: 12px;
	color: white;
	background-color: "#336666";
	padding: 0px 2px 2px;
	text-align: center;
}
div#gamespacer {line-height: 8px}
div#imagepad {padding: 0px 3px 1px};
div#nextgame {
	font-size:11px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 0px 0px 3px;
	overflow: hidden;
}

.nextgame {
	font-size:11px;
	color: #000000;
	font-weight: bold;
	overflow: hidden;
}
.mvaa {

	margin: 5px;
}
.marq {
	color: #003399;
	font-weight: bold;
}

.infopad { padding: 0px 10px;
}
.marginh10 {
	margin-left:10;
	margin-right:10;
}
.padh20 {
	padding-left:20;
	padding-right:20;
}

/* Standard header layout for all sub headings in the page*/
div#outerbox{
border: 1px solid #000000;
background-color: #FFFFFF;
padding: 1px;
}
.MarginTop2px {
	margin-top: 2px;
}

div#arhaheaderbox  {
	background-color: #000000;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style: normal;
	font-weight: bold;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	border-top: 2px solid #B59C63;
	border-bottom: 1px solid #B59C63;
	/*border-left: 1px solid #B59C63;
	border-right: 1px solid #B59C63;*/
	/*border-top: 3px solid #B59C63;
	border-bottom: 3px solid #B59C63;*/
}
div#goldbox {
	background-color:  #C1AC7B;
	color: #000000;
	padding: 3px;
	font-size: 140%;
	font-style: normal;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}
