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


body{
font-family:Arial, Helvetica, sans-serif;
background-color:#ffffff;
background-repeat: repeat-x;
background-repeat:repeat;
}

a{
text-decoration:none;
}

a:hover{
text-decoration:underline;
}


div.holder{
position:relative;
margin: 0 auto;
height:auto;
width:80%;
border: 5px #00000 solid;
border-style:ridge;
text-align:center;
background-color:#ffffff;
}

div.menu{
border-bottom: solid #666666 1px;
font-size:small;
margin-top:10px;
height:30px;
width:100%;
}

div.menu a{
color:#000000;
text-decoration:none;
font-weight:bold;
padding:40px;
}

div.menu a:hover{
color:#000033;
text-decoration:underline;
}

div.banner{
height:290px;
background-color:#d07b28;
width:100%;
}

div.main{
margin-left:10px;
text-align:left;
padding:20px;
}

span.mainleft{
top:0px;
right:0px;
width:70%;
}
span.mainright{
top:0px;
right:0px;
width:30%;
}

div.bottom{
height:auto;
padding:15px;
font-size:small;
text-align:center;
background-color:#d07b28;
}

div.bottom a{
padding-right:40px;
color:#000000;
text-decoration:none;
font-weight:bold;
}

div.bottom a:hover{
color:#ffffff;
text-decoration:none;
}


table.inputArea input{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #85b1de; 
    width: 300px;
    background-color: #EDF2F7;
} 

table.inputArea input[type="text"]:focus
{
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #33677F;
}

table.inputArea select{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #85b1de; 
    width: 300px;
    background-color: #EDF2F7;
} 

input.btnsubmit {
    font-family: Arial, Sans-Serif;
    font-size: 20px;
text-align:center;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #85b1de; 
        background-color: #EDF2F7;
} 


input.btnsubmit:hover {
    font-family: Arial, Sans-Serif;
    font-size: 20px;
text-align:center;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #85b1de; 
        background-color: #ffffff;
} 

table.inputArea td{
width:300px;
}

table.payment{
border: 1px solid black;
border-collapse:collapse;
}

table.payment td{
padding:5px;
width:250px;
border:1px solid #ccc;

}


h3{
text-align:center;
}
