/* Default CSS Document */

/** BODY ELEMENTS **/

* {
	margin: 0;
	padding: 0;
	}
body {
color: #666;
margin: 0px 0px 0px 0px;
background-image: url(images/bg.gif);
background-position: center;
background-repeat: repeat-y;		
background-color: #fff;
font-family: "arial", "Helvetica", sans-serif;
font-size: 12px;
text-align: center;
line-height:18px;
color:#17a8bc;
}

img { border:0px;}
/** text  **/

#contact {
margin: 0 auto;
width:985px;
background-color:#FFFFFF;
text-align:left;
}

#bottom {
margin: 0 auto;
width:985px;
background-color:#FFFFFF;
text-align:left;
}

.contacttext {

margin-left:10px;
margin-right:20px;
}

.regtext{
font-family: "arial", "Helvetica", sans-serif;
font-size: 12px;
color:#0f7381;
}

.textbox {
font-family: "arial", "Helvetica", sans-serif;
font-size: 11px;
color:#666666;
}

.smalltext {
font-family: "arial", "Helvetica", sans-serif;
font-size: 9px;
color:#009999;
line-height:12px;
}


.textboxapp {
font-family: "arial", "Helvetica", sans-serif;
font-size: 12px;
color:#666666;
background-color:#e6f9fc;
border:1px;
height:20px;
}

.comapp {
font-family: "arial", "Helvetica", sans-serif;
font-size: 12px;
color:#666666;
background-color:#e6f9fc;
border:1px;

}


input.button {border:0;height:25px; padding:0px 5px 0px 5px; margin:0px; background:#13a3b7;color: #FFF;font: bold 11px Arial, Helvetica, Sans-Serif; text-transform:uppercase; width:auto;   overflow:visible;}

h1 {
font-family: "arial", "Helvetica", sans-serif;
font-size: 20px;
color:#17a8bc;
padding: 5px 5px 5px 0;
}

a:link {text-decoration:underline; color:#ee5ba1;} 
a:visited {text-decoration:underline; color: #ee5ba1;} 
a:hover {text-decoration:none; color:#13A3B7}

#formbk {
width:486px;
height:397px;
background-image: url(images/formbk.gif);

}
