/* CSS Document */

#nav {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #58A2CD;
	width: 152px;
	padding-left: 5px;
	line-height: 150%;
}
#nav a:link, #nav a:active, #nav a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #0A7DC1;
}
#content {
	line-height: 175%;
	padding-left: 5px;
	height: 350px;
}
#content a:link, #content a:active, #content a:visited {
	color: #0A7DC1;
	text-decoration: underline;
}
#content a:hover {
	color: #CC0000;
}
#footer {
	background-image: url(http://www.cryogenicsolutions.com/MainGraphics/footer.jpg);
	background-repeat: no-repeat;
	height: 216px;
	width: 777px;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}
#footer p {
	padding-top: 170px;
	padding-left: 5px;
}
#footernav {
	position: relative;
	left: 545px;
	top: 173px;
}
a:link, a:active, a:visited, {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover{ text-decoration: underline;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	margin: 0px;
}
.lgfont, .accent{
	font-size:14pt;
	color:#0f81c5;
	}a {
	color: #999999;
	text-decoration: none;
}
#mdlink, #mdlink a{
	color:#ccc;
	font-size:7pt;
	font-weight:bold;
	text-align:center;
}