﻿html{
	 
margin: 0; 
padding :0; 
}

#content{
	 
  width: 900px;
  background-color:#ffffff;  
}

p{
	 
padding: 2px 2px 2px 20px;
margin: 0; 
}

a img{
	border-style: none;
}
#menu{
	 
margin: 0; 
padding :0; 
}
#menu ul{
	 
margin: 0; 
padding :0; 
list-style: none; 
}
#menu li{
	 
padding :0; 
margin:0; 
}
#menu li a{
	display: block;
background : url(../../img/list.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
padding: 2px 0px 3px 18px;
color:#555;
width: 200px;
height:25px;
margin: 1px 0px;
text-decoration:none;
border-bottom: 1px dotted #666666;
font-size: 11px;
}
#menu li a:hover{
	background : url(../../img/list2.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
}

#titleA{
	width: 200px;
padding: 0.5em;
color: #14016d;
background-color: #eaf3ff;
border-top: solid 3px #516ab6;
border-bottom: solid 3px #516ab6;
}
#titleB{
	font-size: 12px;
width: 200px;
height:40px;
padding: 0.5em;
color: #14016d;
background-color: #90ee90;
border-bottom: solid 3px #009900;
}

#title{
	text-align: left;
background-color: #fffff;
padding: 5px 18px 5px 18px;
color: #14016d;
width:600px;
height:25px;
border-top: solid 3px #364e96;
border-bottom: solid 3px #364e96;
margin: 1px 0px;
font-size: 14px;
}

.title1{
	text-align: left;
background-color: #fffff;
border-top: 3px solid #2e8b57;
border-bottom: 3px solid #2e8b57;
font-size: 16px;
color: #2e8b57;
margin: 0px 2px 5px 15px;
padding: 10px 2px 2px 15px;
width:600px;
height:25px;
}

.title2{
	border-bottom: 3px solid #2e8b57;
text-align: left;
background-color: #3cb371;
font-size: 16px;
color: #14016d;
margin: 0px 2px 5px 15px;
padding: 10px 2px 2px 15px;
width:590px;
height:25px;
}

.title3{
	border-bottom: 3px solid #ff8c00;
text-align: left;
background-color: #ffbf7f;
font-size: 16px;
color: #14016d;
margin: 0px 2px 5px 15px;
padding: 10px 2px 2px 15px;
width:200px;
height:25px;
}


