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

body {
	background-attachment: scroll;
	background-color: #1E2731;
	background-image: url(images/page_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #003366;
}

a.nav{
	text-decoration: none;
	padding: 0.75em 1em 3px 1em;
	margin-bottom: 0;
	background-color: transparent;
	color: #265689;
	font-size: 15px;
}

a.navpage{
	text-decoration: none;
	padding: 0.75em 1em 4px 1em;
	font-size: 15px;
	color: #265689;
	background-color: #e2ebfa;
}

a.nav:hover{
	background-color: #0c4179;
	color: #ffffff;
}

a.nav:active{
	background-color: #0c4179;
	color: #ffffff;
}
