/***********************************************/
/*     general overrides                       */
/***********************************************/

body{
	font-family: Helvetica, Arial,sans-serif;
	color: #333333;
	line-height: 1.15;
	margin: 0px;
	padding: 0px;
	background-color: #E5E5E5;
}

a:link, a:visited{
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dd {
	margin: 0;
	padding: 0;
}

hr {
	color: #6C1F88;
	background-color: #6C1F88;
	width: 90%;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
}	

/***********************************************/
/*     regions of page (divs)                  */
/***********************************************/

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image:url(../images2/gen/bkdrop-content.gif);
	}

#banner-upper{
	padding: 0px;
	height: 40px;
	background-color: #e5e5e5;
	text-align: right;
	font-size: 75%;
	color: #6C1F88;
}

#banner-lower {
	height: 38px;
	background-color: #6C1F88;
	padding: 0;
	margin: auto;
	color: white;
	font-size: 65%;
} 

#leftcol{
	float: left;
	width: 225px;
	background-color: #e5e5e5;
	margin: 0;
	}

#content{
	float: right;
	width: 725px;
	background-color: #efefef;
	margin: 0;
	padding: 0;
}

#footer{
	clear: both;
	background-color: #6C1F88;
	text-align:center;
	font-size: 65%;
	margin: 0;
	padding: 0;
	color:white;
}

/*****************************************************/
/* text formatting for banner (see text sizes above) */
/*****************************************************/

#banner-upper a{
	color:#521268;
}

#banner-upper a:hover{
	color:#EF3C2C;
}

#banner-lower dl {
	list-style: none;
	padding: 0;
	margin: 0;
}

/***********************************************/
/* text formatting for leftcol section-nav     */
/***********************************************/

#nav-l2 h3{
	padding: 5px 0px 5px 10px;
	background-color:#6C1F88;
	font-size: 75%;
	color:white;
}
	
#nav-l2 ul {
	list-style: none;
	margin: 0; padding: 0;
}
	
#nav-l2 ul li {
	border-top: 1px solid #cccccc;
	padding: 6px 0px 6px 10px;
	font-size: 75%;
	font-weight: bolder;
	}
	
#nav-l2 ul li a {
	color:#521268;
}
	
#nav-l2 ul li a:hover {
	color:#C82D1E;
}

/***********************************************/
/* text formatting for leftcol region (non-nav) */
/***********************************************/

#ad{
	background-color: white;	
}

#headlines{
	background-color: white;	
}

#headlines p {
	font-size: 70%;
	padding: 4px 10px 4px 15px;
}

#headlines li {
	list-style:square;
	font-size: 70%;
	line-height: 1.1;
	padding-bottom: 5px;
	margin: 0;
	margin-left: 40px;
	padding-left: 0;
}

#headlines h3 {
	font-size: 80%;
	color: #C82D1E;
	padding: 12px 10px 4px 10px;
}
	
#headlines a {
	color:#521268;
	font-weight:bolder;
}
	
#headlines a:hover {
	color:#C82D1E;
}
	
/***********************************************/
/* text formatting for content region          */
/***********************************************/

#content h2 {
	font-size: 100%;
	color: #C82D1E;
	padding: 20px 40px 20px 40px;
}

#content h5 {
	color: #521268;
	font-size: 95%;
	font-family:Palatino, Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding: 0 40px 12px 40px;
	}

.story h3 {
	font-size: 90%;
	line-height: 1.1;
	color: #521268;
	padding-top: 2px;
	padding-bottom: 10px;
}

.story h4 {
	font-size: 82%;
	line-height: 1.1;
	color: #C82D1E;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 7px;
}

.story h4 a{
	color:#C82D1E;
}
	
.story {
	line-height: 1.5;
	padding-left: 40px;
	padding-right: 40px;
}

.story a{
	font-weight: bold;
	color:#521268;
}

.story a:hover{
	color:#C82D1E;
}

.story ul, .story ol {
	display:inline;
}

.story ul li {
	list-style:square;
	list-style-image: url(/images2/gen/bullet-sq-red.gif);
	font-size: 80%;
	line-height: 1.1;
	padding-bottom: 10px;
	margin: 0;
	margin-left: 20px;
	padding-left: 0;
}

.story ol {
	list-style-type: decimal;
}

.story ol li {
	display:list-item;
	font-size: 80%;
	line-height: 1.1;
	padding-bottom: 10px;
	margin: 0;
	margin-left: 20px;
	padding-left: 0;
}

.story p {
	font-size: 80%;
 	padding-bottom: 10px;
}

.story image {
	padding: 0;
	border: 0;
	margin: 0;
}

.story .footnote {
	font-size: 65%;
	line-height: 1.1;
 	padding-bottom: 10px;
}

/***********************************************/
/* formatting for right-float sidebars         */
/***********************************************/

.sidebar {
	float: right; 
	background-color: #E1D5E5;
	padding: 9px; 
	width: 26%;
	border: #efefef 8px solid;
	}

.sidebar p {
	font-size: 75%;
	line-height: 1.2;
 	padding-bottom: 4px;
}

.sidebar h4 {
	font-size: 75%;
	line-height: 1.1;
	color: #C82D1E;
	padding-top: 2px;
	padding-bottom: 7px;
}

.sidebar li {
	list-style:square;
	font-size: 75%;
	line-height: 1.2;
	padding-bottom: 4px;
	margin: 0;
	margin-left: 18px;
	padding-left: 0;
	list-style-image: url(../images2/gen/bullet-sidebar.gif);
}

/***********************************************/
/* text formatting for footer region           */
/***********************************************/

#footer p{
	display: block;
	padding: 5px 0 0 0;
	color:white;
	margin: 0;
}

#footer ul li{
	list-style: none;
	display: inline;
	color:white;
	padding: 5px 5px 0 5px;
	margin: 0;
}

#footer a {
	color:white;
}

.fineprint {
	font-size: 8px;
	text-align: center;
	padding: 5px 0 0 0;
	}

.tiny {
	font-size: 1px;
	padding: 0 0 0 0;
	}

/***********************************************/
/* LOCAL FORMATTING for any DIV, including     */
/* "character styles" (for use with span)      */
/***********************************************/

hr.bigdiv {
	color: #b08abe;
	background-color: #b08abe;
	width: 100%;
	height: 6px;
	margin-left: auto;
	margin-right: auto;
}	

.rational {
	color: #0daad4;
	font-weight: bold;
}

.bright {
	color: #C82D1E;
	font-weight: bold;
	}

.blue-emph {
	color: #6088b0;
	font-weight: bold;
	}

.button {
	font-size: 80%;
	font-weight: normal;
	background-color:#F7DC73;
	text-decoration: none;
	padding: 2px 6px 0 6px;
	border-top:4px #fff9e1 solid;
	border-left:4px #fff9e1 solid;
	border-bottom:4px #cfb346 solid;
	border-right:4px #cfb346 solid;
	}

.button a {
	color: #1E6CA9;
	background-color:#F7DC73;
	}
.button a:hover {
	color: #EF3C2C;
	}

.code {
	font-family:Courier New, Courier, monospace;
	}

.prodname {
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: .02em;
	font-family:Impact, Lucida, Verdana, Arial, Helvetica, sans-serif;
	}

.prodname-red {
	color: #C82D1E;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: .02em;
	font-family:Impact, Verdana, Arial, Helvetica, sans-serif;
	}

/****************************************************/
/* flavors of tables (for actual lists of things)   */
/****************************************************/

table.framed-table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #521268;
	border-right-color: #521268;
	}

.framed-table td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #521268;
	border-left-color: #521268;
	padding: 4px;
}

.framed-table th {
	font-weight: bold;
	text-align:left;
	background-color:#D4CDE0;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #521268;
	border-left-color: #521268;
	padding: 4px;
}


table.table-rowdiv {
	border-top-width: 0;
	border-right-width: 0;
	}

.table-rowdiv td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #521268;
	padding: 6px 4px 10px 4px;
}


.table-rowdiv th {
	font-weight: bold;
	text-align:left;
	background-color:#D4CDE0;
	border-bottom-width: 2px;
	border-bottom-color: #521268;
	padding: 4px;
}

table.frameless-table {
	border: none;
	}

.frameless-table td {
	border: none;
	padding: 4px;
}

.frameless-table th {
	font-weight: bold;
	line-height: 1.1;
	text-align:left;
	color:#521268;
	background-color: white;
	border: 2px solid #efefef;
	padding: 4px;
}

.frameless-table p, .framed-table p, .table-rowdiv p {
	font-size: 80%;
 	padding-bottom: 6px;
	line-height: 1.1;
	}

table.table-download {
	border-top-width: 0;
	border-right-width: 0;
	}

.table-download td {
	padding: 4px;
}

.table-download p {
 	padding-bottom: 1px;
	line-height: 1.0;
	}


/****************************************************/
/* Additions									    */
/****************************************************/
#searchbox { 
	font-size: 10px;
	position: relative;
	top: -5px;
}


/* temporary fix to control wrapping of bullets in IE */
.story-x ul {
	font-size: 80%;
}

.story-x li {
	padding: 0;
	list-style-position: outside;
	list-style-image:url(http://www.instantiations.com/images2/gen/bullet-sq-red.gif);
}
