*
{
	padding: 0px;
	margin: 0px;
}

body
{
background: antiquewhite;
font-size: 1em;
font-family: Verdana, helvetica, sans-serif;
color: #8C8C73;
line-height: 1.5em;
}

a
{

text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

p
{
margin-bottom: 14px;
text-align: justify;
}

#outer
{
position: relative;
width: 810px;
margin: 0 auto;
background: #fff;
}

#inner
{
position: relative;
padding: 10px 30px 10px 30px;
z-index: 2;
}

#header
{
position: relative;
background: white url('momo750.jpg') no-repeat;
width: 750px;
height: 100px;
color: black;
padding-left: 0px;
}

#menu
{
position: relative;
background: #46461F;
height: 25px;
padding: 0px 5px 0px 0px;
margin: 0px 0px 10px 0px;
}

#menu ul
{
margin: 0px;
padding: 0px;
}

#menu ul li
{
margin: 0px;
display: inline;
line-height: 25px;
padding: 0px;
}

#menu ul li a
{
background-color: transparent;
padding: 4px 4px 8px 4px;
font-size: 16px;
color: #fff;
font-weight: bold

;
}

#menu ul li a:hover
{
text-decoration:underline;
font-weight: bold
}

#menu ul li a.current
{
background: #fff;
color: #4A4A24;
text-decoration: none;
font-weight: bold
}


#primarycontent
{
position: relative;
padding: 30px 0px 0px 0px;
min-height:400px;
color:black;
height:auto !important;
height:400px;
}

#primarycontent h1
{
font-size: 2em;
line-height: 3em;
}

#primarycontent h2
{
position: relative;
top: 4px;
font-size: 1.5em;
line-height: 30px;
color: #656551;
padding: 0px 0px 5px 0px;
margin-bottom: 10px;
margin-top: 10px
}
#primarycontent table
{
border-collapse: collapse;
border-top:1px solid #656551;
border-right:1px solid #656551;
	
}

#primarycontent table td
{
border-spacing: 0px;
border-bottom:1px solid #656551;
border-left:1px solid #656551;
padding:.3em 1em;
text-align:left;
}

#primarycontent table th
{
border-spacing: 0px;
border-bottom:1px solid #656551;
border-left:1px solid #656551;
padding:.3em 1em;
text-align:center;
}

#footer
{
position: relative;
clear: both;
height: 66px;
text-align: center;
line-height: 66px;
background-color: #fff;
color: #656551;
margin-top: 40px;
}

