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

body 
{
margin-left:50%;
background-color:#000033;
font:Verdana, Arial, Helvetica, sans-serif;
color:#000033;
background-image:url(images/grad.gif);
background-repeat:repeat-x;

}

#main {
margin-left:-370px;
margin-top:0px;
top:0px;
position:absolute;
z-index:5;
width:740px;
}

#navigation {
margin-left:15px;
margin-top:100px;
width:800px;
position:absolute;
z-index:2;
}

#contents {
margin-left:0px;
margin-top:0px;
width:740px;
position:absolute;
z-index:1;

}


/* Styles */

h1 {
color:#00033;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
text-align:center;
}

h2 {
color:#666666;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.borderleft {
background-image:url(images/border-1.gif);
background-position: 0px 0px;
background-repeat:no-repeat;
}

.borderright {
background-image:url(images/border-2.gif);
background-position:0px 0px;
background-repeat:no-repeat;
}

.title {
border-bottom:#000033 solid 1px;
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color:#FFCC00;

}

.title2 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#FFCC00;

}

.bottomlinks {
font-family:Arial;
color:#ffffff;
font-size:11px;
}

.bottomlinks a {
font-family:Arial;
color:#ffffff;
font-size:11px;
text-decoration:none
}

.bottomlinks a:hover{
font-family:Arial;
color:#FFff00;
font-size:11px;
text-decoration:underline
}

.author {

font-family:Arial;
color:#999999;
font-size:10px;
text-decoration:none;
}

.author a {

font-family:Arial;
color:#999999;
font-size:10px;
text-decoration:none;
}

.author a:hover {

font-family:Arial;
color:#99cc00;
font-size:10px;
text-decoration:underline;
}

.maintext {
font-family:Arial, Helvetica, sans-serif;
color:#000033;
padding-right:10px;
padding-top: 10px;
font-size:12px;
background-image:url(images/pl_watermark3.gif);
background-repeat:no-repeat;
background-position:bottom left;
}

.maintext a{
font-family:Arial, Helvetica, sans-serif;
color:#000033;
padding-top: 10px;
font-size:12px;
text-decoration:underline;
}

.maintext a:hover{
font-family:Arial, Helvetica, sans-serif;
color:#ffcc00;
padding-top: 10px;
font-size:12px;
text-decoration:underline;
}

.why {
font-family:Arial, Helvetica, sans-serif;
color:#000033;
padding-right:0px;
padding-top: 10px;
font-size:12px;
background-image:url(images/why-bg4.gif);
background-repeat:no-repeat;
background-position:0px 10px;
}

.why li {
font-size:10px;
display: block;
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
height:30px;
padding-left: 25px;
list-style-type: none;
list-style:none;

}

.formboxes {
	border: 1px solid #ffcc00;
	width: 170px;
	-moz-border-radius: 5px;
	padding: 2px;
	margin-bottom: 2px;
}
.formbuttons {
	border: 1px solid #ffcc00;
	width: 87px;
	-moz-border-radius: 5px;
	padding: 2px;
	background-color: #ffeb99;
}

.yellowletter {color: #ffcc00}

.error {
color: #FF0000;
padding-right:10px;
}

.thanks {
color: #000033;
padding-right:10px;
}

.declare {
font-size: 9px
}

.terms {
font-size: 8px
}