@import "menu.css";
html {
	overflow: auto;
}
body {
	background: #f2d076 url('images/bg.jpg') repeat-x;
	margin: 31px 0px 31px 0px;
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
p {
	margin: 0em 0em 0.7em 0em;
	line-height: 1.7em;
}
a {
	color: #049AF1;
}
a:hover {
	text-decoration: none;
}
div.clear {
	clear: both;
	width: 100%;
	font-size: 1px;
}
div#stretch {
	background: url('images/containerBg.jpg') repeat-y top;
	width: 890px;
	margin: 0px auto;
	text-align: left;
}
div#topImage {
	background: url('images/roundTop.jpg') no-repeat top;
}
div#outter {
	position: relative;
	background: url('images/areaBg.jpg') no-repeat bottom;
	min-height: 800px;
	height: auto !important;
	height: 800px;
}
h1#logo {
	position: relative;
	top: 15px;
	left: 210px;
	right: 30px;
	margin: 0px;
	height: 137px;
	width: 651px;
	background: url('images/logo.gif');
}
div#allAreas {
	margin-top: 40px;
	margin-left: 30px;
	margin-right: 30px;
	min-height: 570px;
	height: auto !important;
	height: 570px;
}
div#leftColumn {
	float: left;
}
form#searchArea {
	margin: 67px 0px 0px 0px;
	padding: 2px;
	background: url('images/search.gif');
	height: 17px;
	width: 138px;
}
form#searchArea input {
	padding: 2px 1px;
}
form#searchArea input.text {
	width: 118px;
	height: 13px;
	font-size: 11px;
	vertical-align: top;
	border: 0px;
	color: #024d86;
}
div#rightColumn {
	float: right;
	width: 650px;
	margin-bottom: 30px;
}
div#footer {
	border-top: 1px solid #9EC3E0;
	margin: 0px 30px;
	height: 45px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	padding: 12px 0px 0px 0px;
}
div#address {
	float: right;
	padding: 0em 0.4em;
}
div#address a {
	color: #ffd974;
	text-decoration: none;
}
div#address a:hover {
	text-decoration: underline;
}
ul#design {
	float: left;
}
ul#design {
	margin: 0px;
	padding: 0px;
	list-style-type: 0px;
}
ul#design li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0em 0.4em;
}
ul#design li.NIMLastItem {
	border-right: 0px;
}
ul#design li a {
	color: #fff;
	text-decoration: none;
}
ul#design li a:hover {
	text-decoration: underline;
}
