/* CSS Document */



body	{/*background-color: #99cccc;*/
		 background-image: url(images/sidebg.jpg);
		 background-repeat: repeat-x;
		 background-color: #122833;
		 margin: 0;
		 padding: 0px;
		}
a		{color: #66631a;
		 text-decoration: underline;
		}
a:hover	{color: #206180;
		 text-decoration: none;
		}
li		{list-style: none;
		}
/*------------ IDs-------------  */		
#container{/*position: fixed;*/
		 width: 873px;
		 background-color: #122833;
		}
#header	{height: 216px;
		 background-image: url(images/banner.jpg);
		 background-repeat: no-repeat;
		}
#body	{background-color: #122833;
		 position: relative;
		 font-family: Trebuchet MS, Arial, sans serif;
		 font-size: 12px;
		 color: #48A1CC;
		 width: 600px;
		 height: 500px;
		 padding: 10px;
		 padding-left: 20px;
		}
#c1		{position: absolute;
		 width: 280px;
		 top: 50px;
		}
#c2		{position: absolute;
		 left: 310px;
		 width: 300px;
		 top: 50px;
		}
#indent	{padding-left: 30px;
		}
#small	{font-size: 10px;
		 color: #367392;
		}
#list	{list-style: disc;
		}
#ulspace{padding-left: 50px;
		}
#res	{background-color: #122833;
		 position: relative;
		 font-family: Arial, sans serif;
		 font-size: 12px;
		 color: #48A1CC;
		 width: 600px;
		 padding: 10px;
		 padding-left: 20px;
		}		
#footer	{height: 30px;
		 width: 615px;
		 font-family: Arial, sans-serif;
		 background-color: #122833;
		 color: #999999;
		 font-size: 10px;
		 position: 500px;
		 text-align: center;
		}

/*-------classes---------*/

.page	{float: left;
		}
.nav	{height: 15px;
		 padding-top: 25px;
		 padding-left: 175px;
		}
.nav a	{width: 62px;
		 text-align: center;
		 vertical-align: top;
		 color: #48A1CC;
		 display: block;
		 float: left;
		 text-decoration: none;
		 line-height: 15px;
		 font-style: normal;
		 font-variant: normal;
		 font-family: Trebuchet MS, Arial, sans serif;
		 font-size: 12px;
		}
.nav a:hover{background-position: left bottom;
		 color: #206180;
		}
.navon	{width: 62px;
		 text-align: center;
		 vertical-align: top;
		 color: #66631a;
		 display: block;
		 float: left;
		 text-decoration: none;
		 line-height: 15px;
		 font-style: normal;
		 font-variant: normal;
		 font-family: Trebuchet MS, Arial, sans serif;
		 font-size: 12px;
		}