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

body {
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
background-color:#6498cc;
background-image:url(images/bgr.jpg);
background-repeat:no-repeat;
background-position:top;
background-attachment:fixed;
}

.wrapper {
width:900px;
margin-left:auto;
margin-right:auto;
background-image:url(images/paper.png);
background-repeat:repeat-y;
}

.header {
width:850px;
height:243px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
}

.menu_container {
width:750px;
margin-left:auto;
margin-right:auto;
}

.menu_container_member {
width:150px;
float:left;
margin-left:50px;
margin-top:20px;
}

.nav {
background-image:url(images/nav1.jpg);
background-repeat:no-repeat;
float:left;
width:125px;
height:30px;
line-height:30px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;
color:#FFFFFF;
text-align:center;
}

.nav2 {
background-image:url(images/navB1.jpg);
background-repeat:no-repeat;
width:150px;
height:30px;
line-height:30px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;
color:#FFFFFF;
float:left;
text-align:center;
margin-bottom:5px;
}

.nav a:link, .nav a:active, .nav a:visited {
text-decoration:none;
color:#FFFFFF;
}

.nav a:hover {
background-image:url(images/nav2.jpg);
color:#FFFFFF;
text-decoration:none;
display:block;
}

.nav2 a:link, .nav2 a:active, .nav2 a:visited {
text-decoration:none;
color:#FFFFFF;
}

.nav2 a:hover {
background-image:url(images/navB2.jpg);
color:#FFFFFF;
text-decoration:none;
display:block;
}

.clear {
clear:both;
}

.content {
width:750px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
padding-bottom:10px;

}

.content2 {
width:625px;
margin-left:25px;
float:left;
margin-top:20px;
padding-bottom:10px;
}

.content2 a:link, .content2 a:active, .content2 a:visited {
	color:#FF6600;
	text-decoration:none;
}

.content2 a:hover {
	color:#FF6600;
	text-decoration:underline;
}

.footer {
width:900px;
height:100px;
line-height:100px;
text-align:center;
color:#FFFFFF;
margin-left:auto;
margin-right:auto;
background-image:url(images/footer.png);
background-repeat:repeat-y;
}

/*TITLES*/

.red {
color:#FF0000;
font-weight:bold;
}

.red1 {
font-size:28px;
color:#FF0000;
font-weight:bold;
}

.red2 {
font-size:20px;
color:#FF0000;
font-weight:bold;
}

.bigtext {
font-size:18px;
}

.tcb {
color:#006633;
font-weight:bold;
}

.juugo {
color:#000099;
font-weight:bold;
}

.formtext {
text-indent:10px;
height:25px;
line-height:25px;
color:#FFFFFF;
}

/*splash*/

.splash1 {
width:750px;
height:169px;
background-image:url(images/splash1.jpg);
background-repeat:no-repeat;

}

.splash2 {
width:407px;
height:325px;
background-image:url(images/splash2.jpg);
background-repeat:no-repeat;

}

.splash3 {
width:343px;
height:325px;
background-image:url(images/splash3.jpg);
background-repeat:no-repeat;

}

.splash4 {
width:750px;
height:72px;
background-image:url(images/splash4.jpg);
background-repeat:no-repeat;
}

.splash5 {
width:750px;
height:77px;
background-image:url(images/splash5.jpg);
background-repeat:no-repeat;
}

.smallform {
font-size:10px;
}