/* Firefox Scrollbar Hack */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* Layout */

#hd {
	
}
#hd h1 {
		
	}
#hd #links {
	position:absolute;
	top: 10px;
	left:10px;
	color:#fff;
	font-size:87%;
}
.yui-g {
	
}
#bd_bottom {
	clear:both;	
}

#ft {
	
	text-align:center;
	font-size:87%;
	clear:both;

}
.yui-g .content {
	padding:10px 20px 10px 20px;
}
.content {
	padding:10px;
}
/* Body */
body, html {
	background-color: #fae79f;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #333;
	line-height:1.6em;
}


#bd, #yui-main {
	background:url(../images/bg_bd.jpg) repeat-y top left;
}
#bd_bottom {
	height:90px;
	background:url(../images/bg_bd_bottom.jpg) no-repeat bottom left;
}
a {
	color:#7484A7;
}
a:hover {
	color:#4474D7;
}
a:visited {
	color:#6B5F98;
}

:focus{
outline:0;
}

hr{
background:#ccc;
border:none;
color:#ccc;
height:1px;
margin-left:auto;
margin-right:auto;
margin:1em 0;
width:100%;
}
/* Headings */

h1,h2,h3,h4,h5,h6,h7{
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
line-height:1.2em;
color:#7484A7;
}
h1{
font-size:153.9%;
margin:0 0 1em 0;
}
h2{
font-size:138.5%;
margin:1em 0 0 0;
}
h3{
font-size:123.1%;
margin:1em 0 0 0;
}
h4{
font-size:108%;
margin:1em 0 0 0;
}
h5{
font-size:108%;
margin:1em 0 0 0;
}
h6{
font-size:108%;
margin:1em 0 0 0;
}
/* Paragraph Text */
 p,pre{
margin:.25em 0 1em 0;
line-height:1.6em;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}
/* MISC: =Lists
----------------------------------------------- */
.yui-g ul {
  margin:.5em 0 1em 1em;
  padding:0;
  list-style:none;
  }
.yui-g ol {
  margin:.5em 0 1em 1em;
  padding:0;
  line-height:1.5em;
  list-style:decimal;
  }
.yui-g ol li {
  list-style:decimal;
  margin:0 0 0 15px;
  }
.yui-g ul li {
  background:url("../images/bullet.gif") no-repeat 0px .2em;
  padding:0 0 0px 15px;
  margin:0;
  }
.yui-g ul li li{
  background:url("../images/bullet2.gif") no-repeat 0px .2em;
  padding:0 0 0 15px;
  margin:0;
  }
.yui-g ul.offsite {
  margin-bottom:.75em;
  }
.yui-g ul.offsite li {
  background:url("../images/icon_offsite.gif") no-repeat 1px .5em;
  padding-left:18px;
  text-indent:0;
  }
.yui-g  ul.bulleted li {
  background:url("../images/icon_s.gif") no-repeat 2px .35em;
  padding-left:20px;
  margin-top:0;
  text-indent:0;
  }
.entry ul {
  margin-left:10px;
  margin-right:10px;
  }
dl dl {
  margin:1em 20px;
  }
dt {
  clear:left;
  font-weight:bold;
  }
#maincol li em {
  font-style:normal;
  font-weight:normal;
  font-size:85%;
  line-height:1.6em;
  color:#777;
  }
dd {
  margin:0 0 1em;
  padding:0;
  }
.teaser dd {
  margin-bottom:1em;
  }
.links dt {
  font:125%/1.4em Georgia,Serif;
  }
.links dd {
  font-size:85%;
  line-height:1.6em;
  }
dd ul {
  margin:0;
  padding:0;
  }
dd li {
  width:100%;
  padding:0;
  margin:0;
  text-indent:0;
  }


/* Block Level Type Styles */ 
blockquote{
margin:1em 2em 1em 1em;
}
address{
}
del{
}
ins{
}
pre{
}
/* Inline Type Styles */ 
abbr,acronym{
border-bottom:1px dotted #333;
cursor:help;
}
em,dfn,cite {
	font-style:italic;
	font-weight:inherit !important;
}
strong {
	font-weight:bold;
}
strong em, em strong {
font-weight:bold;
font-style:italic;
}

/* Tables */ 

th,td{
padding:2px 10px 2px 0px;
vertical-align: top;
}
th{
font-weight:bold;
}
caption{
font-style:italic;
}
.datatable {
border:1px solid #ccc;
margin:.25em 0 1em 0;
}
.datatable th {
border-bottom:1px solid #1F436B;
color:#fff;
padding-left:4px;
border-right:1px solid #1F436B;
font-weight:normal;
font-size:108%;
background:#23548c url(../images/bg_gradient_blue.jpg) repeat-x top left;
}
.datatable td {
border-bottom:1px solid #ddd;
border-right:1px dotted #ccc;
border-top:0;
border-left:0;
padding:4px 10px 2px 4px;
}
.datatable td.darkrow {
	background-color:#F1F1F1;	
}
/* Forms */ 
form{
margin:0;
padding:0;
}
label{
display:block;
margin-bottom:1em;
}
fieldset{
border:1px solid #F7931D;
padding:.5em 1em;
margin:1em;
}
legend{
color:#fff;
padding:3px 6px;
background:#23548c url(../images/bg_gradient_blue.jpg) repeat-x top left;
border:1px solid #1f436b;
}
input, textarea, select{
font-family:Helvetica, Arial, sans-serif;
}
/*////////// IMAGES //////////*/

img,img a{
border:none;
margin:0;
}
img.block{
display:block;
margin:.5em 0;
}
img.imgborder{
border:1px solid #505E7E;
padding:2px;
background-color:#7484A7;
}
img.imgleft{
float:left;
margin:0 1em .5em 0;
}
img.imgright{
float:right;
margin:0 0 .5em 1em;
}

/*//////  CLASSES ///////////*/

.cleardiv {clear: both; }
.cleardiv:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
.cleardiv { display: inline-block; } html[xmlns] 
.cleardiv { display: block; } * html 
.cleardiv { height: 1%; }

.error{
background:#ffeb2c;
}
.floatleft{
float:left;
margin-right:1em;
position:relative;
}
.floatright{
float:right;
margin-left:1em;
position:relative;
}
.fullwidth{
width:100%;
}
.middle{
vertical-align:middle;
}
.noborder{
border:none;
border:0;
}
.nomargintop{
margin-top:0;
}
.nospace{
margin:0;
padding:0;
}
.nowrap{
white-space:nowrap;
}
.required{
color:#c8161d;
font-weight:bold;
}
.table2col{
width:50%;
}
.table3col{
width:33%;
}
.table4col{
width:25%;
}
.textcenter{
margin-left:auto;
margin-right:auto;
text-align:center;
}
.textleft{
text-align:left;
}
.textright{
text-align:right;
}
.textsmallbold{
font-size:85%;
font-weight:bold;
}
.textsmall{
font-size:85%;
}

.button {
	background-color:#7484A7;
	color:#fff;
}
.topOfPage{
background:#f1f1f1;
border:#ccc 1px solid;
cursor:pointer;
float:right;
text-align:center;
text-decoration:none;
width:3em;
}
.topOfPage a,#main-copy .topOfPage a:visited{
background:#f4e1aa;
text-decoration:none;
}
/* Link Icon Styles */
a.pdf {padding-right:20px;margin-right:2px;background: url(/images/icons/pdf.png) no-repeat right bottom;}
a.msWord {padding-right:20px;margin-right:2px;background: url(/images/icons/doc.png) no-repeat right;}
a.msExcel {padding-right:20px;margin-right:2px;background: url(/images/icons/xls.png) no-repeat right;}
a.msPowerpoint {padding-right:20px;margin-right:2px;background: url(/images/icons/ppt.png) no-repeat right;}
a.externalLink {padding-right:18px;margin-right:2px;background: url(/images/icons/external_link.png) no-repeat right;}
a.swf {padding-right:20px;margin-right:2px;background: url(/images/icons/flash.png) no-repeat right bottom;}
