/* CSS Document */
body{
margin:0;
padding:0;
border:0;
color:#000000;
background-color:#3D3437;
font-family:"Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
}
#container{
width:1000px;
margin:0 auto;
}
#header1{
background:url(img/header1.jpg) no-repeat;
width:1000px;
height:82px;
}
#header2{
background:url(img/header2.jpg) no-repeat;
width:1000px;
height:98px;
}
#header3{
background:url(img/header3.jpg) no-repeat;
width:1000px;
height:54px;
}
#header4{
background:url(img/header4.jpg) no-repeat;
width:1000px;
height:65px;
}
.td_backgroung{
background:url(img/line.jpg) repeat-y;
}
h2 {
   font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
   font-size:18px;
   margin:7px;
   color:#0066FF;
   text-align:center;
}  
h3 {
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
   font-size:14px;
   color:#0066FF;
   text-align:center;
   }
h4 {
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
   font-size:16px;
   color:#FF0000;
   text-align:center;
   }
h5{
  font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
   font-size:13px;
   color:#000000;
   text-align:center;
   }  
#menu a{
color: #FFFFFF;
text-decoration: none;
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
#menu a:hover{
text-decoration: underline;
}

#menu{
float:left;
width:235px;
}
#menu p{
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:13px;
margin:10px;
text-align:justify;
line-height:25px;
}
#text{
    width:650px;
	font-size:14px;
	color:#000066;
	float:left;
	margin:5px 5px 5px 15px;
}
#text a{
 color:#0000CC;
 text-decoration: none;
}
#text a:hover{
text-decoration: underline;
}
#text a:visited{
color:#0000CC;
}
#text p{
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:12px;
margin:10px;
text-align:justify;
line-height: 25px;
color:#000000;
text-indent:15px;
}
#footer{
background:url(img/footer.jpg) no-repeat;
width:1000px;
height:104px;
}
#footer a{
text-decoration:none;
color:#000000;
}
#copyright{
text-decoration:none;
padding:82px 0 0 500px;
}
