body {
background: #94c2f7 url(bg.jpg);
margin: 0px;
height: 100%;
text-align: center;
}

html {
height: 100%;
}

a:link { text-decoration: none; color: #4ea8c2; }
a:visited { text-decoration: none; color: #4ea8c2; }
a:active { text-decoration: none; }
a:hover { text-decoration: none; color: #13c2ff }

a.gray:link { color: #757575 }
a.gray:visited { text-decoration: none; color: #757575 }
a.gray:active { text-decoration: none; }
a.gray:hover { text-decoration: underline; color: #959595 }

p, input, select, textarea {
line-height: 18px;
margin: 0px;
margin-bottom: 20px;
padding: 0px;
font-family: arial;
font-size: 12px;
}

li {
line-height: 18px;
margin: 0px;
margin-bottom: 0px;
padding: 0px;
font-family: arial;
font-size: 12px;
}

h1 {
margin-left: 0px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 10px;
padding: 0px;
font-family: georgia;
font-size: 15px;
color: #3071b9;
}


table { border-width: 0px; margin: 0px; padding: 0px;
        background: transparent; margin-bottom: 20px; }

td { vertical-align: top; padding: 0px; line-height: 18px; margin: 0px; font-family: arial; font-size: 12px; color: #000000; }
tr { padding: 0px; margin: 0px; }

ul {
margin-left: 20px;
padding-left: 0px;
list-style: disc url(bullet.gif) outside;
list-style-position: outside;
}

form p {
	margin-bottom: 0px;
	font-weight: bold;
}

input, select, textarea {
	width: 350px;
}

textarea {
	height: 200px;
}

#container {
width: 1024px;
margin: 0px;
background: transparent url(bg_header.png);
background-repeat: no-repeat;
padding: 0px;
text-align: left;
margin-left: auto;
margin-right: auto;
}

.logo {
margin-top: 15px;
margin-left: 50px;
float: left;
}

.header {
float: left;
margin-top: 155px;
margin-left: 70px;
}

.hilite {
line-height: 18px;
margin: 0px;
margin-bottom: 20px;
padding: 0px;
font-family: arial;
font-size: 12px;
font-weight: bold;
}

#contentArea {
background: url(bg_body.png);
}

#content {
width: 900px;
margin: 0px;
padding: 0px;
margin-left: 75px;
margin-top: 0px;
}

#contentBottom {
background: url(bg_contentBottom.png);
background-repeat: no-repeat;
height: 7px;
}

#footer {
line-height: 47px;
background: transparent url(bg_footer.png);
background-repeat: no-repeat;
color: #6192c9;
text-align: center;
font-family: georgia;
font-size: 14px;
}


