* {
    padding: 0;
    margin: 0;
}

body {
    background: #53679A;
	font: .85em "Verdana", "Trebuchet MS", "Arial", sans-serif;
	line-height: 1.2em;
	color: #162038;
}

#wrap {
	margin: auto;
	width: 706px;
	background: url('images/sides.jpg');
}

#top { 
	background: url('images/header.jpg');
	height: 150px;
}

#content {
	padding: 0 5%;
	height: 340px;
	min-height: 340px;
	width: 90%;
}

html>body #content {
	width: 100%;
	height:auto
}

.menu { 
    background-repeat: repeat-y;
	font-weight: bold;
}

.menu li {
	list-style: none;
	display: inline;
}

.menu li a {
	text-decoration: none;
	text-align: center;
}

.mainMenu {
	background: #162038 url('images/menuSides.jpg');
	height: 40px;
	font-size: 1.55em;
	padding: 0 0 0 15px;
}

.mainMenu li {
	line-height:40px;
}

.mainMenu li a {
	color: #E9E9F3;
}

.mainMenu .dot {
	color: #E9BF17;
}

.mainMenu a:hover {
	color: #E9BF17;
}

.subMenu {
	height: 25px;
	font-size: 12pt;
	padding: 0 0 0 15px;
}

.subMenu li {
	line-height:25px;
}

.subMenu li a {
	color: #162038;
}

.subMenu .dot {
	color: #E9BF17;
}


.subMenu a:hover {
	color: #E9BF17;
}

#content img {
	margin: 8px;
}

#content h2 {
	text-align: center;
	font-size: 1.55em;
}

#content h3 {
	font-size: 1.5em;
}

#content h4 {
	font-size: 1.1em;
}

#content a {
	text-decoration: underline;
	color: #162038;
}

#content a img {
	border: 2px;
	border-color: #162038;
	border-style: solid;
}

.gallery {
	text-align: center;
}

#menu li {
	list-style: none;
	display: inline;
	line-height:40px;
}

#menu li a {
	text-decoration: none;
	color: #E9E9F3;
	text-align: center;
}

#menu a:hover {
	color: #E9BF17;
}

#bottom {
	background: url('images/footer.jpg');
	height: 14px;
	overflow: hidden;
}

.middle {
	float: left;
	width: 57%;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: left;
	background: #E9E9F3;
	height: 98%;
}

html>body .middle {
	width: 59%;
	height: 100%;
}

.middleFull {
	float: left;
	width: 95%;
	height: 98%;
	margin: 0 1%;
	padding: 1% 1%;
	text-align: left;
}

.middleFull form {
	text-align: center;
}

html>body .middleFull {
	width: 88%;
	height: 100%;
}

.right {
	float: left;
	width: 28%;
	margin: 0 10px;
	padding: 1% 1%;
}

html>body .right {
	width: 30%;
}

.right font {
	color: #3B63BF;
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

.middle h2 { color: #3B6EBF; font-size: 100%; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #3B6EBF; font-size: 100px; margin-top: 15px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #E9E9F3;
	width: 100%;
}

#footer a {
	color: #E9E9F3;
}

#footer a:hover {
	text-decoration: underline;
}

.faq {
	font-weight: bold;
}

#thumbnailGallery {
	width: 100%;
}

#thumbnailGallery p {
	width: 100%;
	color: #162038;
	font-weight: bold;
	text-align: center;
}

#thumbnailGallery img {
	width: 275px;
	height: 150px;
	border: solid;
	border-color: #162038;
	border-width: 2px;
}

#thumnailGallery tr {
	width: 100%;
}

#thumnailGallery td {
	margin: 5px;
	width: 50%;
	text-align: center;
}
