@charset "utf-8";
/this style sheet should contain the font, for all the bioinformatics pages* CSS Document */

@import url("../webfonts/interval/stylesheet.css");

@font-face {
	font-family: 'interval'; "Lucida Console", Monaco, monospace
	src: url('../webfonts/interval/interval.eot');
url('../webfonts/interval/interval-webfont.woff') format('woff'),
url('../webfonts/interval/interval-webfont.ttf') format('truetype'),
url('../webfonts/interval/interval-webfont.svg') format('svg');
}

header, footer, figure {align-content:center;
text-align:center}

nav {
	font-size: large;
	background-color: #EBEBEB;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-bottom: 3px;
}

nav li {
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: none;
	text-decoration: none;
}
nav a:link {
		color: #1D03FB;
	text-decoration: underline;
}
nav a:hover {
	color: #000000;
	text-decoration: none;
}

body {	background-image: url(../bioinformatic_bkgd.jpg);
	background-repeat: repeat-x;
	font-family: Interval, "Lucida Console", Monaco, monospace;
	color:#000000

	}
p 	{
	font-family: Interval, "Lucida Console", Monaco, monospace;
	color:#000000

	}
h1, h2, h3, figcaption {
	font-family: Interval, "Lucida Console", Monaco, monospace;
	color:#000000
	}

H1, h2, h3, p, nav, figcaption	{text-align:center;
max-width:1200px;
margin: 0 auto;
}

.uline {text-decoration:underline
}

.leftalign {
	text-align: left;
	margin: 0 auto;
}

.centerbox {
	vertical-align: central;
	width: 700px;
	margin: auto
}

#footer {
	padding-top:10px;
	background-color: #ccc;
	text-decoration: none;
	position:relative;
	bottom:0%
		
	
}