html
{
	font-size: 0.70em; //62.5%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #99CCFF;
}
	
	body
	{
		width: 1000px;
		margin: auto;
		margin-top: 15px;
	}

	a
	{
		text-decoration: none;
		color: #99CCFF;
		font-weight: bold;
	}


		#container
		{
			margin: 11px;
			background-color: #ffffff;
			border: thick solid #000000; 
			padding-bottom: 1em; 
		}

			#header
			{
				height: 180px;
				background: url(../img/header.jpg) no-repeat top 					center;
			}

			#tagline
			{
				padding-top: 8.5em;
				text-align: center;
				
				
				font-size: 1.24em;
				font-style: italic;
				font-weight: bold;
				word-spacing: -1px;
				 -moz-user-select: none;
				user-select: none;
				color: #000000;

			}

			#navcontainer
			{
				width: auto;
				background-color: #000000;
				padding: 0.5em;
				
				
			}
			
			#nav ul
			{ 
				list-style-type: none; 
				margin: 0;
				padding: 0;
			}
			
			#nav ul li
			{ 
				display: inline; 
				padding-right: 1em;
				text-decoration: none;				
				background-color: #000000; 
				color: #ffffff;
				font-size: 1.5em;
				font-weight: bold; 
			}

			#nav ul li a
			{ 
					
				padding-left: 1em;
				padding-right: 1em;
				text-decoration: none;				
				background-color: #000000; 
				color: #ffffff;
				font-weight: bold;
				outline: 0;
			}
			
			#nav ul li a:hover
			{
				color: #FF9900;
			}

			#nav ul li a:focus
			{
				color: #FF9900;
				outline: 0;	
			}

			#nav ul li a:active
			{
				color: #FF9900;	
			}

			#nav #currentpage a 
			{
				color: #FF9900;
			}
		
			form 
			{
				display: inline; 
				position: absolute; left: 62.5%;
			}


		
		#maincontainer {width: 100%; overflow: auto; margin-top: 1em; }
				
			#content
			{
				width: 75%;
				float: left;
				margin-left: 1.5em;

			}
			
			#news
			{
				height: 52px;
				length: 700px;
				margin-bottom: 1em;

			}

				#news img
				{
					float: left;
				}

				#news h2
				{
					float: left; 
					font-size: 1.5em;
					
					margin-top: -2.5em;
					padding-left: 3.5em;
					margin-bottom: 0em;
				
				}

				#news p
				{	
					clear: left;
					float: left;
					margin-top: -2em;
					padding-left: 5.3em;
					font-style: italic; white-space: nowrap;
				}

					
			


		
 			

				

			#sidebar
			{	
				border-style: solid;
				border-width: thin;
				border-color:#808080;
				width: 13%;
				float: right;
				padding-left: 1.5em;
				padding-right: 1.5em;
				margin-right: 1.5em;	
				margin-top: 0.2em;
				margin-bottom: 1.5em;		
			}

			#sidebar ul
			{ 
				list-style-type: none; 
				margin: 0;
				padding: 0;
			}
			
			#sidebar ul li
			{
			
			}

			#sidebar ul li a
			{ 
				text-decoration: none;				
				color: #3C7BCF;
				outline: 0;
				font-size: 1.3em;
				
			}
				
			#sidebar h2
			{
				color: #626456;
				font-size: 1.5em;
				margin-top: 0.5em;
				margin-bottom: 0.3em;
				
			}