body
{
    background-image: url(images/nabkgnd.jpg) ;
    margin: 0 ;
    padding: 0 ;
    height: 100%;
    font-size: 12px ;
    color: #333333 ;
    font-family: arial, verdana ;
}

input,
textarea
{
    border: 2px solid #6d8e60 ;
    background-color: #ffffff ;
}

#fNav
{
    width: 200px ;
    height: 100% ;
    position: absolute ;
    top: 0 ;
    left: 0 ;
    background: url(images/glass-left.png) repeat-y ;
    padding-top: 40px;
    padding-left: 20px ;
}
#siteNav
{
    top: 0 ;
    z-index: 100 ;
    left: 0 ;
    position: absolute ;
    height:30px;
    width: 100% ;
    text-align: right ;
    background: url(images/top-bar-bg.png) repeat-x ;
}
#siteNav form#sitelinks
{
	padding: 0px 0px 0px; 
	width: 220px; 
	height: 19px; 
	background: url(images/tmsites.png) no-repeat 0 100%; 
	color: #cccccc ;
	float: right ;
	padding-top: 5px ;
	padding-right: 6px ;
}
#siteNav form#sitelinks select
{
	width: 190px;
	opacity: 0;
}
#wrap
{
    background: url(images/glass-left.png) repeat-y 0 0 ;
}
#container
{
    margin-left: 226px ;
    margin-top: 40px ;
}

#fNav a,
#fNav a:link,
#fNav a:visited
{
    display: block ;
    width: 140px ;
    height: 46px ;
    color: #000000 ;
    text-decoration: none ;
    font-weight: bold ;
    background: url(images/menu-off.png) no-repeat ;
    padding-top: 22px ;
    font-family: verdana, arial ;
    text-align: center ;
}
#fNav a:hover
{
    background: url(images/menu-on.png) no-repeat ;
}

#contents
{
    font-family: "Comic Sans MS", Verdana, Arial, "Times New Roman" ;
    font-size: 12px ;
    margin-right: 10px ;
}
#footer
{
    text-align: center;
    font-color: ;
    color: #063 ;
    font-weight: bold ;
}
#submenus
{
    text-align: center ;
    background-color: #FFFFFF ;
}
#submenus a,
#submenus a:link,
#submenus a:visited
{
    color: #000000 ;
    font-family: verdana, arial ;
    text-decoration: none ;
    background-color: #C3D3E3;
    height: 20px ;
    padding: 6px ;
}

#submenus a:hover
{
    color: #333333 ;
    text-decoration: underline ;
}
