/* CSS Document */

body {
		text-align:left;
		width:100%;
		margin-right:0px;
		margin-left:0px;		
		margin-top:0px;
		}
/* Logo Container - Navigation Start */
#notice{
height: 50px;
width: 100%;
background-color: #fff;
color: #FF0000;
border-bottom: 1px solid #ff0000;
padding:10px;
margin:0;
text-align: center;

}
#frame {
display: block;
position: absolute;
		width:100%;
		margin-top:0;
		margin-right:0px;
		margin-left:0px;
		padding:0px;
		text-align:left;
		}
	
#logo_h {
	position: absolute;
	width: 100%;
	background: url(../ci/top_back.gif) repeat;
	text-align:left;
	height: 50px;
	float: right;
		}
		
#info {
	position: absolute;
	top: 0px;
	right: 5px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #fff;
	font-size: 12px;
	font weight: bold;
	text-align: center;
	width:320px;
	padding:6px;
	background: transparent;
	height: 60px;


}


ul#m_nav {
	position: absolute;
	top: 61px;
	left: 0px;
	padding: 0;
	margin: 0;
	background-color: #3366cc;
	font: 14px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font weight: bold;
	color: #000000;
	width: 100%;
	height: 20px;



}
ul#m_nav li { display: inline; }
ul#m_nav li a {
  padding: .12em 1em;
  background-color: #3366cc;
  color: #fff;
  text-decoration: none;
  float: left;
  border-right: solid 1px #ccc;
}
a:link, a:visited { color: #000; }
ul#m_nav li a:hover {
	color: #fff;
	background-color: #000066;
}
/* second level navigation bar */

ul#p_nav {
	position: absolute;
	top: 84px;
	left: 0px;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	font: 11px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font weight: normal;
	color: #000000;
	width: 100%;
	height: 20px;



}
ul#p_nav li { display: inline; }
ul#p_nav li a {
  padding: 6px 4px 6px 10px;;
  background-color: #ffffff;
  color: #FF0000;
  text-decoration: none;
  float: left;
}
ul#p_nav li a:hover {
	color: #fff;
	background-color: #000066;
}
ul#p_nav li a:active {
	color: #fff;
	background-color: #e3e3e3;
}

/* Logo Container - Navigation End */
/* Contents Container */

#contentwrap{
	position: absolute;
	top: 84px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #999;
	font-size: 12px;
	font weight: bold;
	text-align: center;
	width:100%;
	height:100%;
	padding:5px;
	margin:0px;
	border-top: solid 1px #0000ff;
	left: 0px;

}

#limage_wrap{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 2px;
	width:150px;
	text-align:left;
	background: transparent;
	height: 100%;
	
}

.highlightit img{
border: 1px solid #fff;
}

.highlightit:hover img{
border: 1px solid navy;
}

.highlightit:hover{
color: red; /* Dummy definition to overcome IE bug */
}



#c_content{
	position: absolute;
	top: 0px;
	left: 201px;
	width:650px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 16px;
	text-align: left;
	margin:0px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	background: transparent;
	height: 100%;
	border-left: dashed 1px #ccc;
}	

#tag_line{
	text-align: center;
	font-weight: bold;
	font-style: Italic;
}
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}
	
	
/* Footer  */
	
#footwrap{
	position: relative;
	bottom: 0px;
	height: 20px;
	font-family: Arial,Helvetica,sans-serif;
	color: #666;
	padding:4px;
	font-size: 11px;
	text-align: center;
	width:100%;
	border-top: solid 1px #0000ff;
	left: 0px;


}
