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

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg-blue2-lightcream.jpg) #5f88d8 center repeat-y;
	color: #006;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	line-height: 1.3em;
	margin-bottom: 10px;
}

a:link {
	color: #0000cc;
}

a:hover {
	color: #666;
	text-decoration: none;
}

h4 {
	padding: 0 0 15px 0;
}

h2 {
	padding: 0 0 15px 0;
}

h1 {
	padding: 0 0 15px 0;
}

h1 {
	font-size: 28px;
	}

h2 {
	font-size: 22px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 15px 0;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}

li {
	margin-bottom: 10px;
}

ol {
	margin-bottom: 10px;
	margin-left: 10px;
}

ul {
	margin: 0 20px;
}

#main {
	margin: auto;
	padding: 0;
	width: 760px;
	background-color: #ffffe8;
}

#logo {
	margin: 0;
	padding: 0;
	height: 190px;
	width: 760px;
	border-bottom: 4px solid #000066;
}


#topHeading {
	margin: 0 auto;
	padding: 0;
	height: 190px;
	width: 760px;
	background-image: url(../images/top-snow-crystallized3d.jpg);
	border-top: 4px solid #000066;
	border-bottom: 4px solid #000066;
	text-align: center;
}

#menu_home {
	font-variant: small-caps;
	list-style: none;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	background-color: #ffffe8;
/*	background-color: #ccccff;
*/
}

#menu {
	font-variant: small-caps;
	list-style: none;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	background-color: #ffffe8;
/*	background-color: #ccccff;
*/
}

#menu_home {
	margin: 0 0 0 65px;
	padding: 0;
}

#menu {
	margin: 0 0 0 2px;
	padding: 0;
}

#menu_home #lastItem a {
	border-right: none;
}

#menu #lastItem a {
	border-right: none;
}

#menu_home a {
	border-right: 1px solid #ccc;
	color: #006;
	float: left;
	padding: 0 12px;
	text-decoration: none;
	height: 20px;
}

#menu a {
	border-right: 1px solid #ccc;
	color: #006;
	float: left;
	padding: 0 12px;
	text-decoration: none;
	height: 20px;
}

#menu_home #current {
	background: #000066;
	color: #fff;
}

#menu_home a:hover {
	background: #000066;
	color: #fff;
}

#menu #current {
	background: #000066;
	color: #fff;
}

#menu a:hover {
	background: #000066;
	color: #fff;
}

#menu_home ul {
	margin: 0 10px;
}

#menu ul {
	margin: 0 10px;
}

#menu_home li {
	display: inline;
	margin: 0;
	text-align: center;
}

#menu li {
	display: inline;
	margin: 0;
	text-align: center;
}

#menu_home #lastItem a {
	border-right: none;
}

#menu #lastItem a {
	border-right: none;
}

#leftMenu {
	padding: 5px 5px 0 0;
	font-weight: bold;
	font-size: 13px;
	font-variant: small-caps;
	border-right: 1px dashed #999999;
}

#leftMenu a{
	color: #006;
	text-decoration: none;
}

#leftMenu a:hover {
	background: #000066;
	color: #fff;
}

#content-home {
	padding: 10px 30px;
	border-top: 4px solid #000066;
	background-color: #ffffe8;
}

#content {
	padding: 10px 20px;
	border-top: 4px solid #000066;
	background-color: #ffffe8;
}

.highlightTxt {
	border: #000066 1px solid;
	padding: 20px;
	margin: 10px 0 20px 0;
	width: 550px;
	background-color: #ffffff;
/*	background-color: #eef0eb;ffffe8
*/
	text-align: left;
}

.highlightTxtSmall {
	padding: 20px;
	margin: 10px 0 20px 0;
	width: 500px;
/*	background-color: #ffffff;
	background-color: #eef0eb;ffffe8
	border: #000066 1px solid;
*/
	text-align: left;
}

.imgRight  {
	display: inline;
	padding: 0 0 0 5px;
}

.imgLeft  {
	display: inline;
	padding: 0 0 0 5px;
}

.imgLeft {
	margin: 0 15px 20px 0;
}

.imgRight {
	margin: 0 0 0 20px;
}

#footer {
   margin-top: 10px;
   padding-top: 10px;
   font-size: 10pt;
   text-align: center;
/*   border-top: 1px solid #000066;
*/
}

#footerTxt {
	color: #999;
	font-size: 9pt;
}

#footerTxt a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

#footerTxt a:hover
{
	color: #333;
}
