body {
margin: 0px auto;
font-family: Arial, Tahoma, sans-serif;
font-weight: normal;
font-style: normal;
background-color: #7d7d7d;
}

#wrapper {
width: 1024px;
margin: 0 auto;
height: 100%;
padding: 0;
}

#links {
width: 100%;
float: left;
background-color: none;
overflow: hidden;
position: relative;
border: none;
margin: 0;
padding: 0;
}

#links ul.menu {
clear: left;
float: right;
list-style: none;
position: relative;
text-align: center;
display: inline-block;
top: 10px;
right: 10px;
}

#links ul.menu li {
display: block;
float: left;
list-style: none;
position: relative;
width: 125px;
padding: 5px 0px;
}

#links ul.menu a {
font-size: 16px;
font-weight: bold;
color: navy;
text-decoration: none;
padding: 2px 0px 2px 0px;
}

#links ul.menu li a.active {
text-decoration: underline;
}

#links ul.menu li a:hover {
text-decoration: underline;
}

#links ul.menu li.active a {
color: navy;
font-weight: bold;
text-decoration: none;
}

#mainContent {
padding: 20px 30px;
margin: 0;
font-style: normal;
font-size: 18px;
background-color: rgba(245,245,245,1.00);
}

#mainContent p {
font-style: normal;
/*font-family: arial, tahoma, serif;*/
text-align: justify;
margin: 0;
}

#mainContent h1 {
font-family: Georgia, Times, serif;
font-size: 20px;
font-weight: bold;
text-align: center;
color: navy; 
text-transform: uppercase;
}

#mainContent h2 {
font-size: 16px; 
font-weight: bold;
text-align: left;
color: navy;
}

#mainContent h3 {
font-size: 14px;
font-weight: bold;
color: navy;
text-transform: uppercase;
}

#indexPhoto {
min-width: 900px;
max-width: 1200px;
width: 100%;
margin: 0 auto;
/**padding: 0;**/
padding: 65px 0 0 0;
}

#indexPhoto img {
width: inherit;
}

#footer {
width: 100%;
height: auto;
float: left;
margin: auto;
}

#footer p {
color: #FFFFFF;
font-style: normal;
font-size: 12px;
text-align: left;
padding: 0;
}

#underFoot {
width: 100%;
float: left;
background-color: none;
overflow: hidden;
position: relative;
border: none;
margin-top: -50px;
padding: 0;
}

#underFoot ul {
clear: left;
float: right;
list-style: none;
position: relative;
text-align: right;
display: inline-block;
}

#underFoot ul li {
display: block;
float: left;
list-style: none;
position: relative;
width: 125px;
padding: 5px 0px;
}

#underFoot ul a {
font-size: 12px;
font-weight: bold;
color: white;
text-decoration: underline;
padding: 0px;
}