* { margin: 0; padding: 0;}

html { /*forces vertical scroll bar in FF*/
	min-height: 100%;
	margin-bottom: 1px;
}


body {
	background-color: #F5F3F4;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', 'sans-serif';
}
 
 
#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #F5F3F4;
	color: #000000;
}

h1 {
	color: #0F006F;
}

h2 {
	color: #0F006F;
}

h3 {
	color: #0F006F;
}

h4 {
	color: #0F006F;
}

h5 {
	color: #0F006F;
}

h6 {
	color: #0F006F;
}

p {
	text-align: justify;
}

ul {
	text-align: left;
}

#navMenu {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 16px;
}

#navMenu table {
	text-aling: center;
	margin-left:auto;
	margin-right:auto;
}


#navMenu li {
	display: inline;
	padding: 0px 10px 0px 10px;
}

img {
	border: solid black 1px; 
}


a {
	color: #999;
	background-color: transparent;

	text-decoration: none;
}

a.active {
	color: #000;
}

a.active:hover{
	color: #000;
}

a:hover {
	color: #F00;
	/*text-decoration: underline;*/
}

.logo {
	border: none; 
}

.red {
	color: #F00;
}
