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

body {
	background-image: url(../images/bg.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
}

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

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

a:hover {
	text-decoration: none;
}

h6 {
	color: #7F7FB2;
	margin-bottom: 10px;
}

h5 {
	color: #7F7FB2;
	margin-bottom: 10px;
}

h4 {
	color: #7F7FB2;
	margin-bottom: 10px;
}

h3 {
	color: #7F7FB2;
	margin-bottom: 10px;
}

h2 {
	color: #7F7FB2;
	margin-bottom: 10px;
}

h1 {
	color: #7F7FB2;
	margin-bottom: 10px;
}

input {
	background-color: #7F7FB2;;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-weight: bold;
}

p {
	margin: 5px 0px 12px 0px;
}

p.grey {
	margin: 5px 0px 10px 0px;
	color: #CCC;
	text-align:center;
}

td.grey {
	margin: 5px 0px 10px 0px;
	color: #CCC;
}

table {
	margin: 5px 0px 10px 0px;
	
}

ul {
	margin: 5px 0px 10px 20px;
}

.header {
	background-color: #7F7FB2;
	border: 1px solid #000000;
	height: 100px;
	overflow: hidden;
	margin-top: 50px;
	width: 1000px;
	float: center;
	margin-left:auto;
	margin-right:auto;
}

.window {
	background-image: url(../images/dot-col.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 1000px;
	float: none;
	margin-left:auto;
	margin-right:auto;
	
}

.window .navigation {
	float: left;
	padding-bottom: 50px;
	text-align: left;
	width: 200px;
}

.window .navigation ul {
	list-style-type: none;
	margin: 0px 0px 40px 0px;
	padding-left: 0px;
}

.window .navigation ul li {
	background-image: url(../images/arrow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0px 15px 10px;
	padding: 0px 0px 2px 25px;
}

.window .content {
	float: left;
	margin-left: 10px;
	padding-top: 10px;
	text-align: left;
	width: 700px;
}

.window .gallery {
	float: left;
	margin-left: 10px;
	padding-top: 10px;
	text-align: left;
	width: 750px;
}

.copyright {
	font-size: 11px;
	height: 50px;
	text-align: right;
	width: 990px;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
	width: 1px;
}
.hidden {
	visibility: hidden;
}
.visible {
	visibility: hidden;
}
.companyname {
	font-family: "Goudy Old Style";
	font-variant: small-caps;
}

.style1 {
	color: #7F7FB2;
	text-decoration: underline;
}
