/* Firefox Scrollbar Hack */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
	background-color:#FFF;
}

/* Layout */

#hd {
	text-align:right;
}
#hd h1 {
		
	}
#hd #links {
	position:absolute;
	top: 10px;
	left:10px;
	color:#fff;
	font-size:87%;
}

#ft {
	
	text-align:center;
	font-size:87%;

}
.content {
	padding:10px;
}
/* Body */
body, html {
	background-color: #FFFFCC;
	margin: 0px;
}
body,td,th {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333;
}

#bd {
	
}
a {
	color:#3287FF;
}
a:hover {
	color:#0069FE;
}
a:visited {
	color:#3287FF;
}
#mainmenu a {
	color:#000;
}
#mainmenu a:hover {
	color:#7484A7;
}
#mainmenu a:visited {
	color:#000;
}
: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{
line-height:normal;
letter-spacing:1px;
font-family: Georgia, "Times New Roman", Times, serif;
color:#635400;
}
h1{
font-size:182%;
margin:0 0 1em 0;
}
h2{
font-size:153.9%;
margin:0 0 1em 0;
}
h3{
font-size:138.5%;
margin:0 0 1em 0;
}
h4{
font-size:108%;
margin:0 0 1em 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.5em;
}
/* MISC: =Lists
----------------------------------------------- */
ul {
  margin:.5em 0 1em 1em;
  padding:0;
  list-style: circle;
  }
ul li {
  margin:0 0 1em 0;
  padding:0;
  list-style:disc inside;
  }
ol {
  margin:.5em 0 1em 1em;
  padding:0;
  line-height:1.5em;
  list-style:decimal;
  }
ol li {
  list-style:decimal;
  margin:0 0 0 15px;
  }

ul.offsite {
  margin-bottom:.75em;
  }
ul.offsite li {
  background:url("../images/icon_offsite.gif") no-repeat 1px .5em;
  padding-left:18px;
  text-indent:0;
  }
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:2px solid #FAE383;
font-weight:bold;
font-size:108%;
background-color:#FEFAE7;
}
.datatable td {
border-bottom:1px solid #eee;
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:.25em 0 1em 0;
}
label{
display:inline;
font-size:.94em;
}
fieldset{
border:1px solid #ccc;
padding:.5em 1em;
margin:.25em 0 1em 0;
}
legend{
color:#000;
padding:3px 6px;
background-color:#B8C7E6;
border:1px solid #ccc;
}
input, textarea, select{
font-size:100%;
font-family:Helvetica, Arial, sans-serif;
padding:2px;
}
/*////////// 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;
position:relative;
}
img.imgright{
float:right;
margin:0 0 .5em 1em;
position:relative;
}

/*//////  CLASSES ///////////*/

.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;
}
div.floatleft{
float:left;
margin-right:1em;
position:relative;
}
div.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;
}
.error {

	background-color: #FF0000;

	color:#fff;

}

.errorlabel {

	color: #FF0000;

}

.bottomborder {

	border-bottom:1px solid rgb(255,191,153);

}

.topborder {

	border-top:3px double #ccc;

}

.tableborder {

	border:1px solid #ccc;

}

/* 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/icon_offsite.gif) no-repeat right;}
a.swf {padding-right:20px;margin-right:2px;background: url(../images/icons/flash.png) no-repeat right bottom;}
