body {  
	font-family: tahoma, verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	background-color: #fff3e2; 
	background-image: url(../images/bg.gif); 
	background-position: center top;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-left: 0em;
	min-width: 700px;
	text-align: center;

}
 
h1 {font-size: 175%; color: #880000; margin-left:1%;}
h2 {font-size: 150%; color: #BB0000; margin-left:1%;}
h3 {font-size: 125%; color: #BB0000; margin-left:1%;}
h4 {font-size: 100%; color: #724616; margin-left:1%;}
h5 {font-size: 80%; color: #724616; margin-left:1%;} 
 
p {
	font-size: 105%;
	margin: 0 3% 1em 3%;
} 
li {
	font-size: 105%;
	margin: 0 3% 0.3em 3%;
} 


a {
text-decoration: none;
border-bottom: 2px solid #FFDD00;
}
a.a-image {
text-decoration: none !important;
border-bottom: 0px solid #FFDD00 !important;
}

a:link {color: #417042;}
a:visited {color: #1a5889; /* #1a5889;*/}
a:hover {color: #d8584e;}
a:active {color: #1a5889;}
 
.centerit {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
div#mainContent {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	text-align: left;

/*	position: static;*/
/*  margin-top:-60px;*/
}

div#title2 {
	background-image: url(../images/bg-upper.gif);
	text-align: center;
/*	width: 1000px;*/
	height: 140px; 
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
	position: static;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
div#navbar {
	text-align: center;
  margin-top:-80px;
}
div.noNavbar {
	text-align: center;
  margin-top:-100px;
}

.menuSkip {display: none;}
