@charset "utf-8";
/* CSS Document */

body {
margin:0;
padding:0;
font-family:"Times New Roman", Times, serif;
color:#ffffff;
font-size: 12px;
font-weight:bold;
background-color: #ffffff;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
z-index:0;
}

h1 {
	font-size: 15px;
	color:#65635f;
}

h2 {
	font-size: 16px;
}


#container{
width:730px;
height:auto;
background-image:url(images/container.jpg);
background-repeat:no-repeat;
margin:0 auto 0 auto;
z-index:1;
}

#header{
position:relative;
height:50px;
width:415px;
top:50px;
margin:0 auto 0 auto;
}

#line_top{
position:relative;
height:1px;
width:632px;
margin:70px auto 0 auto;
}

#line_bottom{
position:relative;
height:1px;
width:632px;
margin:10px auto 0 auto;
}

/*<-----fade---*/
#fade_image_container{
position:relative;
top:5px;
left:33px;
height:268px;
width:667px;
background-color:#000000;
}

#fade_image{
width:667px;
top:90px;
z-index:0;
}

#fade_image img {
position:absolute;
display:none;
}
/*<-----fade---*/

#navigation{
position:relative;
height:55px;
width:680px;
margin:0 auto 0 auto;

}
.navigation a {
font-family:"Times New Roman", Times, serif;
color:#999999;
font-size:12px;
font-weight:bold;
font-size:12px;
text-decoration:none;
}

.navigation a:hover {
text-decoration:none;
color:#666666;
}

#bottom_container{
position:relative;
width:675px;
height:auto;
margin:0 auto 0 auto;
}

#bottom_text{
position:relative;
width:500px;
margin:0 auto 0 auto;
font-family:"Times New Roman", Times, serif;
color:#999999;
font-size:14px;
font-weight:bold;
}

#bottom_header{
position:relative;
width:500px;
margin:0 auto 0 auto;
}

#bottom_header_text{
position:relative;
width:500px;
margin:0 auto 0 auto;
font-family:"Times New Roman", Times, serif;
color:#65635f;
font-size:18px;
font-weight:bold;
}

#pdf_icon{
position:relative;
height:93px;
width:125px;
margin:0 auto 0 auto;
margin-top:20px;
}

#footer{
position:relative;
width:730px;
height:100px;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
margin:0 auto 0 auto;
}

#footer_text{
position:relative;
width:200px;
height:100px;
top:25px;
margin:0 auto 0 auto;
font-family:"Times New Roman", Times, serif;
color:#999999;
font-size:14px;
font-weight:bold;
}
