body,

	html {
		margin:0;
		padding:0;
		background:#BABAAB;
		color:#000;
		font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
		font-size: 10pt
	}

	body {
		min-width:900px;
	}

  a:link
  {
    text-decoration: none; color: white;
  }
  a:visited
  {
    text-decoration: none; color: white;
  }
  a:hover
  {
    text-decoration: none; color: orange;
  }

	#wrap {
		border-left: 10px solid #666666;
		border-right: 10px solid #666666;
		background: #B1B1B1;
		margin: 0 auto;
		width:900px;
	}

	#header {
		background:#EAEAEA;
		height: 50px;
		padding: 10px 0px 10px 10px;
		color: #333333;
		font-size: 33px;
		font-weight: bold;
		border-bottom: solid 1px white;
	}

	#header h1 {
    	padding:5px;
	    margin:0;
    }

	#nav {
		background:#333333;
		padding: 5px 5px 5px 10px;
		color: white;
		border-bottom: solid 1px white;
	}

  #nav2 {
		background:#999999;
		padding: 5px 5px 5px 10px;
		color: white;
		border-bottom: solid 1px white;
	}
	
	a.subitem:link
  {
    text-decoration: none; font-style : italic; color: black;
  }
  a.subitem:visited
  {
    text-decoration: none; font-style : italic; color: black;
  }
  a.subitem:hover
  {
    text-decoration: none; font-style : italic; color: orange;
  }
  
  a.subitem2:link
  {
    text-decoration: none; font-style : bold; color: #800000;
  }
  a.subitem2:visited
  {
    text-decoration: none; font-style : bold; color: #800000;
  }
  a.subitem2:hover
  {
    text-decoration: none; font-style : bold; color: orange;
  }
  	
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}

	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}

	#main {
		background:#FFFFFF;
		float:center;
		width:900px;
	}
		
	#main p {
		padding: 0 10px;
	}

	
    }

   

	#footer {
		background:#F0F0F0;
		clear:both;
		text-align: center;
		padding: 5px;
		font-size: 11px;
		margin-bottom: 20px;
	}

	#footer p {
		padding:5px;
		margin:0;
    }

	.heading1 {
		color: #333333;
		font-size: 20pt;
	}