/**************************************************/
/* www.bitsun.com web size base HTML tag styles   */
/**************************************************/

body{
	font-family: Arial,sans-serif;
	font-size: 80%;
	color: #000000;
	line-height: 1.2;	
	margin:	0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #004488;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 140%;
	color: #FF6600;
}

h2{
	font-size: 114%;
	color: #006699;
}

h3{
	font-size: 100%;
	color: #334d55;
}

h4{
	font-size: 100%;
	color: #333333;
}

h5{
	font-size: 100%;
	color: #334d55;
}

ul{
	list-style-position: outside;
	list-style-type: square;
	margin: 10px;
}

ul ul{
	list-style-type: disc;
	margin: 10px;
}

ul ul ul{
	list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
	color: #334d55;
}
			
table{
	width:92%;
	margin:0px 30px 0px 30px;
}

td{
	padding: 3px 5px 3px 7px;
	font-size: 90%;
	text-align: center;
}

/* code block style */
tt {
	color: navy;
}

pre {
	padding: 0;
	margin:	0;
}
/*******************************************/
/* Global Layout Divs                       */
/*******************************************/

#masthead{
	margin: 0;
	padding: 6px 2px 1px 10px;
	border-bottom: 3px solid #5E8D8D;
	background-color: #FFFFEE;
	width: 100%;
}

#navBar{
	height: 100%;
	margin: 0 84% 0 0;
	padding: 0px;
	line-height: 1.8;	
	background-color: #ddeecc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
	float:right;
	width: 80%;
	margin-right:	25px; 
	margin-left:	10px;
	padding: 0px;
}

#content2 {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}

#siteInfo {
	clear: both;
	height: 36px;
	border-top: 1px solid #CCCCCC;
	margin-top: -1;
}

/********************************************/
/* Each component style of Global Divs      */
/********************************************/

/* master header styles */

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

#globalNav{
	font-size: 100%;
	display: inline;
	margin: 0 0 0 28%;
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	width: 80%;
}

#language {
	float: right;
	display: inline;
	font-size: 100%;
	margin-right: 10px;
	color: #cccccc;
	padding: 0 10px 0 10px;
	width: 15%;
}

/* Content component style */

#content h2{
	color:#FF6600;
	font-size: 140%;
}

#content h3 {
	color: #900700; 
	font-size: 120%;
}

#content p {
	font-size:	100%;
	line-height: 160%;
	margin-top: 3px;
	margin-bottom:	3px;
	padding: 4px;
}

/* Content2 component style */

#content2 h2{
	color:#FF6600;
	font-size: 140%;
}

#content2 h3 {
	color: #900700; 
	font-size: 120%;
}

#content2 p {
	font-size:	100%;
	line-height: 160%;
	margin-top: 3px;
	margin-bottom:	3px;
	padding: 4px;
}

/******** Navigator style *******************/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;} 

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/******** Session style *********************/

/*  full width session style */
.normsession{
	padding: 4px;
	width: 100%;
}

.normsession h1{
	padding: 2px 0px 2px 0px;
	text-align: center;
	font-size: 120%
}

.normsession h2{
	padding: 2px 0px 2px 0px;
	text-align: center;
	font-size: 100%;
}

.normsession h3{
	padding: 1px 0px 0px 0px;
	margin-top: 14px;
	margin-bottom: 5px;
	text-align:left;
	font-size: 100%;
	color:#752626;
}

.normsession h4{
	padding: 3px 0px 0px 0px;
	text-align: left;
	font-size: 100%;
	color: #003399;
}

.normsession b{
	color: #002266;
}

.normsession img{
	border: 0;
}

/***********   Defide object floating style ***********/
.floatleft{
	float: left;
	padding: 5px 10px 5px 5px;
	margin: 2px 8px 5px 0;
}

.floatright{
	float: right;
	padding: 5px 5px 5px 10px;
	margin: 2px 0px 5px 8px;
}

/********* Session header style **********************/
.sessionhead h2 {
	text-align: center;
	margin-top: 8px;
	color:	#FF6600;
}
/******** Session footer style **********************/
.sessionfoot {
	clear: both;
	margin: 0px 0px 0 0;
	padding: 2;
	text-align: right;
	border-bottom: 1px solid #EEE;
}

.sessionfoot a {
	margin-right: 80;
}
/************ news session style ****************/

.news{
	margin-left: 0px;
	border-bottom: 2px solid #ddeecc;
}

.news h2{
	color:	#336699;
}

.news p {
	padding-left: 12px;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 22px;
	font-size: 100%;
}

.relatedLinks h3{
	font-size: 110%;
	padding: 10px 0px 2px 0px;
}

/*****************************************************************************/
/* Site info DIVs style                                                      */
/*****************************************************************************/
.ICPInfo {
	text-align: center;
	margin: 5px;
	padding: 0px;
}
