body {
	background: #E1DFCF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 150%;
}
.index {
	background: #071227;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 150%;
}
.justify {
	text-align: justify;
}
.centre {
	text-align: center;
}
.left {
	text-align: left;
}


p     {
	font-size: 9pt;
	letter-spacing: 0em;
	line-height: 120%;
}
p.quote  {
	background-image: url(../images/quotes.gif);
	font-style: italic;
	background-position: center top;
	background-repeat: no-repeat;
	margin-right: 90px;
	margin-left: 90px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #E1DFCF;
}
h1 {
	display: block;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
}


h2 {
	display: block;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}
ul li {
	font-size: 9pt;
	line-height: 1.5em;
	list-style-type: square;
}


a:link {
	color: #071227;
	text-decoration: underline;
}
a:visited {
	color: #071227;
	text-decoration: underline;
}
a:active {
	color: #071227;
	text-decoration: underline;
}
a:hover {
	color: #071227;
	text-decoration: none;
}

.index a:link     {
	color: #FFFFFF;
	text-decoration: underline;
}
.index a:visited      {
	color: #FFFFFF;
	text-decoration: underline;
}
.index a:active     {
	color: #FFFFFF;
	text-decoration: underline;
}
.index a:hover     {
	color: #FFFFFF;
	text-decoration: none;
}
.index               h1    a:link  {
	text-decoration: none;
	color: #FFFFFF;
}
.index  h1  a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#navbar   {
	width: 100%;
	margin-top: 20px;
	font-size: 9pt;
	letter-spacing: 0em;
}
#navbar  .navlist
{
	list-style-type: none;
	width: 100%;
	text-align: center;
}
#navbar  .navlist  li
{
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#navbar  .navlist  li  a 
{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1em;
	line-height: 2em;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	color: #071227;
	background-color: #E1DFCF;
}

#navbar  .navlist  li  a.first {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1em;
	line-height: 2em;
	padding-top: 6px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 6px;
	color: #071227;
	background-color: #E1DFCF;
}

#navbar  .navlist  li  a.last {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1em;
	line-height: 2em;
	padding-top: 6px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 6px;
	color: #071227;
	background-color: #E1DFCF;
}

#navbar  .navlist  a:visited {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1em;
	line-height: 2em;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	color: #071227;
	background-color: #E1DFCF;
}

#navbar  .navlist  a.first:visited {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1em;
	line-height: 2em;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 7px;
}

#navbar  .navlist  a.last:visited {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1em;
	line-height: 2em;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 7px;
}
#navbar  .navlist  a:hover
{
	text-decoration: none;
	font-weight: normal;
	color: #071227;
	background-color: #D0CDC6;
}
#navbar  .navlist  a.first:hover {
	text-decoration: none;
	font-weight: normal;
	color: #071227;
	background-color: #D0CDC6;
}
#navbar  .navlist  a.last:hover {
	text-decoration: none;
	font-weight: normal;
	color: #071227;
	background-color: #D0CDC6;
}

.index   #navbar   .navlist   li   a {
	color: #FFFFFF;
	background-color: #071227;
}
.index #navbar .navlist li a.last {
	color: #FFFFFF;
	background-color: #071227;
}
.index #navbar .navlist li a.last {
	color: #FFFFFF;
	background-color: #071227;
}
.index #navbar .navlist a:visited {
	color: #FFFFFF;
}
.index #navbar .navlist a.first:visited {
	color: #FFFFFF;
}
.index #navbar .navlist a.last:visited {
	color: #FFFFFF;
}
.index   #navbar   .navlist a:hover  {
	color: #071227;
	background-color: #D0CDC6;
}
.index   #navbar   .navlist a.first:hover  {
	color: #071227;
	background-color: #D0CDC6;
}
.index   #navbar   .navlist a.last:hover  {
	color: #071227;
	background-color: #D0CDC6;
}
#flashBar {
	height: 373px;
}
.contactForm         input.contactinput                    {
	display: block;
	width: 200px;

}
.contactForm          label.contact                       {
	text-align: left;
	display: block;
	font-size: 9pt;
}
.contactForm             input.contact                              {
	width: 100px;
	height: 24px;
	display: block;
	margin-top: 10px;
}
