/* CSS Document */
body {
		background-color: black;
		font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
		color: #999;
	  }
h1 	{
		text-align: left;
		color: white;
	}
h2	{
		size: 20px;
		color: white;
		text-decoration: none;
		}
h5	{
		size: 8px;
		text-align: center;
	}
p 	{
		text-align: left;
	}
li	{
		list-style-type: none;
	}	
a	{
	 	text-decoration: underline;
	 	color: #999;
	 }
a:hover
		{
		color: white;
		}
table
	{
	margin-bottom: 20px;
	}
td	{
	 	vertical-align: top;
	 	text-align: center;
	 }
li	{
	margin-bottom: 20px;
	}
caption	{
		color: white;
		text-align: left;
		}
#leftimage 	{
			 float: left;
			 margin-right: 10px;
			 }
#masthead 	{
			 width: 100%;
			 text-align: center;
			}

#nav 		{
			position: absolute;
			left: 5px;
			top: 100px;
	  		width: 200px;
			}
#content 	{
			margin-top: 20px;
			margin-left: 200px;
			margin-right: 200px;
			}

#footer 	{
			margin-top: 20px;
			
			}

#sidebar 	{
			position: absolute;
			right: 5px;
			top: 100px;
	      	width: 200px;
			}

#navcontainer ul
			{
			list-style-type: none;
			text-align: left;
			}

#navcontainer ul li a
			{
			text-align: left;
			font: normal 20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
			text-decoration: none;
			color: #999;
			}

#navcontainer ul li a:hover
			{
			color: white;
			}

#navcontainer ul li a#current
			{
			color: white;
			}


