html { min-height: 100%; margin-bottom: 1px; }

body {
	background-color: #FFFFFF;
	width: 750px;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.3em;
}
#menu {
	color: #3e922e;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	padding: 0px;
	line-height: 1.5em;
	list-style-image: url(images/green-arrow2.gif);
	list-style-position: outside;
}

a.nav:link {
	color:#3e922e;
	text-decoration: none;
}
a.nav:visited {
	color:#3e922e;
	text-decoration: none;
}
a.nav:hover {
	color:#3e922e;
	text-decoration: none;
	font-weight: bold;
}
a.nav:active {
	color:#3e922e;
	text-decoration: none;
	font-weight: bold;
}

a.etxernal:link {
	color:#111111;
	text-decoration: none;
}
a.etxernal:visited {
	color:#333333;
	text-decoration: none;
}
a.etxernal:hover {
	color:#333333;
	text-decoration: underline;
}
a.etxernal:active {
	color:#333333;
	text-decoration: none;
}

a.etxernal2:link {
	color:#999999;
	text-decoration: none;
}
a.etxernal2:visited {
	color:#999999;
	text-decoration: none;
}
a.etxernal2:hover {
	color:#666666;
	text-decoration: underline;
}
a.etxernal2:active {
	color:#999999;
	text-decoration: none;
}

#banner {
	width: 110px;
	border: 1px solid #eeeeee;
	padding: 10px;
	float: right;
	background-image: url(images/box-bkg.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#dot_line_img {
	float: left;
	margin-right: 5px;
}

#dot_line {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-color: #CCCCCC;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-style: dotted;
	padding-bottom: 30px;
}
h1 {
	font-size:22px;
	color: #3e922e;
	font-weight: lighter;
	margin-bottom: 20px;
}
h2 {
	font-size:12px;
	color: #666666;
	font-weight: bold;
}
	

