body {
margin : 6px;
color : #000;
background: #afe6c6;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.bodyBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

a:link {text-decoration: underline; color: #008DB1;}
a:visited {
	text-decoration: underline; color: #008DB1;}
a:hover {text-decoration: underline; color: green;}
a:active {
	text-decoration: none;
	color: #FFF;
}


.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	float:left;
	padding: 8px 7px 8px 8px;
	width: 360px;
	margin: 4px 0px 25px 0px;
	border: 2px solid #037BC1;
	text-align: left;
}

.box2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	float:left;
	padding: 8px 7px 8px 8px;
	width: 540px;
	margin: 4px 0px 25px 0px;
	border: 2px solid #037BC1;
}


.msg_list {
	margin: 0px;
	padding: 0px;
	width: 360px;
}

.gloss_list {
	margin: 0px;
	padding: 0px;
	width: 580px;
}

.msg_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	text-decoration: underline;
	margin:1px;
	color: #008DB1;
}
.msg_body {
	padding: 6px 10px 12px;
	background-color:#F4F4F8;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-bottom: 10px;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-bottom: 10px;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-bottom: 10px;
}

.pageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.glossaryBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 2px 3px 2px 2px;
	background-color:#fff;
}

#navigation {
	float: left;
	width: 745px;
	height: 34px;
	color: #333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color:#037BC1;
	border-top: none;
	border-right: 2px solid #037BC1;
	border-bottom: 2px none #037BC1;
	border-left: 2px solid #037BC1;
}

/* remove the list style */
	#nav {
		margin:0; 
		padding:0; 
		list-style:none;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:left; 
			display:block; 
			width:102px; 
			background:#007AC3; 
			position:relative;
			z-index:500; 
			margin:0;
		/*	border-right:1px solid #fff; */
		}
		
		/* this is the parent menu */
		#nav li a {
			display:block; 
			padding:8px 5px 0 5px; 
			font-weight:700;  
			height:28px; 
			text-decoration:none; 
			color:#fff; 
			text-align:center; 
			color:#fff;
		}

		#nav li a:hover {
			color:#afe6c6;
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			color:#333;
		}
	
		/* submenu, is hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
			font-size:10.4px;
		}
		
		#nav ul li {
			width:102px; 
			float:left;
			border-top:1px solid #fff;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:15px;
			padding: 8px 5px; 
			color:#FFFFFF;
		}
		
		#nav ul a:hover {
			text-decoration:underline;
			color:#3366CC;
			background-color:#fff;
			border-right: 1px solid #037BC1;
			border-bottom: 1px solid #037BC1;
			border-left: 1px solid #037BC1;
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}
		

.foot {
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.uo_list {
	padding-left: 32px;
	list-style-type: disc;
	line-height: 1.6;
}

.o_list {
	padding-left: 34px;
	line-height: 1.6;
}

.hr_rule {
	padding: 5px 0px 10px 0px;
}

.horizontal_dotted_line {
	border-bottom: 1px dotted #333;
	width: 98%;
	margin: 10px 0px 18px 0px;
}


/* images */

.float_left {
	float: left; 
	padding: 0px 7px 4px 0px;
}

.float_right {
	float: right; 
	padding: 0px 0px 4px 6px;
}
