/* CSS Document */

body
		{
			margin: 0;
			padding: 0;
			font-size: 10pt;
			font-family: "Verdana", Arial, Helvetica, sans-serif;
			color: #cccccc;
			background-color: #1e1e1e;
			height: 100%
		}
		
		a:link { color: #999999; }
		a:visited { color: #660000; }
		
		a:hover, a:active
		{
			color: #999999;
		}
		
		div#banner
		{
			color: #fff;
			background-color: #000;
			border-bottom: 2px solid #990000;			
		}
		
		div#banner h1
		{
			margin: 0;
			padding: .3em 0 .3em .5em;
			font-size: 2.2em;
			font-weight: normal;
		}
		
		div#container
		{
			background-image: url(nav_col_base.jpg);
			background-repeat: repeat-y;
		}
		
						
		div#navigation
		{
			float: left;
			width: 150px;
			padding-top: 2em;
		}
		
		div#navigation ul
		{
			list-style-type: none;
			padding: 0;
			margin: 10px;
		}
		
		div#navigation ul li { margin-top: 4px; }
/*These are the images for the side menu */
		#navigation ul li a
		{
			display: block;
			width: 135px;
			padding: 3px 5px 3px 10px;
			text-decoration: none;
			color: #cccccc;
			background-image: url(navmenu.gif);
			background-repeat: repeat-y;
		}
		
		#navigation ul li a:hover
		{
			color: #fff;
			background-image: url(navmenu_over.gif);
			background-repeat: repeat-y;
		}
			
		div#content
		{
			margin-left: 180px;
			margin-right: 10px;
		}
		
		div#content h2
		{
			font-size: 1.6em;
			color: #990000;
			margin: 0;
			padding-top: 1em;
			font-weight: normal;
		}
		
		div#content h3
		{
			font-size: 16px;
			color: #990000;
			margin: 0;
			padding-top: 1em;
			font-weight: normal;
			font-weight: bold;
		}
		
		div#content h4
		{
			font-size: 12px;
			color: #CCCCCC;
			margin: 0;
			padding-top: 1em;
			font-weight: normal;
			font-weight: bold;
		}
		
		div#content h5
		{
			font-size: 10px;
			color: #CCCCCC;
			margin: 0;
			font-weight: normal;
		}
		
		div#content { line-height: 150%; }
		
		#cleardiv
		{
			clear: both;
			height: 1em;
		}
		
		div#footer
		{
			clear: both;
			border-top: 1px solid #990000;
			text-align: right;
			color:#CCCCCC;
		}
		
		div#footer ul
		{
			padding: 0;
			margin: 0;
			list-style-type: none;
			background-image: url(footer_image.gif);
			height: 20px
		}
		
		div#footer li
		{
			display: inline;
			margin-right: 1em;
			
		}