html {
	height: 102%;
	padding: 0;
	margin: 0;
}

body {
	background-color: #CCCCCC;
	padding: 0;
	margin: 0;
}

#main {
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	padding-top: 6px;
	/* height: 500px; */
}

#top{
	background-image: url(images/title.png);
	width: 760px;
	height: 190px;
	margin-left: 30px;
	margin-bottom: 40px;
}

#footer {
	 width: 760px;
	 height: 30px;
	/* padding-left: 720px;*/
	text-align: right;
	
}

#footer2 {
	background-image: url(images/footer.png);
	 width: 820px;
	 height: 13px;
	 background-repeat: no-repeat;
	/* padding-left: 720px;*/
		margin-left: auto;
	margin-right: auto;
}

#menu {
	position: relative;
	width: 650px;
	margin-left: 50px;
	padding-top: 154px;
	color: #666666;
}

#menu a, #menu a:visited {
	
	margin-left: 7px;
  margin-right: 7px;
  
} 

.menu a:hover {
	color: #81BB0F;

}

#nest {
	overflow:auto;
	margin-left: 70px;
}

#left {
	width: 450px;
	/* margin-left: 65px; */
	font-family: verdana;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	float: left;
}

#right {
	margin-left: 480px;
	padding-left: 15px;
	border-left: 1px solid #CCCCCC;
		font-family: verdana;
	font-size: 12px;
	color: #666666;
}

img {
	border: 0;
}

h1 {
	font-family: verdana;
	font-weight: bold;
	font-size: 16px;
	color: #81bb0f;
}

h2 {
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}

h3 {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #81bb0f;
}
a, a:visited {
	font-family: verdana;
	text-decoration: none;
	/* color: #81BB0F; */
	color: #339999;
}

a.green {
	font-weight: bold;
}

a.fett, a.fett:visited, a.green:visited{
	
	font-weight: bold;
	font-size: 13px;
	
	margin-bottom: 3px;
}


a.fett:hover, a.green:hover {
	text-decoration: underline;

}

font.fett{
	font-weight: bold;
	font-size: 13px;
	color: #666666;
}

font.blue{
  font-weight: bold;
  color: #81BB0F;

}
font.small{
  font-size: 10px;

}

div#qTip {
  padding: 3px;
  width: 400px;
  border: 1px solid #81bb0f;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  background: #FFF;
  color: #666666;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}

