@charset "utf-8";
/* CSS Document */
/* text ***************** */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	color:#333;
}
#content h1 {
	font-size:1.15em;
	font-family:Tahoma, Geneva, sans-serif;
	color:rgb(106,136,179); /* dark blue */
	margin:0 0 15px 0;
	padding:0;
}
#content h2 {
	font-size:1em;
	font-family:Tahoma, Geneva, sans-serif;
	color:rgb(99,172,165); /* dark green */
	margin:0 0 10px 0;
	padding:0;
}
#content h3 {
	font-size:.9em;
	font-family:Verdana, Geneva, sans-serif;
	color:rgb(50,50,50); /* dark green */
	margin:0 0 0 0;
	padding:0;
}
#content p,
#content li,
#content th,
#content td {
	margin:0 1em 2em 1em;
	line-height:1.25em;
	font-size:.9em;
	color:rgb(80,80,80);
}
#content p {
	margin:0 0 15px 0;
}
#callout p {
	font-size:1em;
	margin:10px 0 0 0;
	padding:0;
	color:rgb(93,157,150); /* green */
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	
}
#breadcrumb {
	font-size:smaller;
	color:rgb(100,100,100); /* gray */
}
sup {
	font-size:.9em;
}
.company { /* think we won't be using this style keeping it here for now just in case */
	margin-left:-.75em;
}
#content .editorAlert {
	/* used for content that is place holder or not yet approved */
	color:#F00;
}

/* links ********************** */

#content a:link {
	color: #699;
	text-decoration:underline;
}
#content a:visited {
	color:#06C;
	text-decoration:underline;
}
#content a:active,
#content a:hover {
	color:#FFF;
	background-color:#699;
	text-decoration:none;
}

/* BEGIN list styles ********************** */
#content ul,
#content ol {
	margin:0 0 20px 20px;
	padding:0;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin:0 0 0 20px;
	padding:0;
}
#content li {
	margin:0 0 5px 20px;
	padding:0;
}
#content li li {
	margin:0 0 5px 0;
	padding:0;
}

#content .disclaimer {
	font-size:.8em;
}

/* BEGIN columns styles ********************** */
#content .columns,
#content .last {
	float:left;
	margin:0 4% 0 0;
	padding:0;
	width:46%;
}
#content .last {
	margin:0 0 0 0;
}
