html, body{
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: #C39D00;
}

body {
	/* fix IE hover bugs
	behavior:url("csshover.htc");*/
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Arial, Geneva, sans-serif;
	/*color: #ffffff;
	background-position: center 0*/
}

ul{
	border: none;
}

li{
	border: none;
}

#content {
	position: relative;
	background-image: url(images_vom/background.gif);
	background-repeat:repeat-y;
	background-attachment: scroll;
	background-position: center top;
	width: 740px;
	min-width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;;
	display: block;
	z-index: 100;
}

#content #header {
	position: relative;
	background-image: url(images_vom/top.gif);
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-position: center top;
	text-align: left;
	padding: 90px 0px 0px 10px;
	margin: 0px;
	z-index: 101;
}
#content #header #navigation{
	width: 256px;
}
#content #header #navigation ul{
	position: relative;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
#content #header #navigation li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#content #header #navigation li a {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#pdf {
	position: absolute;
	left: 490px;
	font-family: "Lucida Grande", Arial, Geneva;
	font-size: 11px;
	text-align: center;
}
#pdf a {
	text-decoration: none;
	border: none;
}

div#home_flash{
	position: absolute;
	left: 560px;
	top: 380px;
	width: 130px;
	height: 350px;
}

div#body_text{
	width: 605px;
	color: black;
	margin: 0px 0px 0px 60px;
	padding: 0px 0px 25px 0px;
	z-index: 102;
	}
div#body_text div  {
	width: 525px;
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	z-index: 103;
	}
div#body_text div .important {
	width: 600px;
	font-size: 13px;
	line-height: 2em;
	padding: 0px 0px 0px 0px;
	}	
	
#body_text div a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 2em;
	}
#body_text div a:hover, a:active{
	border-bottom: 1px dotted #000000;
}	
#body_text div a:link, a:visited{
	border-bottom: 1px dotted #917400;
}
#body_text img.image_left {
	float: left;
	margin: 0px 20px 20px 0px;
}

#body_text .image_right {
	float: right;
	margin: 0px 20px 20px 50px;
}
#body_text div ul{
	margin-left: 10px;
}
#body_text div li{
	line-height: 2em;
	list-style-image: url(images_vom/li_icon.gif);
	list-style-type: circle;
	padding-left: 5px;
}
#body_text div h1, h2, h3, h4 {
	text-transform: uppercase
}
#body_text div h1 {
	font-size: 24px;
	padding-bottom: 5px;
	color: #917400;
}	
#body_text div h2 {
	display: inline;
	font-size: 12px;
	color: #C39D00;
}	
#body_text div h3 {
	display: inline;
	font-size: 11px;
	color: #C39D00;
}
#body_text div h4 {
	display: inline;
	font-size: 12px;
	color: #C39D00;
}
#body_text div table {
	width: 100%;
	min-width: 450px;
}
#body_text div td {
	vertical-align: top;
	line-height: 1.5em;
	padding: 10px;
}
#body_text div p {
	line-height: 2em;
	padding: 0px 0px 0px 30px;
	text-align: justify;
}
#body_text .emph {
	font-size: 11px;
	font-weight: bold;
}
#navigation {
	padding-bottom: 10px;
	font-size: 10px;
	color: #917400;
	text-align: center;
}
#navigation a{
	margin-right: 10px;
	text-decoration: none;
	padding: 3px;
}
#navigation a:visited, a:link{
	color: #917400;
	border: 1px solid #ffffff;
	border-bottom: 1px dotted #917400;
}
#navigation a:hover, a:active{
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #917400;
}

div#content div#hovers {
	position: relative;
	text-align: left;
}

div#content div#hovers div.soopahover {
	/*background: url("images_vom/article.gif");*/
	background: url("images_vom/article_f2.gif");

}

div#content div#hovers div {
	/*background: #E1CE80 url(images_vom/article_f2.gif) no-repeat;*/
	width: 605px;
	height: 150px;
	color: #000000;
	padding: 10px;
	margin-left: 50px;
	}

div.article {
	font-family: Arial;
	font-size: 11px;
	height: 130px;
	margin-bottom: 25px;
	}
div.article a {
	color: black;
	text-decoration: none;
	line-height: 2em;
	border: none;
	}
div.article a:link, a:visited {
	border-bottom: none;
	}
div.article a:hover, a:active {
	border-bottom: 1px dotted black;
	}
div.article img {
	float: left;
}
div.article p {
	width: 425px;
	line-height: 2em;
	margin-left: 160px;
	}	
div.article h2, div.article h3 {
	text-transform: uppercase
	}
div.article h2 {
	width: 425px;
	color: #917400;
	font-size: 18px;
	margin: 0px 0px 0px 160px;
	padding: 0px 0px 5px 0px;
	}
	
div.article h3 {
	width: 425px;
	color: #C39D00;
	font-size: 13px;
	margin: 0px 0px 0px 160px;
	padding: 0px 0px 0px 0px;
	}

#bottom {
	background-color: #C39D00;
	margin-bottom: 0px;
}
#bottom img{
	padding: 0px;
	margin: 0px;
}
#bottom a{
	border: none;
}

#content #footer {
	background-color: #C39D00;
	font-size: 9px;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
#content #footer ul {
	position: relative;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}
#content #footer li {
	display: inline;
	margin: 0px;
	padding: 0px 5px;
}
#content #footer a {
	text-decoration: none;
	color: #ffffff;
	border: none;
}
#content #footer a:link {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
}
#content #footer a:hover, a:active {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#content #footer a:visited {
}

/* standard styles */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: 0px;
	font-size: 21px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: 0px;
	font-size: 16px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: 0px;
	font-size: 8px;
}
