/*When creating new CSS use capital letters to indicate an "id" and lowercase to indicate "class"*/

/* Master Container BEGIN */
body {
	background: #707276;
	color: #333;
	font: 0.70em Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin: 5px 0 10px 0;
}
#Container {
/*	background: #fff;*/
	background: #fff url(/wiassets/images/IMG-BackgroundFadeRight.gif) repeat-y right; 
	width: 980px;
}
/*
#Container a {
	color: #3e647e;
	outline: none;
	text-decoration: none;
}
#Container a:hover {
	color: #204055;
	text-decoration: underline;
}
#Container acronym {
	border: 0;
}
#Container th a {
	color: #fff;
}
#Container th a:hover {
	color: #fff;
	text-decoration: underline;
}
*/

/* Header BEGIN */
#Header {
/* Header is empty but is needed for relative positioning of header components. */
	background: #fff;
/*	background: #fff url(/wiassets/images/IMG-BackgroundFadeRight.gif) repeat-y right;
	width:990px;*/
}
#Logo {
	float: left;
	padding: 10px 0 0 20px;
}

#Global {
	float: right;
	position: relative;
	top: 33px;
	right: 10px;
}
#Global td.link {
	height: 19px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/* Header END */

/* Navigation BEGIN */
#Nav {
	background: #fff url(/wiassets/images/IMG-BackgroundFadeRight.gif) repeat-y right;
	height: 35px;
}
#Nav a {
	color: #204055;
	text-decoration: none;
}
#Nav a:hover {
	color: #fff;
	text-decoration: none;
}
/* Navigation END */


/* Clear BEGIN */
.clear {
	clear: both;
}
/* Clear END */



#IndexTable {
	background: #fff; /* url(/wiassets/images/IMG-BackgroundFadeRight.gif) repeat-y right; */
	padding: 0px 0px 0px 0px;
	margin: 0;
	height: 500px;
}

#IndexLeft {
	background: #e7ebef;
	margin: 0;
	padding: 15px 15px 100px 15px;
	text-align: left;
	width: 235px;
}
#IndexLeft h3 {
	color: #fc7c00;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
}
#IndexLeftTan {
	background: #e7ebef;
	margin: 0;
	padding: 15px 15px 100px 15px;
	text-align: left;
	width: 235px;
}
#IndexRight {
	background: #fff url(/wiassets/images/IMG-BackgroundFadeRight.gif) repeat-y right;
	background: #e7ebef;
	margin: 0;
	padding: 15px 15px 100px 15px;
	text-align: left;
	width: 235px;
}
#IndexRight h3 {
	color: #fc7c00;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
}
#IndexMiddle {
	background: #fff; /* url(/wiassets/images/IMG-BackgroundFadeRight.gif) repeat-y right; */
	margin: 0;
	padding: 15px 15px 100px 15px;
	text-align: left;
	width: 550px;
	font: 1.20em Arial, Helvetica, sans-serif;
}
#IndexMiddle h3 {
	color: #fc7c00;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
}


/* Footer BEGIN */
#IndexFooter {
	background: #7c98ae url(/wiassets/images/IMG-BackgroundFadeRight.gif) repeat-y right;
	color: #fff;
	text-align: left;
	width:990px;
}
#IndexFooter a {
	color: #fff;
	text-decoration: none;
}
#IndexFooter a:hover {
	color: #fff;
	text-decoration: underline;
}
.indexFooterLeft {
	float: left;
	width: 700px;
}
.indexFooterLeft ol {
	margin: 0;
	padding: 30px 0 5px 35px;
}
.indexFooterLeft li {
	display: inline;
	list-style: none;
	border-right: 1px solid #fff;
	margin-right: 1em;
	padding-right: 1em;
}
.indexFooterLeft li.last {
	border-right: 0;
}
.indexFooterRight {
	float: right;
	text-align: right;
	width: 250px;
}
.indexFooterRight ol {
	margin: 0;
	padding: 30px 50px 5px 35px;
}
.indexFooterRight li {
	display: inline;
	list-style: none;
	padding-left: .5em;
}

/* Footer END */
