/*-----------------------*/
/*--  Main Sections   --*/
/*---------------------*/


html body {
	margin: 0em;
	padding: 0em;
	text-align: center;
	background-color: #cccccc;
	}
	
.all {
	margin: 0em auto;
	padding: 0em;
	width: 820px;
	text-align: left;
	background: #ffffff;	
	color: #000000;
	border: .06em solid #bbbbbb;
	}

.allbutfoot {
	width:820px;
	padding: 0em 0em .25em 0em;
	background: #ffffff;
	}
a {text-decoration: none; color:#082299;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
	
#header {margin:0em; padding:0em; height: auto; width: 820px; }
#header img {margin:2em 1em .25em; padding:0em; z-index: 10; height: auto; float:right;}

div.order {text-align: right; display:inline; width: 9em; margin: .75em 0em 0em 0em; padding: 0em; float: right; clear: none;}
div.order ul {list-style-type: none; padding: 0em; margin: 0em;}
div.order ul li {font: 900 .8em verdana, arial, sans-serif; margin: 0em; }
div.order ul li a {color: #2a1850;}
div.order ul li a:visited {color:#6c647b;}
div.order ul li a:hover {color:#cc6c00;}

#navigation {
			border:#08196b solid 2px; 
			background-image:url('images/dna.jpg'); 
			background-repeat:no-repeat; 
			background-position:right; 
			margin: 0em 5.5em 2em 1em; 
			padding: 0em; 
			float: right; 
			width: 19em; 
			clear:none;
			}
#NavPanel {margin: 0em; padding: 0em; }
#NavPanel {list-style-type: none; text-align:left;}
#NavPanel li {padding: .75em 0em .25em .75em; text-indent:-.5em; font: bolder .8em verdana, arial, sans-serif; color: #08196b}
#NavPanel a {color: #2a1850;}
#NavPanel a:visited {color:#6c647b;}
#NavPanel a:hover {color:#714acb; }

p.quote {color: #2a1850; font: 500 .8em georgia, serif; margin: 4em 0em 0em 8em; padding: 0em 0em 0em 0em; float:right;  width: 13em;  text-align: right;}

em.title {font-style: italic;}

/*--------------------------------*/
/*---------Footer----------------*/
/*------------------------------*/
	
#foot{
	clear: both;
	z-index:60;
	width: 820px;
	padding: 0em;
	margin: 0em;
	}
		
	#foot ul {
		margin: 0em;
		padding: 0em;
		list-style-type: none;
		text-align: center;
				}

		#foot ul li {
			display: inline;
			margin: 0em .3em;
			font: normal .7em verdana, arial, sans-serif;
			}

	#foot p {
		margin: 0em 0em .5em;
		padding: 0em;	
		text-align: center;
		text-indent:0em;
		font: normal .7em verdana, arial, sans-serif;
		}
		
	#foot a {color: #31319c;}
		#foot a:visited{} 
		#foot a:hover{color: #a83434;}