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


/*----styles----*/

body {
background-image: url(../image/background.jpg);
background-attachment: fixed;
margin: 0;
}

* {
font-family: Arial, Helvetica, sans-serif;
}

p {
margin-left: 80px;
line-height: 18px;
text-indent: 35px;
padding: 0;
}

h1 {
font-size: 67px;
letter-spacing: -7.5px;
font-weight: bolder;
color: #004990;
}

h2 {
font-size: 48px;
font-weight:bolder;
color: #004990;
text-align: center;
letter-spacing: -3px;
line-height: 45px;
}

h3 {
font-size: 48px;
color: #000;
}

h4 {
font-size:  24px;
color: #000;
text-align: center;
line-height: 20px;
}

h5 {
font-size: 16px;
color: #004990;
font-weight: bolder;
padding: 0;
line-height:22px;
}

h6 {
font-size: 30px;
font-weight:bolder;
color: #004990;
text-align: center;
letter-spacing: -1px;
line-height: 30px;
}

.title {
color: #333333;
font-style: italic;
font-size: 14px;
text-align:left;
padding-left: 20px;
line-height: 15px;
}

.copy {
font-size: 12px;
line-height: 24px;
}

.test {
padding-left: 80px;
}

ul {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
zoom: 1;
}

a {
color: #fff;
text-decoration: none;
border: none;
}

a:hover {
color:#CCCCCC;
opacity: .5;
filter: alpha(opacity=50);
}

img {
border: none;
}

li {
display: inline;
text-align: center;
margin-right: 20px;
margin-top: 0;
margin-bottom: 0;
zoom: 1;
}

td {
font-size: 12px;
height: 14px;
}

/*----styles end----*/

/*----containers----*/

#container {
margin-left: auto;
margin-right: auto;
margin-top: 15px;
background-image: url(../image/side_bar.gif);
background-position:left;
background-repeat:repeat-y;
background-color: #FFFFFF;
width: 1024px;
border-right: #004990 solid 3px;
border-left: #666666 solid 2px;
border-bottom: #666666 solid 2px;
border-top: #666666 solid 2px;

}


#logo {
width: 255px;
height: 225px;
position: absolute;
}

#logo a {
text-decoration: none;
border: none;
}

#logo a:hover {
opacity: .6;
filter: alpha(opacity=60);
}

#header {
width: 1024px;
height: 148px;
background-image: url(../image/header.png);
background-color: #FFFFFF;
padding: 0;
margin: 0;
}

#nav {
width: 1024px;
height: 33px;
background-color: #004990;	
font-size: 16px;
font-weight: bolder;
text-align: center;
color: #FFFFFF;
}

#nav ul {
margin-left: 230px;
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
zoom: 1;
}

#content {
width: 1024px;
height: auto;
margin-top: 50px;
line-height: 15px;
background-color: #FFFFFF;
background-image: url(../image/side_bar.gif);
background-repeat: repeat-y;
float: left;
}

#content a {
font-style: italic;
color: #004990;
}

#content img {
padding-right: 25px;
margin-top: 0;
}

#content li {
font-size: 12px;
display: list-item;
text-align: left;
line-height: 18px;
margin-left: 70px;
}

#sponsors {
width: 900px;
height: auto;
margin-top: 50px;
margin-left: 74px;
margin-right: 50px;
line-height: 15px;
}

#sponsors img {
margin: 15px;
}

#onpage {
width: 950px;
position: absolute;
margin-top: 5px;
}

#onpage a:hover {
opacity: .5;
filter: alpha(opacity=50);
}

#contact {
width: 375px;
height: 275px;
float: left;
margin-left: 185px;
margin-bottom: 80px;
background-color: #FFFFFF;
}

#contact2 {
width: 375px;
height: 275px;
float: right;
margin-right: 65px;
margin-bottom: 80px;
background-color: #FFFFFF;
}

#footer {
width: 1024px;
height: auto;
margin-top: 50px;
background-color: #004990;
font-size: 14px;
font-weight: bolder;
text-align: center;
color: #FFFFFF;
clear: both;
}

#footer img {
margin-bottom: 5px;
}

/*----containers end----*/
