/* ------------------------------------------------------- GLOBAL */


body{
color: #ffffff;
font-family: Arial, Helvetica, Tahoma;
font-size: 8pt;
margin: 0px auto;
margin-top: 280px;
text-align: center;
padding: 0px;
background-color: #185daa;
background-image: url("../images/bg-home.jpg");
background-repeat: no-repeat;
background-position: top center;
}

a:link {color: #ffffff; text-decoration: none;}
a:visited {color: #ffffff; text-decoration: none;} 
a:active {color: #ffffff; text-decoration: none;}
a:hover {color: #ffffff; text-decoration: underline;}
a img {border: none;}

.clear{clear: both;}
span.back{font-family: Verdana;}
span.brightblue{color: #00fcff;}
span.caption{font-size: 7pt;}
span.caption a:link {color: #ffffff; text-decoration: none; cursor: text;}
span.caption a:visited {color: #ffffff; text-decoration: none; cursor: text;} 
span.caption a:active {color: #ffffff; text-decoration: none; cursor: text;}
span.caption a:hover {color: #ffffff; text-decoration: none; cursor: text;}

h1{
margin: 0px;
padding: 30px 0px 20px 0px;
font-size: 23pt;
font-weight: normal;
font-family: Tahoma, Arial;
color: #ffffff;
text-align: left;
}

h2{
margin: 0px;
padding: 0px 0px 15px 0px;
font-size: 10pt;
font-weight: bold;
color: #ffffff;
text-align: left;
}

h3{
margin: 0px;
padding: 0px 0px 15px 0px;
font-size: 11pt;
font-weight: bold;
font-family: Tahoma, Arial;
color: #ffffff;
text-align: left;
}

ul{
list-style-type: none;
padding: 0px;
margin: 0px 0px 0px 0px;
} 

li{
background-image: url("../images/bullet.gif");
background-repeat: no-repeat;
background-position: top left;
padding-left: 20px;
padding-bottom: 8px;
font-size: 8pt;
text-align: left;
}

.hr{
margin: 0px auto;
margin-bottom: 15px;
padding: 0px;
width: 100%;
height: 17px;
_height: 15px;
border: 0px;
border-bottom: 1px dotted #c2b49a;
clear: both;
}


/* ------------------------------------------------------- STRUCTURE */


#container{
margin: 0px auto;
text-align: center;
padding: 0px;
width: 800px;
background-image: url("../images/bg-container.jpg");
background-repeat: no-repeat;
background-position: top center;
}

#left{
float: left; display: inline;
margin: 0px;
padding: 0px 0px 0px 30px;
text-align: left;
width: 420px;
}

#right{
float: left;
margin: 0px;
padding: 90px 0px 0px 40px;
text-align: left;
width: 310px;
}

#footer{
margin: 0px auto;
text-align: center;
padding: 10px 0px 20px 0px;
width: 800px;
background-image: url("../images/bg-footer.jpg");
background-repeat: no-repeat;
background-position: top center;
font-size: 7pt;
}



/* ------------------------------------------------------- CONTENT */



/* ------------------------------------------------------- FORM */


form{
margin: 0px auto;
}

.formline{
margin: 0px;
padding: 0px;
height: 25px;
text-align: right;
}

.formlinemulti{
margin: 0px;
padding: 0px;
height: 220px;
text-align: right;
}

.textfield{
color: #185daa;
background: #ffffff;
border: 1px ridge #cccccc;
font-size: 8pt;
width: 250px;
font-family: Arial;
}

.button{
color: #a7a992;
background: #0f75bd;
font-size: 9pt;
border: 1px groove #c0c1b3;
cursor: pointer;
height: 22px;
}
@-moz-document url-prefix()
{
.button { line-height: 22px; padding: 0px 5px 5px 5px; }
}