body 
{
    font-family: "Arial";
}

.content a
{
	color: rgb(255,102,0);
	text-decoration: none;
	border-bottom: 1px dashed rgb(255,102,0);
}

.content a:hover
{
	color: rgb(255,51,0);
	border-bottom: 1px solid rgb(255,51,0);
}

img, .noborder
{
    border: none ! important;
	text-decoration: none;
}

/*
** Header
*/
.head 
{
     background: lightyellow;
     font-weight: bold;
     font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
     border: orange 2px solid;
     border-left-width: 10px;
     padding: 10px;
     height: 80px;
}

.head td.title, .head td.title a
{
  font-size: xx-large;
  text-align: right;
  color: #6F6F6F;
  text-decoration: none;
}

.head td.pagetitle
{
  font-size: x-large;
}
/* End Header */

/*
** Menu
*/
.nav-menu div.title
{
color: white;
text-align:center;
font-weight: bold;
margin-bottom: 8px;
background: #EE660C;
border-bottom: solid 1px black;
width: 130px;
}

.nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
text-align: left;
}

.nav-menu li a
{
color: black;
background-color: #FFFF99;
padding: 2px;
padding-left: 3px;
display: block;
border: none;
border-left: 10px solid orange;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;
}

.nav-menu li a:hover
{
border-left: 10px solid red;
text-decoration: none;
color: black;
}

.nav-menu li.current a
{
background: #FCD708;
}

.nav-menu
{
width:130px;
position:absolute;
margin-top: 1em;
}
[class="nav-menu"]{
/*	position: fixed !important;*/
}
/* Menu End */

/*
** Footer
*/
.footer p
{
font-size: x-small;
color: grey;
text-align: center;
}
.footer
{
position: absolute;
bottom: 10px;
}
/* End Footer */

/*
** Content
*/
.content
{
display:block;
position: absolute;
left: 150px;
margin-top: 1em;
}
/* End Content */
