.center {
	text-align: center;
}  
p.tagline {
	text-align: center; 
	font-weight: bold;
	color: #0D2B88;
	font-size: 2em;
	position: absolute;
	z-index: 200;
	padding-left: .9em;
	margin: 0px;
	}
	
h1.tagline {
	font-weight: bold;
	color: black;
	margin-top: 0px;
	font-size: 1.3em;
	margin-left: 1em;
	padding-top: 1em;
   margin-bottom: 0.5em; 
	}
	
.rightalign {
	text-align: right;
}

 
a:link { color:#0D2B88; 
text-decoration: underline; 
font-weight: bold;
}

.invislink a:link {
	text-decoration: none;
	border: none;
}

dt {
	font-weight: bold;
	color: #0D2B88;
	padding-top: 0.5em;
}

a:visited { color:#0D2B99; 
font-weight: bold;
}

a:hover { text-decoration: underline; } 

/* Navigation for Suckerfish menus */

#nav {
	background: url(../images/bluebar3.gif) repeat-x;
	height:30px;
	border-top:1px solid #000; 
/*	padding: 10px 0 10px 15px; */
	color: black;
	position: relative;
	z-index: 25;
	width: 100%;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	padding-top: 0.2em;
	font-size: 0.95em;
}

#nav a {
	display: block;
	width: 10em;
	color: black;
	line-height: 1.2em;
}

#nav a:hover {
	color: white;
	background-color: transparent; /* white; */
	text-decoration:  none;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #B9CCE6;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


 /* End menus */

ul.subnavlist, ul.subnavlist a {
	/*width: 8em;*/
	margin: 0px;
	background-color: transparent;
	color: white;
	padding: 0px;
}


 /* End menus */
/* was left */
#col1 { 
	float:left;
	width:180px;
	font-size: 0.9em;
	position: relative; 
	 z-index: 4; 
	margin-right: 1em;
	margin-left: 0.5em;
	}

#col1 form {
	padding-left: 0.5em;
	}

/* remove blue linked image borders */
.noborder a:link img{
	border: none;
} 

.noborder a:visited img{
	border: none;
	}

#col1 h3 {
	font-size: 1.1em;
}


/* was right */
#col2 { 
	float:right;
	width:200px;
	margin-left: 1em;
	background-color: #B9CCE6; 
	padding: 1em 0.5em 0.5em 0.5em; 
	font-size: .9em;
	position: relative;
	z-index: 3; 
}

#col2 a {
	color: black;
}

#col2 li, #col1 li {
	margin-left: -0.6em;
}

#center { 
	/* margin-right:215px; */
	margin-left:215px;
	margin-right: 1em;
	background-color: transparent;
	font-size: 1em;
 	line-height: 1.5em;	
	position: relative;
	z-index: 2; 
} 

#center h2 {
	margin-top: 1.5em;
	font-size: 1.2em;
	color: #0D2B88;
}

#center h1 {
	font-size: 1.3em;
	margin-top: 1.5em;
}

#center h3{
	font-size: 1.1em;
	margin-top: 1.1em;
}

#center blockquote, #center .quote {
	background-color: #F2DFA6;
	margin-left: 1em;
	margin-right: 1.5em;
}

#center blockquote + p, 
#center .quote + p {
	font-size: 0.9em;
	font-style: italic;
	padding-left: 2em;
}

#center blockquote:first-letter, 
#center .quote:first-letter {
	font-size:120%; 
	float:left;
	color:#0D2B88;
}

#center blockquote-nofirstletter, #center .quote-nofirstletter {
	background-color: #F2DFA6;
	margin-left: 1em;
	margin-right: 1.5em;
}

#center .quoteattr {
   font-size: 0.9em;
	font-style:italic;
	margin-top:-0.5em;
	margin-bottom:2em;
}

#footer { clear:both;
	padding:.5em; 
	margin-left: 8em;
	margin-top: 0.5em;
	font-size: 0.75em;
	text-align: center;
}

.small {
	font-size: 0.8em;
	margin-top: -10px;
}


.currentpage {
	font-style: italic;
	color: #0D2B88
}
/* Test for ie7 */
/* force "layout" for menu items */
ul, li, ul#navlist ul, li a {box-sizing:content-box; vertical-align:bottom;}

a.productname, .productname a {
	font-size: 1.1em;
	color: #0D2B88;
}

.space li, .space a {
	padding-left: 1em;
}



table {
	border: thin solid #E3EAF4;
	background: #4C7CA5;
	table-layout: auto;
	font-size: 0.9em;
}
tr, td {
	border-top: thin solid #0D2B88;
	background: #B9CCE6;
	padding: 0.1em;
	padding-left: .5em;
	line-height: normal;
	vertical-align: text-top;
}
.tableboldtext{
	font-weight: bold;
}
caption {
	text-align: left;
	font-size: 1.1em;
}

div.notice {
	background-color: #01491b;
	color: white;
/* 
	padding-left: 0.3em;
	padding-right: 0.3em;
	margin-left: 0.8em;
	margin-right: 1.1em;
	*/
padding:0.5em;
}

div.notice_new_product {
	background-color:Tomato;
	color: white;
/* 
	padding-left: 0.3em;
	padding-right: 0.3em;
	margin-left: 0.8em;
	margin-right: 1.1em;
	*/
padding:0.5em;
}

div.notice_alert {
	background-color:Red;
	color: white;
/* 
	padding-left: 0.3em;
	padding-right: 0.3em;
	margin-left: 0.8em;
	margin-right: 1.1em;
	*/
padding:0.5em;
}

h3.notice {
	color: #F2DFA6;
}

.notice_new_product h1 {
	color: white;
	font-size: 1.1em;
}

.notice_new_product a {
	color: white;
}

.notice_alert h1 {
	color: white;
	font-size: 1.1em;
}

.notice_alert a {
	color: white;
}

.notice h1 {
	color: white;
	font-size: 1.1em;
}

.notice a {
	color: white;
}

.codeexample {
	MARGIN-LEFT: 1em; 
	MARGIN-RIGHT: 1.5em; 
	margin-top: 0;
	BACKGROUND-COLOR: #B9CCE6; 
	text-align: left; 
	font-family: monospace; 
	white-space: pre;
	font-size: .9em;
}	


.regmark, 
span.regmark a:link,
span.regmark a:visited {
	font-size: 60%;
	vertical-align: top;
}

/*.productname a .regmark {
> 	font-size: 1em; } */

.ablist {
	list-style: lower-alpha;
}

/* styles pulled in from embedded styles */
span.c3 {
 	color: #035483; 
	font-size: 120%;
} /* used in some older press releases */

sup.c2 {font-size: 80%;} /* used in some older press releases */

p.c1 {padding: 1em;} /* used in some older press releases */
/* this is also used to force space for the col1 div */

/* these list styles are used on the ssa pages. */
ol.lapha {list-style-type: lower-alpha;}
ol.decimal {list-style-type: decimal;}
