/**/
*
{
    font-family: Arial, Helvetica, sans-serif;
}
header
{
	background-color:#347B98;
}
.siteheadname
{
    color:#FC600A; 
    font-size:40px;
}

#navmenu
{
	
}
    .clearboth
{
    
    clear:both;
}

header {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-radius:20px;
}
header > div {
    display: table-cell;
    
}
#headleft
{
   
}
#headmid
{
   text-align:center;
}
#headright
{
    color:#FC600A; 
    padding-right:20px;
}
#headright a
{
    color:#F7E0D4;
    text-decoration: none;
}
#headright a:hover {
  
  text-decoration: underline;
}
#loginheadlink
{
    display:inline-block;
    float:right;
}
#logoutheadp
{
  float:right;  
}
/* links */

/* unvisited link */
a:link {
    text-decoration: none;
    color:#FC600A;
}

/* mouse over link */
a:hover {
  color:#347B98;
  text-decoration: underline;
}

/****************/
#container
{
    padding:20px;
}
