/**Module specific color styles*/
.bg_dark {
    background-color : #0984FF;
}

.bg_medium {
    background-color : #2376b7;
}

.bg_light {
    background-color : #69aab9;
}
.white {
    background-color : white;
}
.black {
    background-color : black;;
}
/**theme specific styles*/

#banner {
	background-image: url(/themes/w3c/images/logofnipc.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 120px;
	top: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #990000;
	text-align: center;

}



.heading {
    font-weight: 600;
    color: #FFFFFF;
}
body	{
	font-size:	0.8em;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.58;
	margin-top:	0em;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	width:	auto;
    color:	black;
	background:	#fffff5;
    line-height:	1.5em;
	}	

input{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    font-size: .7em;
    border-left: #000000 1px solid;
    color: #000000;
    border-bottom: #000000 1px solid;
    font-family: Verdana, Myriad Web, Syntax, sans-serif;
    background-color: #9cd5e2;
}

pre	{	
	font-family:	'Monotype.com', Courier New, monospace;
	}	

ol li	{	
	list-style-type:	decimal;
	}	

ol ol li	{	
	list-style-type:	lower-alpha;
	}	

ol ol ol li	{	
	list-style-type:	lower-roman;
	}	

table, tbody, tr, td	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.58;
	}

h1, h2, h3, h4, h5, h6, dt, th, thead, tfoot	{	
	color:	#5a1620;
	/*line-height:	1.33em;*/
	font-size-adjust:	.4;
	font-family:	Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
	}

h1	{
	font-size:	2.0em;
	/*font-weight:	600;*/
	background:	#69aab9;
	}	
		
h2	{
	font-size:	1.75em;
	/*font-weight:	600;*/
	}	
.themeselector {
	background-color: #9cd5e2;
}
		
h3	{
	font-size:	1.58em;
	font-weight:	600;
	font-style:	italic;
	/*background:	#FFFFFF;*/
	}	
		
h4	{
	font-size:	1.33em;
	font-weight:	600;
	}	
		
h5, dt	{
	font-size:	1.17em;
	font-weight:	600;
	font-style:	italic;
	}	
		
h6	{	
	font-size:	1em;
	font-weight:	700;
	letter-spacing:	.1em;
	font-variant:	small-caps
	}	
		
tfoot, thead	{	
	font-size:	1em;
	}	
		
th	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	}
		
a, address, blockquote, body, cite, code, dd, del, dfn,		
div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, iframe, img, kbd,		
li, object, ol, p, q, samp, small, span, strong, sub, sup, ul, var, 		
applet, big, center, dir, font, hr, menu, pre,		
abbr, acronym, bdo, button, fieldset, ins, label	{
	
	border-style:	none;
	}	
		
em	{
	font-weight:	bold;
	color:	black;
	background:	#fffff5;
	}	
		
strong	{	
	font-style:	italic;
	background:	#69aab9 !important;
	font-weight:	bold;
	color:	black;
	}	
		
em strong, strong em	{	
	text-transform:	uppercase;
	font-style:	normal;
	font-weight:	bolder;
	
	color:	black;
	}
		
del	{	
	text-decoration:	line-through;
	background:	#fc6;
	}	
		
ins	{	
	text-decoration:	none;
	background:	#9F3;
	}	
		
var, cite, dfn, .note	{	
	font-style:	italic;
	}	
		
address	{	
	font-style:	normal;
	letter-spacing:	.1em;
	}	
		
acronym	{	
	font-variant:	small-caps;
	letter-spacing:	0.1em;
	}
		
hr	{	
	color:	black;
	}	
		
#colophon	{	
	display:	none;
	}	
		
col, colgroup, table, tbody, td, tr	{	
	border-style:	none;
	}	
		
a:link	{	
	text-decoration:	none;
	font-weight:	bold; 
	color:	#2376b7;
	}	
		
a:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#2376b7;
	}	
		
a:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	black;
	}	
		
a:hover	{	
	text-decoration:	none;
	color:	#fffff5;
	background:	#33F;
	}	
		
a.offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#33F;
	}

