body{
	font-family: Arial, Helvetica, sans-serif;
	color:#222;
	font-size: 1em;
	line-height:1.166;	
	margin:0px;
	padding:0px;
	background:#000000;
	background-image:url('images/bg_body.jpg');
	background-repeat:repeat-x;
	background-position:topleft;
	height:100%;
}
#wrap{
	margin:0px 0px 0px 20px;
	width:900px;
	height:100%;
}
#masthead{
	margin:0px 0px 0px 0px;
	width:900px;
	height: 200px;
	background-image:url('images/logo1.gif');
	background-repeat: no-repeat;
}
#nav{
	margin:0px;
	width:900px;
	height: 24px;
	background-image:url('images/bg_nav.gif');
	background-repeat: no-repeat;
}
#nav table{color:#ffffff;}
#content {
	width: 900px;
	height:auto;
	margin:0px;
	}

#content h1{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 22px;
color: #000;
margin:5px 0px 5px 5px;
}
#content h2{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #333;
margin:0px;
}

#content .abstract2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #CC0000;
	background-color: #dddddd;
	background-position:center 50%;
	word-spacing: 2px;
	height:30px;
	width: 100%;
	line-height:30px;
	margin: 0px 0px 5px 0px;
	}
#content p.shead{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #585858;
margin:0px;
}
#content blockquote{
  font: 1em Georgia, "Times New Roman", Times, serif;
  color:#999;
}
#content blockquote:first-letter {
  background: url(images/open-quote.gif) no-repeat left top;
  padding-left: 18px;
  font: italic 1.4em Georgia, "Times New Roman", Times, serif;
  color:#999;
}

#content ul{
    MARGIN: 5px 0px 0px 25px;
}

#content li{
	list-style-image:url('images/star.gif');
    list-style-position: inherit;
}


#content ul.arrow{
    MARGIN: 0px 0px 0px 25px;
}

#content li.arrow{
	list-style-image:url('images/arrow_orange.gif');
    list-style-position: inherit;
}
#content a:link,#content a:visited,#content a:active{
	color: #3915f0;
	text-decoration: none;
	}

#content ul.special{
	color: red;
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
}

a:link,a:visited{
	color:#3915f0;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
table {
	background-color: #fff;
	}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.opaque {
  background-color: #000000; /* pale weak blue */
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
  }

}


