body{
background: #ffffff;
}

h1{
margin: 0px;
font-family: "Century Gothic", "Verdana", sans-serif;
font-size: 24px;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
color: #81bbc9;
border-bottom: 1px dashed #81bbc9;
}

p{
text-align: justify;
font-family: "Century Gothic", "Verdana", sans-serif;
font-size: 12px;
color: #000000;
}

p.center{
text-align: center;
font-family: "Century Gothic", "Verdana", sans-serif;
font-size: 12px;
color: #000000;
}

p.buttons{
text-align: left;
font-family: "Century Gothic", "Verdana", sans-serif;
font-size: 12px;
color: #000000;
}

a{
font-family: "Century Gothic", "Verdana", sans-serif;
font-family: 12px;
font-weight: bold;
text-decoration: underline;
color: #81bbc9;
}

a:hover{
font-family: "Century Gothic", "Verdana", sans-serif;
font-family: 12px;
font-weight: bold;
text-decoration: underline;
color: #666666;
}

strong{
color: #b81c1f;
}

blockquote{
text-align: justify;
font-family: "Century Gothic", "Verdana", sans-serif;
font-size: 12px;
padding: 10px;
color: #ffffff;
background: #666666;
}

blockquote a:hover{
color: #c0c0c0;
}

blockquote strong{
color: #ffffff;
}

ul{
font-family: "Century Gothic", "Verdana", sans-serif;
font-size: 12px;
list-style-image: url("images/bullet.png");
color: #000000;
}

table{
width: 100%;
padding: 0px;
border-spacing: 2px;
border: 0px;
}

th{
text-align: left;
vertical-align: top;
font-family: "Century Gothic", "Verdana", sans-serif;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
color: #81bbc9;
}

td{
text-align: justify;
vertical-align: top;
font-family: "Century Gothic", "Verdana", sans-serif;
font-size: 12px;
color: #000000;
}

td.profileimg{
text-align: center;
vertical-align: top;
width: 100px;
}

input{
font-family: "Century Gothic", "Verdana", sans-serif;
font-size: 12px;
color: #000000;
border: 1px solid #666666;
}

input:focus{
font-family: "Century Gothic", "Verdana", sans-serif;
font-size: 12px;
color: #000000;
border: 1px solid #81bbc9;
}

select{
font-family: "Century Gothic", "Verdana", sans-serif;
font-size: 12px;
color: #000000;
border: 1px solid #666666;
}

select:focus{
font-family: "Century Gothic", "Verdana", sans-serif;
font-size: 12px;
color: #000000;
border: 1px solid #81bbc9;
}

textarea{
font-family: "Century Gothic", "Verdana", sans-serif;
font-size: 12px;
color: #000000;
border: 1px solid #666666;
}

textarea:focus{
font-family: "Century Gothic", "Verdana", sans-serif;
font-size: 12px;
color: #000000;
border: 1px solid #81bbc9;
}

div#topleft{
z-index: 1;
position: absolute;
top: 0px;
left: 0px;
right: 300px;
height: 200px;
background: url("images/topleft.jpg") repeat top right;
}

div#topright{
z-index: 1;
position: absolute;
top: 0px;
right: 0px;
width: 300px;
height: 200px;
}

div#title{
z-index: 2;
position: absolute;
text-align: left;
top: 138px;
left: 10px;
width: 480px;
height: 60px;
}

div#menu{
z-index: 1;
position: absolute;
top: 200px;
left: 5px;
width: 480px;
background: #666666;
padding: 0px;
}

div#menu td{
text-align: center;
width: 25%;
height: 30px;
}

div#menu td:hover{
background: #81bbc9;
}

div#menu a{
display: block;
width: 100%;
line-height: 28px;
font-family: "Century Gothic", "Verdana", sans-serif;
font-size: 14px;
font-weight: normal;
text-decoration: none;
text-transform: uppercase;
color: #ffffff;
}

div#text{
position: absolute;
top: 210px;
left: 495px;
right: 10px;
padding: 10px;
}