html { /*forces vertical scroll bar in FF*/
	min-height: 100%; 
	margin-bottom: 1px;
}

body {
	background-color: transparent;
	font: 14px "Arial" /*Verdana Helvetica*/ san-serif;
	text-align: center;
}

h2 {
	margin: 0px;
	margin-top: 10px;
}

table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

table td {
	padding-top: 20px;
	text-align: center;
}

table dl {
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
}

img {
	border: solid black 2px; 
}

p {

}

li{

}

.heading {

}

.bold{
	font-weight: bold;
}

a {
	color: #999;
	background-color: transparent;

	text-decoration: none;
}

a.active {
	color: #000;
}

a.active:hover{
	color: #000;
}

a:hover {
	color: #000;
	/*text-decoration: underline;*/
}


/*
a.redlink {
	color: #F44;
	background-color: transparent;

	text-decoration: none;
}
*/


a.redlink:hover {
	color: #CB0F0F;
}



a.hidden {
	color: black;
	background-color: white;
	text-decoration: none;
}

a.hidden img {
	border:none;
}

a:hover.hidden { /*Added for IE*/
	text-decoration: none;
}

a:visited.hidden {
	color: black;
	background-color: white;
}


img {
}
#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	/*border: solid 1px red;*/
}

#header img{
	margin-left: 55px;
}


#navMenu {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	/*font-weight: bold;*/
}

#navMenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; 
	margin: 0px 30px 0px 30px;
}



#navMenu span {
	width: 100px;
}

#footNav table td {
	width: 33%;
	padding: 0px;
	
}

#footNav img {
	border: none;
	padding-right: 5px;
	margin-bottom: -2px;
}


	
.logo {
	border: none;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold; 
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right; 
}

