@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #0598b3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


a:link {
	text-decoration: none;
	color: #EE4035;
}

a:visited {
	text-decoration: none;
	color: #EE4035;
}

a:hover {
  color: #2FB1C9}

a:active {
	text-decoration: none;
}

h {
font: 26;
font-weight:bold;
font-stretch: narrower;
color:#0FAAC6;
text-align:justify;
} 


#navbar {
	background-color: #EE4035;
	width: auto;
	text-align: center;
	font-size: 14px;
	height: 20px;
	margin-top: 2px;
}

#navbar a:hover{
	color: #000000;
}

#navbar a{
	display: block;
	width: 100%;
	color: white;
	text-decoration: none;
}

html>body #navbar a{ /*Non IE rule*/
width: auto;
}

#biotext {
	font-size: 12px;
}

#abouttext {
	font-size: 12px;
	margin-left: 5px;
}
	
#byline {
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}

#footer {
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	height: 40px;
}

#reviewstext {
	font-size: 12px;
	margin-left: 5px;
}