/* CSS Document */
body {
	background-color:#ffffff;
	color:#666;
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px; 
}

p {
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	line-height: 1.5;
	text-align: justify;
}

html { 
	font-size:11px; 
	font-family:arial, times new roman; 
}

#header {
  background: url(images/top.gif) no-repeat;
  height: 176px;
  width: 1024px;
}

#content {
  background: url(images/bg.gif) top left repeat-y;
  height: 600px;
  width: 1024px;
  padding-left: 45px;
  text-align: left;
}

#navigation {
  background-color: #006699;
  width: 100%;
  height: 30px;
  color: #FFF;
  font-weight: 700;
  line-height: 30px;
  padding: 5px 10px;
  font-size: 13px;
}

#text {
	width:100%;
	padding: 10px;
	font-size: 12px;
}
#text p {
	font-size: 12px;
}
#text ul {
	list-style: none;
	margin: 0px;
	padding: 10px;
}
#text ul li{
   border-bottom: 1px dotted #006699;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: justify;
}
#text ul li a{
   font-size: 1.11em;
	color: #006699;
	font-weight: 700;
}
#text ul li a:hover{
   text-decoration: none;
}
#footer {
  width: 1024px;
  border-top: 2px solid #006699;
  margin-top: 3px;
}