@charset "utf-8";
/* Existing tag styles */

body
{
	text-align:left;
	background-color:#FFFFFF;
	width:100%;
	font-family: sans-serif;
	font-size:10pt;
	color:#333333;
}

h1
{
	font-size:1.5em;
}

h2
{
	font-size:1.3em;
}

h3
{
	font-size:1.1em;	
}

img
{
	border:0px;
}
p
{
	font-size:10pt;
}
/*normal anchor tags*/
a
{
	font-size:10pt;
}

a:link, a:visited
{
	text-decoration:none;
	background-color:transparent;
	color:#006666;
	font-size:10pt;
}

a:hover, a:active
{
	border:0px;
	background-color:transparent;
	font-size:10pt;
}
fieldset
{
	border:1px solid #c4c4c4;
}
legend
{
	border:1px solid #c4c4c4;
	background-color: #7d7d7d;
	font-size:1.2em;
	font-family:arial, sans-serif;
	font-weight:bold;
	padding:.5em;
	color:#c4c4c4;
}
/*nav area anchor tags*/
a.nav:link, a.nav:visited
{
	margin-left:10px;
	text-decoration:none;
	color:#006666;

}

a.nav:hover, a.nav:active
{
	
	border:0px;
	background-color:#009999;
	color:#ffffff;
}
/*read more (white paper textlink) anchor tags*/
a.readmore:link, a.readmore:visited
{
	text-decoration:none;
	color:#666600;
	font-variant:small-caps;
	font-family:tahoma, sans-serif;
	
}

a.readmore:hover, a.readmore:active
{
	text-decoration:underline;
}

/*blank anchor tags*/
a.blank:link, a.blank:visited
{
	text-decoration:none;
	background-color:transparent;
	
}

a.blank:hover, a.blank:active
{
	border:0px;
	background-color:transparent;
}

ul
{
	list-style-type: square;
	margin-top:-3px;
	margin-bottom:-1px;
}

li
{
 	margin-left:-10px;
	color:#666666;
	padding:.2em;
	
} 


/* Context-specific class styles */

div.container
{
	width:800px;
	margin-right:auto;
	margin-left:auto;
	top:0px;
}

div.masthead
{
	height:153px;
	width:100%;
	text-align:right;
}

div.navarea
{
	text-align:left;
	width:154px;
	height:100%;
	float:left;
	background-color:#ffffff;
}

div.navbox
{
	margin-top:5px;
	background-color:#F6F6F6;
	font-family: sans-serif;
	width:100%;
	line-height:135%;
	padding:5px;
	border:1px solid #999999;
	}

div.content
{
	 margin-left:185px;
}

div.product
{
	text-align:right;
	width:158px;
	float:right;
}

div.visualbar
{
	width:158px;
	float:right;
}
div.addthis
{
	margin-top:.8em;
	float:right;
}

div.footer
{
	width:100%;
	padding-top:30px;
	margin-bottom:0px;
}

p.excerpt
{
	font-size:.9em;
	font-family:Tahoma, sans-serif;
	color:#666666;
}
/*thing at the bottom of expanded checkbox forms*/
.bottomconnector
{
	border:1px dotted #006666;
	padding:2px;border-top:0px;
}

