html {
  height: 100%;
  _width: 1100px;
}

body {
	
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 170%;

	color: #282828;
	scrollbar: yes; 
	background-image: url(../images/bg/gradient3.jpg);
	background-color:#F6F6F6;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	font-weight: 400;
	float: inherit;
	position: absolute;
}

body:before {
content: "";
position: fixed;
top: -10px;
left: -10px;
width: 110%;
_width: 90%;
height: 10px;

-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
box-shadow: 0px 0px 10px rgba(0,0,0,.8);

z-index: 1;
}

table {
  line-height: 0%;
}

.dotted_line {
	border-bottom: 1.5px groove #CCC;
	margin: 10px 20px 25px 20px;
	width: 700px;
	position: relative;	
} 

.borderit img{
border: 1px solid #ccc;
}

.borderit:hover img{
border: 1px solid #999;

}

.borderit:hover{
color: red; /* For IE to work properly*/

}

smalltxt {   
  clear: both;
  font: 200 0.9em "trebuchet ms", sans-serif;
  color: #282828;
}

h1 {
	font: 700 2.1em Helvetica, Arial, sans-serif;
	color: #B10021;
}

h1 a {
  color: #B10021;
}

h1 a:hover {
  color: #B10021;
}

h2 {
  font: 600 1.1em  Helvetica, Arial, sans-serif;
  color: #369;
}

h2 a:hover {
	color: #333;
}

h3 {
 font: bold 1.3em Helvetica, Arial, sans-serif;
  color: #B10021;
}

h5 {
	color: #333;
	font-family: Helvetica, Arial, sans-serif inherit;
	font-size: 1.0em;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;  
}

h6 {
	color: #333;
	font-family: Helvetica, Arial, sans-serif inherit;
	font-size: 1.0em;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal; }

h7 {
  font: 400 0.9em Helvetica, Arial, sans-serif;
  color: #666;
  vertical-align:top;
  padding: 0px 15px;
	display:block;
  }

h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0px;
  padding: 10px 15px;
  margin-left: 0px;
  display:block;
}


.leftColumn h1,
.leftColumn h2, 
.leftColumn h3,
.leftColumn h4,
.leftColumn h5,
.leftColumn h6,
.leftColumn h7,
.leftColumn p,
.leftColumn dl {
  padding-left: 0;
}

a {	color: #008BCE;
	text-decoration:none;
	}

a:hover {color: #333;
		text-decoration: underline;
}
a:visited {color: #369;}

.r {color:#CCC}
.r:link {color:#CCC}
.r:hover {color:#FFF}
.r:visited {color: #999}

b {
  color: #000000;
}

ol, ul {
  margin: 10px 30px;
  padding: 0 30px;
}

ol {
  color: #FC0;
}

ol span {
  color: #EEE;
}

ul {
  list-style-image: url();
}

del {
  color: #AAA;
}

code {
  margin: 10px 15px;
  padding: 10px;
  display: block;
  overflow: auto;
  
  font: 400 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  
  background: #94BAE7;
}


.leftColumn code {
  margin-left: 0;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

dt {
  font-weight: bold;
  color: #FFB323;
}

dd {
  margin-left: 0;
  padding-left: 45px; 
}




/**************************************************************
   Form Elements
 **************************************************************/

label {
  display: block;
}

input,
textarea,
select {
  padding: 2px;
  font: 400 1em verdana, sans-serif;
  color: #444;
  background: #FFF;
  border: 1px solid #444;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #OOO;
  background: #FFF;
  border: 1px solid #B10021;
}

input.button {
  padding: 2px 5px;

  font: 400 1.1em "trebuchet ms", sans-serif;

  color: #555;
  background: #9FF3FF;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #00DFFF #00DFFF #FFF;
}





/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
  margin: 10px 10px;
  padding-left: 27px;
  padding-top: 0px;
  background-color: #FFF;  
  background-image: url();
  background-repeat: no-repeat;
  background-position: 5px 50%;  
}

blockquote.exclamation {
  background-image: url();
}

blockquote.stop {
  background-image: url();
}

blockquote.go {
  background-image: url();
}





/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

