@charset "utf-8";
body {
	background-image: url(../images/background.jpg);
	font-family: Verdana, Geneva, sans-serif;
}
#page_wrap {
	margin: 0px auto;
	height: 467px;
	width: 762px;
	position: relative;
}
#content {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 25px;
	margin-left: 32px;
}
img.left {
	margin-right: 10px;
	margin-bottom: 10px;
}
div.left {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin: 0 10px 10px 0;
}
div.right {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	float: right;
	margin: 0 0 10px 10px;
}
#content h1 {
	font-size: 18px;
}
#content p , #content td {
	font-size: 12px;
	line-height: 169%;
	margin: 0 0 25px 0;
}
#content li {
	font-size: 12px;
	line-height: 169%;
}
#content h2 {
	color: #45527C;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#content .img, .tbl img {
	padding: 1px;
	border: 1px solid #333;
}

/************* START PULLDOWNS *****************/
#inv_menu_container {
	position: relative;
	height: 28px;
	width: 82px;
	z-index: 1000;
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
}
#inv_menu {
	font-size: 12px;
	width: 170px;
	position: absolute;
	background-color: #2653A6;
	opacity: 0.95;
	left: -9999px;
	top: 25px;
	border-left: solid 1px #444;
	border-bottom: solid 1px #444;
	border-right: solid 1px #444;
}
#inv_menu p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#inv_menu a:link, #inv_menu a:active, #inv_menu a:visited { font-weight: bold; text-decoration: none; color: #FFF; }
#inv_menu a:hover, #inv_menu a:focus { text-decoration: underline; }
/********* END PULLDOWNS *************/
