/* Default attributes */

body {
	background-color: #9FA8D0;
	font-family: Calibri;
	font-size: 1em;
}

h1 {
	font-size: 1.25em;
	font-weight:bold;
	text-align:left;
}

h2 {
	font-size:1.0em;
	font-weight:bold;
	text-align:left;
}

h3 {
	font-size:0.75em;
	font-weight:normal;
	text-align:center;
}
h4 {
	font-size:1.25em;
	font-weight:normal;
	text-align:center;
}
h5 {
	font-size:1.25em;
	font-weight:normal;
	text-align:left;
	font-weight:bold;
}
	
p {
	font-family:Calibri;
	color:#000000;
	font-weight:bold;
	font-size:1.0em;
	line-height:150%;
	text-align:left;
}
p a:link, p a:visited, p a:hover, p a:active {
	font-family:Calibri;
	color:#333333;
	font-weight:bold;
	font-size:1em;
	line-height:150%;
	text-align:left;
}

h3 a:link, p a:visited, p a:hover, p a:active {
	font-family:Calibri;
	color:#333333;
	font-weight:bold;
	font-size:1em;
	line-height:150%;
	text-align:left;
}
/* Attributes for anything in the "body" of the webpage */

#container {
	background-color: #8187AE;
	margin: 0 auto 0 auto;
	width: 998px;
	max-width: 1000px;
	height:700px;
	font-size: 1em;
	border-color:#110D0E;
	border-width:medium;
	border-style:solid;
}

/* Header */
#header {
	background-image: url(images/bckgrd/frog_2011.jpg);
	background-position:center;
	background-position:bottom;
	background-repeat:no-repeat;
	height: 500px;
	width: 998px;
	border-bottom:#110D0E medium solid;
}

/* Text box for all pages */
#intro {
	position: top;
	float: right;
	max-width:950px !important;
	width:990px;
	height:200px;
	margin: 5px;
	overflow:auto;
	margin-right:30px;
}

#verticalnav {
	height:60px;
	width:100%;
}
	
/* Navigation list attributes */
ul {
	list-style:none;
	margin: 10px 0 0 0;
	padding: 0 0 0 1px;
}
ul a:link {
	color:#000000;
}
ul a:visited {
	color:#000000;
}

/* Navigation attributes */
li {
	position: relative;
	float:right;
	background-color:#FFFFFF;
	margin:5px;
	padding: 0px;
	width:75px;
	height: 25px;
	text-align:center;
	font-family:Calibri;
	font-weight:bold;
	font-size:1em;
	color:#000000;
}
a:link {
	color:#000000;
}
a:visited {
	color:#000000;
}
