html {height: 101%} /* FFox Scroll */

body {
	background-color: #FFF;
	color: #08386b;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/border_top.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 0.9em;
}

#container {
	width: 990px;
	margin: 0 auto;
	padding: 15px 10px 10px 10px;
}

#header {
}

#header p {
	width: 680px;
	text-align: justify;
}

#header ul {
	padding-left: 88px;
}

#header ul li {
	display:inline;
}

#header ul li a img {
	border-style: none;
}

#content {
	float: left;
	width: 650px;
	padding-left: 90px;
	line-height: 1.3em;
}

#content img {
	float: left;
	padding: 18px 20px 20px 0px;
}

#content ul{
	margin-left: 12px;
	padding: 0;
}

#content ul li {
	list-style-type: square;
}

#content ul li a {
	color: #0871EF;
	text-decoration: none;
}

#content p a {
	color: #0871EF;
	text-decoration: none;
}

#second-nav {
	float: right;
	width: 200px;
	text-align:left;
}

#second-nav p {
	line-height: 1.4em;
	font-size: 1.2em;
	font-weight: bold;
	text-align: justify;
}

#second-nav ul {
	margin: 0;
	padding-left: 15px;
}

#second-nav ul li {
	list-style-type: square;
	line-height: 1.5em;
}

#second-nav ul li a {
	color: #08386B;
	text-decoration:none;
}

#second-nav ul li a:visited {
	color: #0871EF;
}

#second-nav ul li a:hover {
	color: #AD0000;
	font-weight: bold;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #08386B;
	font-size:1.4em;
}

#footer {
	clear: both;
	padding-left: 90px;
}

#footer ul {
	padding: 0;
}

#footer ul li {
	display: inline;
	margin-right:20px;
}

#footer ul li a {
	color: #08386B;
	text-decoration:none;
}

#footer ul li a:visited {
	color: #0871EF;
}

#footer ul li a:hover {
	color: #AD0000;
	font-weight: bold;
}

#p a {
	color: #8C1010;
	text-decoration: none;
}

/* classes */
.select {
	font-size:1.2em;
	font-weight:bold;
	font-variant: normal;
}
.first {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	line-height: 0.9em;
}

.animation {
	float: right;
}
