@charset "utf-8";
/* CSS Document */

#JCI_Wrapper 		{	position:absolute;	top: 0%;	left: 50%;	width:800px;	height:100%;	margin-top: 0px; 	margin-left: -400px; 	background-color: #ffffff;}
#JCI_Header 		{	position:absolute;	left:0px;	top:0px;	width:800px;	height:97px;	z-index:1;}
#JCI_Main 			{	position:absolute;	left:0px;	top:97px;	width:800px;	height:278px;	z-index:2;}
#JCI_Menu 			{	position:absolute;	left:0px;	top:375px;	width:800px;	height:20px;	z-index:3;}
#JCI_MenuDivider	{	position:absolute;	left:0px;	top:395px;	width:800px;	height:17px;	z-index:4;}
#JCI_Content 		{	position:absolute;	left:0px;	top:429px;	width:550px;	z-index:5;	}
#JCI_Content_1_Col	{	position:absolute;	left:0px;	top:429px;	width:800px;	z-index:5;	}
#JCI_Sidebar 		{	position:absolute;	left:550px;	top:429px;	width:230px;	z-index:6;	margin-left:10px;	border-left:solid;	border-left-color:#cccccc;	border-left-width:thin;}
#JCI_Footer			{	position:relative; 	float:left}
#JCI_FooterInsert	{	position:relative;	float:right;	bottom:-80%; 	right:8px;}
#JCI_TextSize		{	position:relative;	float:left;		bottom:-80%;	left:8px;}
#JCI_Header_Left 	{	position:relative; 	float:left;		}
#JCI_Header_Right	{	position:relative;	float:right;	top: 10px;}




/*msf content.css*/
html	{ height:100%}
body { height:100%; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000; }
table, td, th, input, select, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: #000; }
 
 
/*
	PARAGRAPHS, TEXTS
*/
p { margin: 10px 20px; }
em { font-style: italic; }
strong { font-weight: bold; }
blockquote { margin-left: 20px; font-size:1.2em; line-height:normal; border-left:solid 2px #ccc; padding-left:10px; font-family:Georgia,"Times New Roman","serif"; }
img {border:none}
 

/*
	LINKS
*/
a 			{	color: #2b6998;	text-decoration: none;}
a:visited 	{}
a:hover 	{	text-decoration: underline; }
a:active 	{}
a img 		{	border: 0 solid #fff; }
 
 
/*
	HEADERS + FOOTERS
*/
h1 { font-size: 1.4em; margin: 10px 17px;	color:#2b6998}
h2 { font-size: 1.2em; margin: 10px 17px;	color:#2b6998 }
h3 { font-size: 1.2em; margin: 10px 17px;	color:#2b6998 } 
h4 { font-size: 1.2em; color:#2b6998 }
 
.content h1 {  font-weight: bold; }
.content h2 { text-transform: uppercase; font-weight: normal; }
 
.csc-header h1, .csc-textpicHeader h1 { font-size: 1em; font-weight: bold; color: #000; text-transform: uppercase; margin: 20px 0 10px 0; }
#mainColumn .csc-header h1.csc-firstHeader, #mainColumn .csc-textpicHeader h1.csc-firstHeader { margin-top: 10px; }
#rightColumn .csc-header h1, #rightColumn .csc-textpicHeader h1 { font-weight: normal; margin: 10px 0 5px 0; }
#rightColumn .csc-header h1.csc-firstHeader, #rightColumn .csc-textpicHeader h1.csc-firstHeader { margin-top: 0; }
 
.content h1.gray-header { background: #C1C1C1; padding: 9px; }  
.content h3.blue-header { background: #edf1fa; padding: 9px; }
.content h3.medium-gray-header { background: #ccc; padding: 9px; }

.text_footer_white	{	font-size:10px;	color:#ffffff;}	
.text_footer_dark	{	font-size:10px;	color:#663399;}	
