body {
	background-image: url('../images/bodybackground.gif');
	text-align: center;
}

h1 {
	color: #6699FF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 4px 2px 0px;
	padding: 0px 0px 0px 0px;
}

.mainTable {
	width: 900px;
	height: 550px;
	background-color: #ebe730;
	border: 1px solid blue;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.header {
	width: 900px;
	height: 100px;
	background-image: url('../images/header_4.jpg');
	background-color: #CCCCAA;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica;
	font-size: 32px;
}

.content {
	background-color: #ECECEC;
	width: 78%;
	border: 1px solid blue;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	margin: 2px;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}

.contact {
	background-color: #ECECEC;
	height: 300px;
	width: 22%;
	border: 1px solid blue;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	margin: 0;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

.disclaimer {
	text-align: center;
	height: 20px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	padding: 4px;
}

/* Menu Vertical*/
#navigation {
	width: 220px;
	font-family: verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-right: 1px solid #666;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ECECEC;
	color: #333;
	text-align: left;
	white-space: nowrap;
	font-family: verdana, Helvetica, Arial, sans-serif;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	margin: 0;
	border-top: 1px solid #003;
}

#navigation ul li a {
	display: block;
	padding: 2px 2px 2px 4px;
	border-left: 10px solid #369;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	background-color: #036;
	color: #fff;
	text-decoration: none;
}

#navigation ul li a {
	width: auto;
}

#navigation ul li a:hover {
	border-left: 10px solid #036;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	background-color: #69f;
	color: #fff;
}

/* End Menu */
.textArea {
	border-color: silver;
	border-style: solid;
	border-width: 1px;
	font-family: verdana;
	font-size: 11px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	width: 99%;
	height: 20px;
}

table th {
	border-color: silver;
	border-style: solid;
	border-width: 1px;
	font-family: verdana;
	font-size: 10px;
	height: 18px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.textField {
	border-color: silver;
	border-style: solid;
	border-width: 1px;
	font-family: verdana;
	font-size: 11px;
	height: 18px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

a:link {
	color: #003366;
	text-decoration: underline;
}

a:visited {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	color: #003366;
	text-decoration: underline;
}
