﻿body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #014fa7;
	font-weight:normal;
}

html, body, #wrapper, h1, #nav-top, #nav-top li, #nav-left, #nav-top li {
	margin: 0;
	padding: 0;
	list-style: none;
}


th, td {
	font-size: 11px;
}

img { border: 0; }

#wrapper {
	margin: 16px auto;
	text-align: left;
	width: 810px;
	position: relative;
}


h1 {
	margin: 0;
	padding: 0;
	font-size:24px;
	color:#7576c8;
}

h2 
{
	margin: 0 0 5px 0;
	padding: 0;
	font-size:16px;
	color:#1370a6;
}

h3 {
	padding: 4px 0 0 0;
	
}

h4 
{
	font-size:14px;
	color:white;
	background-color: #1370a6;
}

h5 
{
	font-size:12px;
	color:white;
	background-color:#6b76c6;
}

p {
	margin: 1em 0;
	padding: 0;
}

.block {
	display: block;
}

.clear {
	clear: both;
	height: 1px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1px;
	line-height: 1px;
}

* html .clear {
	margin-top: -5px;
	margin-bottom: -4px;
}

.left {
	float: left;
	margin: 1px 8px 0px 0px;
}


/* ***** */

#wrapper {
	width: 730px;
}

/* header */

#header {
	background: url(header.jpg);
	position: relative;
	width: 750px;
	height:161px;
	margin-bottom: 11px;
}


/* the story of two navs */

#nav-top {
	position: absolute;
	top: 120px; left: 15px;
	color: #fff;
}

#nav-top li {
	display: inline;
}

#nav-top a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#nav-top a:hover {
	  text-decoration: underline;
}


/* body */


#body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#body li {
	padding: 0;
	margin: 0.8em 0;
}

a {
	color: #595bc8;
}

a:hover {
	color: #6f3f0b;
}

/*** Buttons ****/
.button {
	background: url(button.jpg) no-repeat;
	width:188px;
	height:40px;
	font-size:12px;
	font-weight:bold;
	color: white;
}

.button a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.button a:hover {
	  text-decoration: underline;
}


.buttontext
{
	text-align:center;
	vertical-align:middle;
	line-height:40px;
}


input.groovybutton
{
   font-size:11px;
   font-family:Tahoma,sans-serif;
   color:#440088;
   height:18px;
   background-color:#eeddff;
   border-top-style:solid;
   border-top-color:#7576c8;
   border-top-width:1px;
   border-bottom-style:solid;
   border-bottom-color:#7576c8;
   border-bottom-width:1px;
   border-left-style:solid;
   border-left-color:#7576c8;
   border-left-width:10px;
   border-right-style:solid;
   border-right-color:#7576c8;
   border-right-width:1px;
   cursor:hand;
}

input.textfield
{
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #595bc8;
}


#column1 {
	float: left;
	width: 190px;
	margin-left: 12px;
	display: inline;
}


#column2 {
	float: left;
	width: 500px;
	margin-left: 28px;
}

#column3 {
	width: 700px;
	margin-left: 28px;
}

#column2 p {
	line-height: 1.5;
}












