body
{

	background-image:url('images/gradient.png');
	background-repeat:repeat-x;
	background-color:#eaf3f9;
	color:#000000;
	font-family:calibri,verdana,sans-serif;
	font-size:14px;
	margin:0px;	
	padding:0px;
}
h1
{
	font-family:'Open Sans',calibri,verdana;
	font-size:24px;
	margin-top:10px;
}
h2
{
	color:rgb(60,60,60);
	font-size:14px;
}
li
{
	margin-bottom:2px;
  white-space: nowrap; 
	
}
img.hero
{
	width:100%;
	max-width:800px;
}


div.container
{
	margin:0px;
	padding:0px;
    margin-left: auto;
    margin-right: auto;
	text-align:left;
	max-width:800px;
	padding-left:10px;
	padding-right:10px;

}

div#front
{
	margin-top:20px;
	margin-bottom:20px;
	line-height:50px;
}

a#front
{
	color:black;
	text-decoration:none;
	padding:10px;
	border:1px solid lightgrey;
	background-color:white;
	
}
a#front:hover
{
	text-decoration:none;
	padding:10px;
	border:1px solid lightgrey;
	background-color:rgb(250,250,250);
	
}
div.textblock
{
	margin-bottom:10px;
}
div.search
{
	margin:10px;
}


div.iframe
{
	float:left;
	max-width:450px;
	margin-top:0px;
}
ul#navlist
{
margin-left: 0;
padding-left: 0;
line-height:30px;
margin-bottom:20px;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}
a:visited
{
	color:black;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}

ul#mylist
{
margin-left: 0;
padding-left: 0;
line-height:30px;
}
#mylist li
{
text-decoration:none;
font-size:16px;
display: block;
list-style-type: none;
color:black;
background:white;
border:1px solid lightgrey;
padding:5px;
margin:5px;
}
#mylist li:hover
{
text-decoration:none;
font-size:16px;
display: block;
list-style-type: none;
color:black;
background:rgb(240,240,240);
border:1px solid lightgrey;
padding:5px;
margin:5px;
}
#mylist a
{
text-decoration:none;
color:black;
}
