@charset "utf-8";
/* CSS Document */

*	{
	margin:0;
	padding:0;
	}

body	{
		font-size:75%;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		line-height:1.6em;
		background:url(images/bg.jpg) repeat-x #000000;
		color:#000000;
		}
		
a		{color:#990000; text-decoration:none;}

img		{border:none;}

a:hover	{text-decoration:underline;}
		

h3		{color:#FF9900; font-weight:normal; font-size:1.2em;}		
		

#container	{
			width:985px;
			margin:auto;
			background:#ffffff;
			}
		
#nav		{
			width:200px;
			float:left;
			margin-left:11px;
			margin-bottom:50px;
			}
			

			
			#mainnav	{
					margin-bottom:30px;
					border-bottom:1px solid #666666;
					border-top:1px solid #666666;
					}
					
						#mainnav ul {
						  list-style: none;
						}
						#mainnav ul li {
						  font-size:1.2em;
						  line-height:2em;
						  display:inline;
						}
						#mainnav ul li a {
						  background:url(images/navbg.jpg) repeat-y;
						  color: #333333;
						  display: block;
						  vertical-align: bottom; /* This fixes the IE5 Win gap! */
						  text-decoration:none;
						}
						#mainnav ul li a:hover {
						  background:none; color:#990000; text-decoration:none;
						} 



#header	{
		float:right;
		background:url(images/header.jpg) no-repeat;
		width:707px;
		height:110px;
		}

#box	{
		float:right;
		margin-right:26px;
		margin-top:27px;
		width:640px;
		padding:20px;
		border:#999999 1px solid;
		margin-bottom:50px;
		}


		
#footnav		{
				clear:both;
				margin-left:11px;
				margin-right:11px;
				height:22px;
				text-align:right;
				}
				
#footnav ul li {
	width: auto; /* lets the menu item buttons be sized as needed for menu title*/
/*width: 3em; */   /* if un-commented will set menu buttons to fixed width */
  display: inline; /* make this a horizontal menu */
  float: right; 
  list-style: none; /* no decoration on menu items.*/
  text-align: center; /* place the menu titles in the center of the button.*/
  border-right:#666666 solid 1px;
  font-size: 0.9em; 
  padding: 0 1em; /* spacing between menu items  experiment with this*/
  line-height:15px;
}

#footnav ul li a	{color:#666666;}
		
#footnav ul li a:hover{color:#CC0000; /* color of menu items when mouse-over */}
				
#footnav ul li.lastlink {border:none;}
				
				
				
#footer			{
				padding-left:11px;
				padding-right:11px;
				background:#990000;
				font-size:0.8em;
				clear:both;
				color:#FFFFFF;
				}
				
#footer	 a		{color:#FFFFFF; text-decoration:none;}

#footer	 a:hover		{color:#FFFFFF; text-decoration:underline;}
				
#footer span	{padding-left:515px;}