/* Overloads */
BODY { 
        color: #000000; 
       	background-color: #cccccc; 
       	font-family: arial, helvetica, sans-serif; 
       	font-size: 0.9em;
       	}
A { 
        color: #000000;
       	}
H1 { 
        font-size: 1.3em; 
       	font-weight: bold;
       	color: #009900;
       	}
H2 { 
        font-weight: bold;
       	font-size: 1.3em;
       	}
H3 { 
        font-weight: bold; 
       	font-size: 1.1em;
       	}

/* Structural Elements */
#content-body { 
        margin: 1.8em; 
       	}
#content-container { 
        text-align: left; 
       	margin: 1.5em 1.5em 1.5em 1.5em; 
       	width: auto; 
       	height: auto; 
       	clear: both; 
       	}
#footer-container { 
        background: #999999; 
       	color: #ffffff; 
       	text-align: center; 
       	font-size: 0.7em; 
       	padding: 0.9em 0 0.9em 0;
       	margin: 0.1em; 
       	clear: both; 
       	}
#header-container { 
        background-color: #003399; 
       	background-image: url('http://www.pnbiotech.com/images/header-grad.jpg'); 
       	background-repeat: repeat-x; 
       	background-position: bottom; 
       	margin-bottom: 0.1em;
       	}
#left-container	{ 
        float: left; 
       	border: 1px; 
       	width: 15em; 
       	}
#main-container	{ 
        background: #ffffff; 
	padding: 0.1em; 
	width: 59em; 
	margin: 0.9em auto 0.9em auto; 
	max-width: 100%; 
	}
.nospace { 
        padding: 0;
	margin: 0;
	}
#right-container { 
        margin: 0em 0em 0em 17em; 
	}
#topnav-container { 
        margin-bottom: 0.1em;
	width: 100%;
	height: 2em;
	clear: both;
	}

/* Navigation */
#topnav ul { 
	float: left; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	clear: both; 
	background-color: #cecece; 
	background-image: url('http://www.pnbiotech.com/images/nav-grad.jpg'); 
	background-repeat: repeat-x; 
	background-position: bottom; 
	}
#topnav ul li { 
	float: left; 
	display: block; 
	margin: 0; 
	padding: 0; 
	background-color: #cecece; 
	background-image: url('http://www.pnbiotech.com/images/nav-grad.jpg'); 
	background-repeat: repeat-x; 
	background-position: bottom; 
	text-align: center; 
	cursor: pointer; 
	border-right: 1px solid #ffffff; 
	font-weight: bold; 
	font-size: 0.9em; 
	}
#topnav ul li a { 
	color: #ffffff; 
	text-decoration: none; 
	}
#topnav ul li a span {
	padding: 0.3em 1.3em 0.3em 1.3em;	
	line-height: 2em;
	}
#topnav ul li a:hover, #topnav ul li a:focus { 
	color: #009900; 
	}
#topnav-current {
	background-color: #ffffff !important;
	background-image: none !important; 
	cursor: default !important; 
	color: #000000;
	padding: 0em 1.3em 0em 1.3em !important;	
	line-height: 2em;
	}

/* Font Control */
.emphasis		{ color: #009900; }
.medium			{ font-size: 1.1em;}
.small			{ font-size: 0.9em;}
.x-small		{ font-size: 0.7em;}

/* Generic Box */
.box { 
        width: 100%; 
	border: 1px solid #000000; 
	}
.box-content { 
        padding: 1.3em;
	}
.box-header { 
	background-image: url('http://www.pnbiotech.com/images/box-grad.jpg'); 
	background-repeat: repeat-x; 
	background-color: #adbdde;
	background-position: bottom; 
	text-align: center; 
	padding-top: 0.5em; 
	padding-bottom: 0.5em; 
	border-bottom: 1px solid #000000; 
	}
.box-header-text { 
        color: #ffffff; 
	font-size: 0.9em; 
	font-weight: bold; 
	}

/* Access Keys */
.accessKeyLinks UL { 
        padding: 0; 
	margin: 0; 
	list-style: none; 
	}
.accessKeyLinks LI { 
        padding: 0; 
	margin: 0; 
	list-style: none; 
	display: inline; 
	}
.accessKeyLinks A { 
	color: #000000; 
	position: absolute; 
	top: 0.2em; 
	left: 2em; 
	overflow: hidden; 
	width: 0; 
	height: 0; 
	font-size: 0.7em;
	}
.accessKeyLinks A:active, .accessKeyLinks A:focus { 
        position: absolute; 
	overflow: visible; 
	width: auto; 
	height: auto; 
	font-size: 0.7em; 
	border: 0; 
	margin: 0; 
	padding: 0.2em; 
	background: #009900; 
	}

