@import url(http://reset5.googlecode.com/hg/reset.min.css);

/*
#E0EAE3 taken from opaper.gif

*/

html{
	font-size:100%; 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body{
	background: #E0EAE3 url(images/opaper.gif) repeat 0px 0px;
	
	line-height: 1.4;
}

h1 { 	color: #a6430a; 
		margin: 0em 0em .5em 0em; 
		font-size: 1.5em; /* 24px / 16 px */
	 	font-weight: normal; }
h2 { font-size: 1.7em; margin: 0em 0em 1em 0em; }
h3 { font-size: 1.5em; margin: 0em 0em 1em 0em; }

#page-container
{
	margin: 0 auto;
	text-align:center;
	width:95%;
	max-width:1200px;
	position:relative;
	
}

#page-header
{
	
}

#page-header img 
{
	width:100%;
}

#page-nav
{
	top: -.6em;
	position:relative;
	font-size:.75em; /* 16px / 12px */
}
#page-content-container
{
	text-align:left;
	background-color:#fff;
	border:2px solid #000;
	border-top:none;
}
a:link    {
	color :  green;
	font-weight : bold;
}
a:visited {
	color : green;
	font-weight : bold;
}
a:active  {
	color :  #33CC00;
	font-weight : bold;
}
a:hover   {
	color : #FF6600;
	font-weight : bold;
}
  
a.NavFooter {
	font-weight : normal;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
ul {
	background: #661C02;
	height: 2em;
	width: 100%;
}


li a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	color: white;
	text-decoration: none;
}
li a:link, li a:visited
{
	color:#FFFF33;
}

li a:hover {
	background: #F24304;
	height: 2em;
	padding-top: .6em;
	position: relative;
	top: -.6em;
	border-radius: .3em .3em 0 0;
}
.current, a:hover.current  {
	background: #A62E04;
	mcolor: #eee;
	padding-top: .6em;
	border-radius: .3em .3em 0 0;
	position: relative;
	top: -.6em;
	cursor: default;
}

#pageTitle{
	
	border-left-style: solid;
	border-right-style: solid;
	text-align: center;
}
#pageContent{
	font-weight: bold;
	font-size: 1.3em; /* 24px / 18px */
	padding: 10px;
	min-height: 325px;
	
}
.subtitle{
	padding-top: 15px;
	font-weight: bold;
	font-size: .8em;
}
.abstract{
	font-weight: bolder;
	font-size: .75em; /* 16px / 12px */
}