a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
body {
	margin:0;
	padding:0;
	height: 100%;
	min-height: 100%;
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

div#banner {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	border-bottom-style: solid;
	border-bottom-color: #8282AB;
	height:70px;
	position: relative;
	border-bottom-width: 3px;
}

div#top-nav {
	text-align:right;
	top: 0px;
	right: 0px;
	position: absolute;
	height: 45px;
	line-height: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#logo {
	background-image: url(images/logo.gif);
	background-position: 8px;
	height: 63px;
	background-repeat: no-repeat;
}

div#left-nav {
	position: absolute;
	background-color: #E7E7EF;
	left: 0px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #8282AB;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #8282AB;
	width: 140px;
	height: 400px;
}
div#contentDiv {
	position: absolute;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #8282AB;
	width: 100%;
	height: 90%;
	top: 73px;
	background-attachment: fixed;
	background-image: url(images/bg3.gif);
	background-repeat: repeat;
	overflow: auto;
}

.content {
	text-indent: 210px;
}


div#home {
	vertical-align: middle;
	background-image: url(images/logo3.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
}
div#body {
	
	position: absolute;
	height: 100%;
	width: 520;
	top: 10px;
	left: 30%;
}
div#contact {
	width: 520;
}
