html {height: 100%;
      width: 100%;}

body { background: url(bckgrnd-main.jpg);
       font-family: Verdana, sans-serif;
       font: #000 12px Verdana, sans-serif;
			 margin: 0px;
			 padding: 0px;
			 height: 100%; }

table { font-family: Verdana, sans-serif;
        font: #000 12px Verdana, sans-serif;
				margin: 10px;
				padding: 4px; }
					
a:link { color: #3D6892; 
         text-decoration: none; }

a:visited { color:	#C9A357;
            text-decoration: none; }

a:hover { color: #3D6892;
				  text-decoration: underline; }
					 				 
a:active { color: #F0C267;
           text-decoration: underline; }
					
input, select, textarea { color: #fff;
                          background-color: #7093BD;
			                  	font-weight: bold; }
					
ul.navbar { font-weight: bold; }

ul.navbar li { padding: 2px;
               list-style: none outside;
							 margin-left: -20px; }

ul.navbar li a { display: block;
                 padding: 4px;
                 width: 200px;
                 background-color: #72745D;
                 border-bottom: 1px solid #B7D57D;
								 text-decoration: none; }

ul.navbar li a:link { color: #BCBE97; }

ul.navbar li a:visited { color:	#C9A357; }

ul.navbar li a:hover { color: #D0D2B7;
                       background-color: #A5A691; }
	
ul.navbar li a:active { color: #F0C267;
                        background-color: #A5A691; }
				 
div.bottom { font-size: smaller;
             text-align: center;
						 clear: both; }

.bigbox{ height: 100%;
				 width: 100%; }
						 
#linkbar { width: 250px;
					 height: 100%;
					 padding-top: 10px;
					 margin-right: 20px;
					 float: left;
					 background: url(bckgrnd-side3.jpg) repeat;
					 position: fixed;
					 left: 0px; }
				 
#background { font-family: Verdana, sans-serif;
              font: #000 12px Verdana, sans-serif;
							width: auto;
							height: 100%;
							padding: 10px 10px 0px 0px;
							margin-left: 270px;  }
		
#goleft { background-color: transparent;
					width: 325px;
					float: left; 
					margin-right: 10px;
					padding-bottom: 10px;
					height: auto; }

div#goleft img { text-align: left;
                 align: left; }
					
#goright { background-color: transparent;
           top: 25px;
					 margin-left: 10px;
					 float: right; 
					 padding-bottom: 10px;
					 width: auto;
					 height: auto; }

