﻿/* CSS Document */

body
{
	padding:0;
	margin:0;
	font-family:arial;
	background-image:url('../images/bg.jpg');
}

.maintable
{
	background-color:#ffffff;
}

.welcomepattern
{
	background-image:url('../images/welcome_pattern.gif');
	background-repeat:repeat-x;
	background-position:left bottom;
	vertical-align:top;
}

.leftcolumn
{
	background-color:#bfd9d9;
	border:1px solid #4abfbb;
}

.textwhite
{
	color:#006159;
}

.generaltext,td,input,select
{
	color:#414042;
	line-height:14px;
	font-size:12px;
}

.welcometext
{
	color:#414042;
	line-height:16px;
	font-size:12px;
}

.welcome
{
	font-size:16px;
	font-weight:bold;
	color:#006159;
	text-decoration:underline;
}

.navitext
{
	font-family:"Arial Narrow";
	font-size:14px;
	color:#ffffff;
	padding:0 17px 0 17px;
}

.naviactive
{
	font-family:"Arial Narrow";
	font-size:14px;
	color:#ffffff;
	text-decoration:underline;
	padding:0 17px 0 17px;
}

.white
{
	font-size:11px;
	color:#ffffff;
}

.imgborder
{
	border:3px solid #83d4d4;
}

.footer
{
	height:36px;
	background-color:#1e787a;
	color:#43b6b9;
	font-size:11px;
	text-align:center;
}

.spacer
{
	padding:0 15px 0 15px;
}

/* Form Style */

#footer
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#footer p
{
	padding-top: 10px;
	margin-top: 0px;
	text-align:center;
	color:#000000;
	font-size: 10px;
	margin-bottom: 0px;
}

/* End Form Style */
