/* <link rel=stylesheet href="nama.css" type="text/css"> */
h1 {
    font-size: 150%;
    color: #993333;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;}

h2 {
		margin-left: 5px;
    font-size: 120%;
    color: #993333;}

h3 {
		margin-left: 5px;
    font-size: 100%;
    color: #993333;}

body {
    margin: 0px 0px 0px 0px;
    background: white url("images/water-and-sky.jpg") repeat-x;);
    font-family:
        Verdana,
        Arial,
        sans-serif;}

hr  {
    color: #666699}
    
img {
    text-decoration:none;
		border-style: none}

p   {
		margin-left: 5px;}
		
p.indent {
		margin-left: 15px;}
		
p.small   {
		margin-left: 5px;
		font-size: 90%;
}
p.footer   {
    text-align: center;
    color: #666666;
		margin-left: 5px;
		font-size: 80%;
}
		
table   {
    border-width: 0;
		border: none}
		
tr  {
    margin: 0px 0px 0px 0px;
    border: thin none #CC0000;
    font-size: 80%;
    border-width: 0}
    
td  {
    margin: 0px 0px 0px 0px;
    border: thin none #CC0000;
    border-width: 0;
    vertical-align: top }

ul  {
    margin-left: 20px}


td.banner  {
    border: thin none #CC0000;
    background-repeat: repeat-x;
    background-position: top left}

td.menubar  {
    border: thin none #CC0000;
    font-family:Verdana,Arial,sans-serif;
    background: white url("images/gaut_slate.jpg") repeat-y;}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   formatting used for left menu button bar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a.menuitem {
		margin-left: 5px;
		text-decoration:none;
		color: white}
		
a.menuitem:hover {
		margin-left: 5px;
		text-decoration:none;
		color: yellow}
				
a.menuitemselected {
		margin-left: 5px;
		text-decoration:none;
		color: yellow}
				
