/* CSS Document */

* {
border:0;
margin:0;
padding:0;
}

body {
background:#fff url(../images/body.gif) repeat-x top;
color:#666;
font:0.9em Arial, Helvetica, sans-serif;
}

#container{
width:800px;
margin-left:auto;
margin-right:auto;
}

#sidebar {
float:left;
width:190px;
}

#content {
width:790px;	
}

#main {
	width:560px;
	margin-left:210px;
}

/* general */
a {
	color:#19b3a7;
	text-decoration: none;
}
a:hover {
	color:#7aad0a;
	text-decoration:underline;
}

blockquote {
	background:#e1e1e1;
	border-left:1px solid #b3ff0f;
	border-right: 1px solid #3dfff0;
	color:#555;
	display:block;
	font-style:italic;
	line-height:20px;
	margin:5px 60px;
	padding:0 0 0 10px;
}

.left {
	float:left;
	margin: 5px 10px 5px 0px;
}

.imgleft
{
float:left;
margin:0px;
padding-right:5px;
}

.right {
	float:right;
	margin: 5px 0 5px 10px;
}

.clearl {
clear:left;
}

.clearr {
clear:right;
}

.textleft{
text-align:left;
}

.textcenter{
text-align:center;
}

.textright{
text-align:right;
}

/* header */
#header {
	background:url(../images/header.gif);
	height:240px;
	position:relative;
	width:800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header h1 {
	text-align: center;
	position: absolute;
	height: 40px;
	font-weight: normal;
	color:#fff;
	font-size:40px;
	top:23px;
	width: 300px;
	left: 250px;
	height: 40px;
}

#header h2 {
	text-align: center;
	position: absolute;
	height: 40px;
	font-weight: normal;
	color:#3dfff0;
	font-size:1.8em;
	width: 440px;
	left: 180px;
	top: 67px;
}

#header h2 span {
	color: #b3ff0f;
}

#header p {
	color:#fff;
	font-size:1em;
	text-align: center;
	position:absolute;
	width: 400px;
	height: 25px;
	left: 200px;
	top: 105px;
}

/* NAVIGATION TABLE */

#header table{
	position: absolute;
	top:140px;
	text-align:left;
}

td a {
	color:#3dfff0;
	font-size:1.2em;
	font-weight: bold;
	line-height: 1.2em;
}

td a:hover {
	color: #b3ff0f;
	text-decoration:none;
}

.cellleft{
text-align:left;
}

.cellcenter{
text-align:center;
}

.cellright{
text-align:right;
}


/* sidebar */

#sidebar h1 {
	border-bottom:2px solid #b3ff0f;
	color:#19b3a7;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#sidebar input {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:180px;
}
#sidebar p {
	background:#f1f1f1;
	color:#555;
	display:block;
	font-size:90%;
	line-height:20px;
	margin:10px 0;
	padding:10px;
}

#sidebar p span{
text-align:center;
}

#sidebar ul {
	margin:10px;
}
#sidebar ul li {
	border-bottom:1px solid #3dfff0;
	list-style:none;
	padding:5px 2px;
}
#sidebar ul li a {
	color:#333;
	display:block;
	font-family:Geneva;
	padding:5px;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#000;
}

/* Main */

#main p {
	color:#555;
	padding:5px 10px;
}

#main p span {
text-decoration:underline;
}

#main h1 {
	border-bottom:2px solid #3dfff0;
	color:#7aad0a;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}

#main h2 {
	border-bottom:2px solid #b3ff0f;
	color:#19b3a7;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}

h3 {
color: #7aad0a;
font-size: 1.4em;
padding: 5px 10px 15px 10px;
}

h4 {
color: #19b3a7;
font-size: 1.4em;
padding: 5px 10px 15px 10px;
}

h5 {
color: #7aad0a;
font-size: 1.2em;
padding: 10px 10px 0px 10px;
}

h6 {
color: #19b3a7;
font-size: 1.2em;
padding: 10px 10px 0px 10px;
}

/* footer */
#footer {
	margin:20px auto;
	width:780px;
	clear:both;
}

#footer p {
	border-top:2px solid #777;
	color:#222;
	font-size:90%;
	line-height:20px;
	padding: 20px 10px;
	text-align:center;
}

#footer a {
color:#222;
}

/* special text */

ol {
list-style: inside;
}

address {
font-style: normal;
}

strong {
font-weight: bold;
}

em {
font-style: italic;
}

/* FORM */

div#form{
width:520px;
background-color: #ccc;
border: 1px solid #666;
padding:12px;
}

div#form fieldset{
border:none;
}

div#form legend{
font: 1.4em bold Optima, Tahoma, Arial, sans-serif;
color: #7aad0a;
}

div#form fieldset label{
font:1em Geneva, Arial, Helvetica, sans-serif;
color:#19b3a7;
float:left;
display:inline;
width:130px;
line-height:18px;
margin: 3px 5px;
text-align:center;
background-color: #FFF;
border: 1px solid #ccd8e6;
}

div#form input,textarea, select{
margin:3px 0px 8px;
border: 2px solid #ccd8e6;
width: 350px;
line-height:18px;
}


div#form input.go{
margin: 10px 0 0 130px;
border-style:solid;
border-color: #FFF #333 #333 #FFF;
border-width:1px 2px 2px 1px;
background: #CCC;
width:auto;
height: auto;
}