﻿body {
	margin: 0;
	padding: 0;
	background: #28313A url(images/img01.jpg) repeat-x left top;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #5C5C5C;
}

#wrapper {
	margin: 0;
	padding: 0;
}

.style1 {
	text-align: justify;
}
.style2 {
	text-align: center;
	font-size: large;
}

.OfficesLocationstyle {
	font-size: x-large;
	color: #800000;
}

.Officesstyle {
	font-size: large;
}

.style3 {
	font-size: x-small;
}

.style5 {
	font-size: xx-large;
	text-align: center;
	color: #800000;
}
.style6 {
	text-align: center;
	font-size: xx-large;
}

.Mainstyle1 {
	text-align: center;
	font-size: xx-large;
	text-align: center;
}
.Mainstyle2 {
    text-align: center;
	font-size: large;
}
.Mainstyle3 {
	text-align: center;
	font-size: xx-large;
}
.Mainstyle4 {
	font-size: xx-large;
	text-align: center;
	color: #800000;
}

.style7 {
	text-align: center;
	font-size: x-large;
}

/* ELT Form */
.info-table
{
border: solid 1px #000000;
border-collapse: collapse;
}

.info-td
{
border: solid 1px #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
padding: 2px 8px;
}

.error
{
color: #c00000;
}

/* Header */

#header {
	width: 880px;
	margin: 0 auto;
	height: 32px;
	border: 10px #FFFFFF solid;
}

/* Menu */

#menubar {
	width: 880px;
	height: 32px;
	background: url(images/img02.jpg) repeat-x left top;
	
}


#menu {

	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font-size: 12px;
	font-family: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: url("/menu/images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 4px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #2580a2 url("/menu/images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}


/* Page */

#page {
	width: 880px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 10px #FFFFFF solid;
}

/* Content */

#content {

	width: 620px;
}

/* Footer */
#footer-wrap {
}

#footer {
	width: 880px;
	margin: 0 auto;
	background: #E5E5E5;
	border: 10px #FFFFFF solid;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 12px;
}

#legal {
	clear: both;
	padding-top: 17px;
	text-align: center;
	color: #595959;
}

#legal a {
	font-weight: normal;
	color: #1B75A9;
}
