/* General Tags */
body{
	font-family: Verdana, Arial, sans-serif;
	font-size: .8em;
	text-align:center;
	margin:0;
	padding:0;
	background:#FFF url(../images/background.gif) repeat-x top;
	background-attachment:fixed;
}
td{
	font-family: Verdana, Arial, sans-serif;
	font-size: .8em;
	/*text-align:left;*/
	margin:0;
	padding:0;
}
sup{
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
	text-align:left;
	color: red;
	font-weight: bold;
	text-decoration: blink;
}
a{
	color:#006699; /*006699;*/
	text-decoration: underline;
}
a:hover{
	color:#E06606;
	text-decoration:underline !important;
}
h1{
	font-size:2.4em;
	margin: .5em 0;
}
h2{
	font-size:2.0em;
	margin: .5em 0;
}
h3{
	font-size:1.8em;
	margin: .5em 0;
}
h4{
	font-size:1.4em;
	margin: .5em 0;
}
h5{
	font-size:1.2em;
	margin: .5em 0;
}
h6{
	font-size:1em;
	margin: .5em 0;
}
.break{
	clear:both;
	visibility:hidden;
}
a{
	font-color: blue;
}
a img{
	border:0;
}
.radioButtonStyle{
    background-color:#FE9901;
    cursor: default;
}
/*************************************/
/* Global Styles */
div#globalWrap{
	width:750px;
	width: 59em;
	background-color:#FFFFFF;
	text-align:left;
	margin: 0 auto;
	clear:both;
	position:relative;
	border-right:2px solid #EAEAF0;
	border-left:2px solid #EAEAF0;
}
div#websiteHead{
	margin: 0; padding: 0;
}
div#mainWrapper{
	padding: 0 1em 1em 1em;
	position:relative;
	clear:both;
	margin: 0 0 0 0;
	z-index:0;
}
.footer{
	font-size:.8em;
	color: white;
	background-color:#E1711D;
	margin:0;
	padding: .5em;
}
.footer a{
	font-size:10px;
	color: white;
	text-decoration: underline;
}

div#mainMenuLinks,
div#headBox{
	float:left;
	text-align:right;
	margin: 5px 12px 8px 12px;
	width:auto;
	display:inline;
	clear:right;
}

div#mainMenuLinks a{
	color:#E06606;
	text-decoration:none;
	margin: 0 .1em 0 0;
	font-weight:bold;
	font-size : 0.85em !important;
	padding-left : 0.2em;
	padding-top: 2em;
}
.orangeBoxBottom h3 {
  font: bold 1.4em Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.imageFloat {
  float: left;
  } 

/*************************************/
/* Curved White Box */

.curvedboxStandard {
	background:    url("../images/cornerwhite-bottomleft.gif") no-repeat bottom left;
	margin: 10px 0 5px 0;
	clear:both;
	position:relative;
}
.curvedboxStandard .boxhead {
	background:    url("../images/cornerwhite-topright.gif") no-repeat right top;
	margin: 0;
	padding: 0;
	position:relative;
}
.curvedboxStandard .boxhead h3 {
	color:#AE0068;
	background:    url("../images/cornerwhite-topleft.gif") no-repeat top left;
	margin: 0;
	position:relative;
}
.curvedboxStandard .boxbody {
	font-size: .9em;
	background: #FFFFFF 
	margin: 0;
	margin : 0 0 0 5px;
	padding:5px 5px 5px 0;
	position:relative;
}
.curvedboxStandard .boxhead h3.collapse {
	line-height:5px;
}
.curvedboxStandard .orangeBoxBottom {
	font-size: .9em;
	background: #FFFFFF url("../images/cornerwhite-bottomright.gif") no-repeat bottom right;
	margin: 0;
	margin : 0 0 0 5px;
	padding:5px 5px 5px 0;
	position:relative;
}
#contentsList .orangeBoxBottom .collapse{
	display:block;
	line-height:1px;
}
.curvedboxStandard a{
	color:#006699;
	text-decoration: underline;
}
.curvedboxStandard a:hover{
	color:#E06606;
	text-decoration: underline;
}
/*************************************/
/* Curved Gray Box */

.roundboxHeader{
	background: #d9d9d9 url("../images/cornergray-bottomright.gif") no-repeat bottom right;
	margin: 0 0 5px 0;
}
.roundboxHeader .boxhead {
	background:    url("../images/cornergray-topright.gif") no-repeat right top;
	margin: 0;
	padding: 0;
}
.roundboxHeader .boxhead h2 {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.8em;
	color:#333333;
	background:  url("../images/cornergray-topleft.gif") no-repeat top left;
	margin: 0;
	padding: 5px 0 0 15px;
}
.roundboxHeader .orangeBoxBottom {
	font-size: .95em;
	background:   url("../images/cornergray-bottomleft.gif") no-repeat bottom left;
	margin: 0;
	padding:5px;
}

/*************************************/
/* Curved Orange Box  */

#topHeader{
	background: #ff9900 url("../images/cornermain-bottomright.gif") no-repeat bottom right;
	margin: 0;
}
#topHeader .boxhead {
	background:    url("../images/cornermain-topright.gif") no-repeat right top;
	margin: 0;
	padding: 0;
}
#topHeader .boxhead h2 {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:2em;
	color:#FFFFFF;
	background:    url("../images/cornermain-lefttop.gif") no-repeat top left;
	margin: 0;
	padding: 5px 0 0 15px;
}
.boxhead h2 .suppInfo{
	font-size: .45em;
	color:#333333;
	text-decoration:none;
}
#topHeader .orangeBoxBottom {
	font-size: .95em;
	background:  url("../images/cornermain-bottomleft.gif") no-repeat bottom left;
	margin: 0;
	padding:3px;
}



/*********************************************/
#contentsList{
	width:40em;
	float:left;
	/*z-index:-1;*/
}
#contentsList .orangeBoxBottom{
	overflow:hidden;
}
#sidebarList{
	width:16.3em;
	float:right;
	z-index:-1;
}

html>body #sidebarList{
	z-index:0;
}
#contentsList,
#sidebarList{
	clear:none !important;
	position:relative;
	display:inline;
}
#contentsList .curvedboxStandard,
#sidebarList .curvedboxStandard{
	position:relative;
}


.barHeader .boxhead .header,
#contentsList .curvedboxStandard .boxhead .header,
#sidebarList .curvedboxStandard .boxhead .header {
	color:#AE0068;
	background:    url("../images/cornerwhite-topleft.gif") no-repeat top left;
	margin: 0;
	position:relative;
}
.barHeader .boxhead .header,
#contentsList .curvedboxStandard .boxhead .header,
#sidebarList  .boxhead .header,
.curvedBar .boxhead .header,
.component .header{
	padding:7px 5px 0 5px;
	position:relative;
}
#contentsList .curvedboxStandard .boxhead,
#contentsList .curvedboxStandard .header,
#contentsList .curvedboxStandard .boxhead .title,
#contentsList .curvedboxStandard .boxhead .headTop,
#contentsList .curvedboxStandard .boxhead h3,
#contentsList .curvedboxStandard .boxhead .headBottom{
		position:relative !important;
}
.barHeader .boxhead h3,
#contentsList .curvedboxStandard .boxhead h3,
#sidebarList  .boxhead h3,
.curvedBar .boxhead h3{
	color:#333333 !important;
	font-size:1.3em;
}
.barHeader .boxhead .title,
#contentsList .curvedboxStandard .boxhead .title,
#sidebarList .boxhead .title .headBottom{
	background:#F69D0B url("../images/cornerwhite-cut-bottomright.gif") no-repeat bottom right;
	position:relative;
}
.barHeader .boxhead .headTop,
#contentsList .curvedboxStandard .boxhead .headTop,
#sidebarList  .boxhead .headTop{
	display:block;
	background:transparent url("../images/cornerwhite-cut-topright.gif") no-repeat top right;

}
.component .header {
	padding-top: 0 !important;
}
.barHeader .boxhead h3,
#contentsList .curvedboxStandard .boxhead h3,
#sidebarList  .boxhead h3{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	background:transparent url("../images/cornerwhite-cut-topleft.gif") no-repeat top left;
	margin:0 0 0 0 !important;
	line-height:1em;
	padding: 6px 0 3px 10px;
	overflow:visible;
}
.barHeader .boxhead .headBottom,
#contentsList .curvedboxStandard .boxhead .headBottom,
#sidebarList  .boxhead .headBottom{
	background: transparent url("../images/cornerwhite-cut-bottomleft.gif") no-repeat bottom left;
	display:block;
	color:#000;
	text-align:right;
	font-weight:bold;
	line-height:.3em;
	position:relative;
}
#contentsList .curvedboxStandard .boxhead .headBottom span,
#sidebarList  .boxhead .headBottom span,
.curvedBar .boxhead .headBottom span,
.component .header .headBottom span{
	font-size:.6em;
	border:1px solid #CCC;
	position:relative;
	top:-1.2em;
	right:-13%;
}


.curvedBar .boxhead .title,
.component .header .title{
	background:#F69D0B url("../images/cornergray-cut-bottomright.gif") no-repeat bottom right;
	position:relative;
}

.curvedBar .boxhead .headTop,
.component .header .headTop{
	display:block;
	background:transparent url("../images/cornergray-cut-topright.gif") no-repeat top right;
}

.curvedBar .boxhead h3,
.component .header h3{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	background:transparent url("../images/cornergray-cut-topleft.gif") no-repeat top left;
	margin:0 0 0 0 !important;
	line-height:1em;
	padding: 4px 0 3px 10px;
	overflow:visible;
}
.curvedBar .boxhead .headBottom,
.component .header .headBottom{
	background: transparent url("../images/cornergray-cut-bottomleft.gif") no-repeat bottom left;
	display:block;
	color:#000;
	text-align:right;
	font-weight:bold;
	line-height:.3em;
	position:relative;
}


.curvedboxStandard .boxhead .collapse {
	line-height:5px;
}
#contentsList .curvedboxStandard p.instructions,
#sidebarList .curvedboxStandard p.instructions,
.curvedBar .boxhead p.instructions{
	font-size:.85em;
	margin: 1em 0 !important;
}


/*************************************/
/* Curved Light Gray Box */

.curvedBar {
	background:  #eeeeee  url("../images/cornergray2-bottomright.gif") no-repeat bottom right;
	margin: 10px 0 5px 0;
	clear:both;
	position:relative;
}
.curvedBar .boxhead {
	background:    url("../images/cornergray2-topright.gif") no-repeat right top;
	margin: 0;
	padding: 0;
	position:relative;
}
.curvedBar .boxhead .header {
	color:#AE0068;
	background:    url("../images/cornergray2-topleft.gif") no-repeat top left;
	margin: 0;
	position:relative;
}
.curvedBar .orangeBoxBottom {
	font-size: .8em;
	background:  url("../images/cornergray2-bottomleft.gif") no-repeat bottom left;
	margin: 0;
	padding:5px;
	position:relative;
}

.curvedBar a{
	color:#CC6633;
}

.curvedBar .toolbox h3{
	position:relative;
}
.curvedBar .toolbox{
	padding: 1em 1.5em;
	line-height:1.5em;
}
.headertoolbox .toolbox{
	padding: .2em 1em .6em 1em !important;
}
 .headertoolbox{
	z-index:100;
}


.curvedBar .toolbox .button{
	margin: 1px auto;
	padding: 1em 0 0;
}
div.component h3{
	font-size:1.5em !important;
}
div.component .body{
	padding: .5em .6em;
}

div.component .body h4.expanded, div.component .body h4.collapse {
	color: #666;
}

div.component .body h4.expanded a {
	color: #666;
	display:inline;
	padding:2px 25px 10px 15px;
	background:transparent url(../images/content-arrow-down.gif) no-repeat 0 3px;
}
div.component .body h4.collapse a {
	color: #666 !important;
	display:inline;
	padding:2px 25px 10px 15px;
	background:transparent url(../images/content-arrow-right.gif) no-repeat 0 3px;
}


div.component .tag{
	display:block;
/*	float:left;
	width: 49%;*/
	position:relative;
}
div.component ul{
	margin:0;
	padding:0 0 0 1em;
	list-style-type:none;
}
div.component h4{
	color:#404040;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
#sidebarList h3,
#sidebarList h3 a{
	color:#666666 !important;
}
#contentsList h3 a,
#sidebarList h3 a{
	padding-left:12px;
	background:transparent url(../images/component-arrow-down.gif) no-repeat 0 .3em;
	display:block;
}
#contentsList h3.collapse a,
#sidebarList h3.collapse a{
	background:transparent url(../images/component-arrow-right.gif) no-repeat 0 .2em;
}

#contentsList h3 a{
}

.module{
	position:static !important;
	border-top:1px solid #FFF;
}
.module .orangeBoxBottom{
	padding: .5em 1em;
}


.module dl{
	margin: .5em 1em .5em 0;
}
.module dt{
	font-size: 1.1em;
	font-weight:bold;
}
.module dt a,
.module ul a{
	text-decoration:none;
}
.module ul a{
	font-size: 1.1em;
	font-weight:bold;
}
.module dd{
	font-size: .95em;
	margin: 0 0 1em 0;
	padding:0;
}
.module ul{
	margin:0;
	padding:0;
	list-style:none;
}
.module li{
	margin:.5em 0;
	padding:0;
}
.module ol{
	font-size: 1.1em;
	margin:0;
	padding:0 0 10px 1.7em;
}

div#sidebarList a{
	text-decoration:none;
	color:#006699;
}
div#sidebarList a:hover{
	text-decoration:underline;
}

