/* Basic */
{
	padding: 0em;
	margin: 0em;
}

h1,h2 
{
}

body 
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color:#666;
	background-color: #fff;
}

a 
{
	color: #0077dd;
	text-decoration: undeline;
}

a:hover {
	text-decoration: none;
}

/* Outer */

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

/* Header */

#header
{
	position: relative;
	top: 0em;
	background: #252525 url('images/ChlorideNewHeader.jpg') no-repeat;
	height: 12em;
	padding-left: 0em;
}

#header h1
{
	position: absolute;
	top: 1.2em;
	left: 9.0em;
	font-size: 2.0em;
	letter-spacing: -0.05em;
	color: #FFFFFF;
}


#header h2
{
	position: absolute;
	font-size: 1em;
	left: 2.5em;
	top: 8em;
	color: #FFFFFF;
}

/* Menu */

#menu
{
	position: absolute;
	top: 117px;
	right: 3em;
	height: 28px;
}

#menu .caution
{
	background: #FF0000;
	color: #FFFFFF;
}

#menu .active
{
	background: #FFFFFF;
	color: #003591;
}

#menu a:hover
{
	background: #FFFFFF;
	color: #003591;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #E0E8EF;
}

#menu li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menu li a
{
	color: #fff;
	padding: 0.1em;
	text-decoration: none;
}

/* Undermenu */

#sidemenu
{
	position: relative;
	top: 0em;
	right: 0em;
	padding-bottom: 20px;
	float: left;
	
}

#sidemenu .active
{
	background: #004778;
	color: #E0E8EF;
}

#sidemenu a
{
	text-decoration: none;
}

#sidemenu a:hover
{
	background: #004778;
	color: #E0E8EF;
}

#sidemenu ul
{
	list-style: none;
}

#sidemenu li
{
	display: block;
	float: left;
	width: 110px;
	padding: 5px 10px;
	border-bottom: 1px solid #EFEFEF;
/*	display: inline;
	padding-bottom: 1.1em;
	margin-bottom: 1em;
	border-bottom: dotted 1px #E0E8EF;
*/
}

/** CONTENT */

#content {
	width: 1000px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

#columnA {
	float: right;
	width: 740px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px dashed #EEEEEE;
}

#columnA h2 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	font-size: 12pt;
	font-weight: bold;
}

#columnB {
	float: left;
	width: 170px;
	padding-left: 20px;
	padding-right: 20px;	
}

#columnB h3 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

/* -----------footer--------------------------- */
#footer {
	clear: left;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	margin-left: 20em;
}

table.result {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	width: 600px;
	background-color: #666;
	border: 2px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.result td {
	background-color: #CCC;
	color: #000;
	padding: 4px;
	text-align: center;
	border: 1px #fff solid;
}

table.result td.hed {
	background-color: #666;
	color: #fff;
	padding: 4px;
	text-align: center;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
}

blockquote { border : solid #666 1px;
   padding : 0.06em 0.2em 0.06em 0.4em; 
   margin: 0.5em 0em 0em;
   background: #f9f9f9 none; color: #000; }
.credit { text-align : right; 
   font-family:Arial,Helvetica,sans-serif; }
.credit { font-size: 80%; } 
.credit small { font-size: 100%; } 

@media screen { blockquote {
   -moz-border-radius: 0.3em; }}

blockquote pre { margin: 0; }

blockquote > p:first-child { margin-top: 0; }
blockquote > p:last-child  { margin-bottom: 0; }

blockquote.plain { border : none;
 background : transparent none; color : #000; margin-left:2em; }