.tempheader
{
 font-size: 25px;
 font-weight: bold;
 color: #FF0000;
 text-align="center";
 margin-bottom=0;
}

body
{
 font-size: 15px;
 font-family: Georgia;

}

p
{
 font-size: 15px;
 font-family: Georgia;

}

.style1
{
 font-size: 15px;
 font-family: Georgia;

}


td
{
vertical-align:top;
}

h1
{
 font-size: 25px;
 font-weight: bold;
 color: #845229;
 margin-bottom=0;
 
  margin-top=10;
}

/*Menu Begin*/
#menu
{
    margin: 0;
    padding-top: 0px;
    text-align: right;
    float:left

}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li
{
    display: inline;
    color: white;
}

#menu a
{
    display: block;
    float: left;
    margin: 0;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    font-family: Georgia;
    color: #FFFFFF;
    background-color: #845229;
}

#menu a:hover {
	background:  #847331;
	color:#FFFF00;
}

#menu .current_page_item a
{
    background: #847331;
    color: white;
    font-family: Georgia;
}
/*Menu End*/
