
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: x-large;
}
.style2 {
	font-size: medium;
	color: #000000;
}
.style3 {
	font-size: xx-large;
	color: #000000;
}


.less {
	color: #000;
	font: 60% "Lucida Grande", Lucida, Verdana, sans-serif;
}


.more {
	color: #000;
	font: bold 85% "Lucida Grande", Lucida, Verdana, sans-serif;
}

a.more:link {
	color: #000;
	text-decoration: none;
}

a.more:visited {
	color: #000;
	text-decoration: none;
}

a.more:hover { 
	color: #bfbfbf;
	text-decoration: none;
}

a.more:active {
	color: #7f7f7f;
	text-decoration: none;
}


/* menu bar */

.menu {
	background: #24c1bc;
	display: block;
	color: #000000;
	line-height: 30px;
	height: 30px;
	font-size: 90%;
	text-decoration: none;
}

a.menu:link {
	background: #128ebb;
	display: block;
	color: #FFFFFF;
	line-height: 30px;
	height: 30px;
	font-size: 90%;
	text-decoration: none;
}

a.menu:visited {
	background: #128ebb;
	display: block;	
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	font-size: 90%;
	text-decoration: none;
}

a.menu:hover { 
	background: #125dbb;
	text-decoration: none;
	display: block;	
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	font-size: 90%;
}

a.menu:active {
	text-decoration: none;
	background: #94effe;
	display: block;
	color: #000000;
	height: 30px;
	line-height: 30px;
	font-size: 90%;
}


/* links page */

.links {
	color: #000;
	font: 95% "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

a.links:link {
	color: #000;
	text-decoration: none;
}

a.links:visited {
	color: #000;
	text-decoration: none;
}

a.links:hover { 
	color: #bfbfbf;
	text-decoration: none;
}

a.links:active {
	color: #7f7f7f;
	text-decoration: none;
}

body {
	background-color: #0d3f80;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2.125em;
	background-color: #0d3f80;
	color: #FFFFFF;
	text-align: center;
}

html > body #footer {
  position: fixed;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	background-color: transparent;
	font-size: 90%;
	text-decoration: none;
	position: relative;
	top: .75em;
}

#footer a:hover {
	color: #999999;
	background-color: transparent;
	text-decoration: none;
		position: relative;
	top: .75em;
}