@charset "utf-8";
/* CSS Document */

html, body {
height: 100%;
}

body {
background-color: #000000;
background-image: url(images/background.png);
background-repeat: repeat-x;
margin: auto;
width: 960px;
border-right: 1px solid #ffffff;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
}



#main {
border: 1px solid #ffffff;
width: 690px;
height: 475px;
text-align: center;
margin: auto;
background: #000000;
font-size: 18px;
font-weight: bold;
}

#main_thank {
border: 1px solid #ffffff;
width: 690px;
height: 475px;
text-align: center;
margin: auto;
background: #000000;
font-size: 14px;
font-weight: normal;
}

#main_intro {
border: 1px solid #ffffff;
width: 690px;
height: 455px;
text-align: center;
margin: auto;
background: #000000;
font-size: 18px;
font-weight: bold;
padding-top: 20px;
}

#flash_intro {
border: none;
width: 700px;
text-align: center;
margin: auto;
background: #000000;

}

#spacer{
height: 40px;
color: #FFFFFF;
text-align: center;
padding-top: 15px;
}

#spacer1{
height: 35px;
color: #FFFFFF;
text-align: center;
padding-top: 5px;
}

#footer {
margin: 0px auto;

height: 30px;
width: 960px;
z-index: 0;
padding-top: 10px;
}

#header_link1{
margin-top: -5px;
padding: 0px 0px 7px 0px;
}
#header_link2{
padding-bottom: 10px;

}

.title_links1 {color: #FFFFFF !important; font-size: 36px; font-weight: normal; text-decoration:none;}
.title_links2 {color: #FFFFFF !important; font-size: 20px; font-weight: normal; text-decoration: overline;}
.title_links3 {color: #FFFFFF; font-size: 24px; font-weight: normal; text-decoration: overline;}
A:link {color: #FFFFFF; text-decoration: none}
A:visited {color: #FFFFFF; text-decoration: none}
A:active {color: #FFFFFF; text-decoration: none}
A:hover {color: #769eb9;text-decoration: none}
.style1 {color:  #999999; font-size: 10px;}
.style2 {color: #CC0099; font-size: normal;}

img.floatCenter1 { 
margin: 0px 0px 0px 25px;
    }
	
img.floatCenter2 { 
margin: 5px 0px 5px 25px;
    }