/* stylesheet.css - Main Document CSS  */
body
{
background:#FFFFFF;
margin:0;
font-family:verdana;
color:#000000;
line-height:120%;
text-align:center;
}


.head
{
padding:205px 20px 15px 20px;
width:620px;
height:250px;
background:url(/img/head.jpg) no-repeat #F9FEFD;
}

html>body .head
{
width:580px;
}

.right
{
padding:0;
/* padding:20px 9px 0 9px; */
width:148px;
background:url(/img/right.jpg) repeat;
vertical-align:top;
font-size:60%;
line-height:180%;
font-weight:bold;
//*border-bottom:1px solid #8D9F8D;*//
}

html>body .right
{
width:130px;
}

.maintop
{
padding:50px 10px 0 140px;
width:620px;
background:url(/img/maintop.jpg) no-repeat #FFFFFF;
}
html>body .maintop
{
width:470px;
}


.main
{
width:620px;
padding:25px 20px 40px 140px;
background:url(/img/main.jpg) repeat #FFFFFF;
font-size:70%;
line-height:200%;
}

html>body .main
{
width:460px;
}

.maintnc
{
padding:20px;
font-size:70%;
line-height:200%;
}

.btop
{
font-family:arial;
padding-top:6px;
padding-left:10px;
color:#FFFFFF;
width:460px;
height:30px;
background:url(/img/btop.jpg) repeat #FFFFFF;
font-weight:bold;
font-size:74%;
text-transform:uppercase;
letter-spacing:0.2px;

}

html>body .btop
{
height:25px;
width:450px;
}

.foot
{
  padding-left:140px;
  font-size:70%;
width:620px;
height:137px;
background:url(/img/foot.jpg) no-repeat #FFFFFF;

border-left:1px solid #8D9F8D;
}

html>body .foot
{
width:480px;
}

.main A, .maintnc A { color:#20B259; text-decoration:none; font-weight:bold;}
.main A:hover, .maintnc A:hover { color:#20B259; text-decoration:underline;}
.foot A { color:#000000; text-decoration:none;}
.foot A:hover { color:#000000; text-decoration:underline;}

.rollover
{
 width:100px;
 height:30px;
 text-transform:uppercase;
}
.rollover a {
 display:block;
 width:100px;
 height:30px;
 text-align:center;
 padding:8px 7px 0 7px;
 font: bold 11px arial;
 color:#FFFFFF;
 background:url("/img/button.jpg") 0 0 no-repeat;
 text-decoration:none;
}
html>body .rollover a {

 width:86px;
 height:22px;
}


.rollover a:hover {
  background:url("/img/button.jpg") 0 -30px no-repeat;
}
.rollover a:active {
  background:url("/img/button.jpg") 0 -60px no-repeat;
}

.rollover1
{
  width:100px;
height:30px;
text-transform:uppercase;
}
.rollover1 a {
 display:block;
 width:100px;
 height:30px;
  text-align:center;
 padding:2px 10px 0 7px;
 font: bold 11px arial;
 color:#FFFFFF;
 background:url("/img/button.jpg") 0 0 no-repeat;
 text-decoration:none;
}
html>body .rollover1 a {

 width:83px;
 height:29px;
}


.rollover1 a:hover {
  background:url("/img/button.jpg") 0 -30px no-repeat;
}
.rollover1 a:active {
  background:url("/img/button.jpg") 0 -60px no-repeat;
}

.form
{
  width:460px;
vertical-align:top;
font-size:100%;
font-weight:bold;
}
.form td
{
vertical-align:top;
padding-top:10px;
padding-right:10px;
}

input
{
border:solid 1px #000000;
}
textarea
{
  border:solid 1px #000000;
}
select
{
  border:solid 1px #000000;
}

#mslink
{
padding:0px 9px 0 9px;
margin-top:43px;
}

HTML>BODY #mslink
{
margin-top:45px;
}