/*
	HR.CSS
	Created By: Jon Simonsen
	Last Updated: 01-20-2009
*/
html
{
	font-size: 100%; 
	margin: 0px; 
	padding: 0px; 
}
body 
{
	color: #555555;
	background-color: #FFFFFF;
	font-family: sans-serif, Arial, Helvetica;
	font-size: .75em; 
	text-align: center; 
	vertical-align: baseline;
	margin: 0px;
	padding: 0px;
}

#container 
{
	margin: 0px auto;
	text-align: left;
	width: 960px;
}
	
	#topShadow 
	{
		width: 944px;
		padding: 0 8px 0 8px;
	}
		#topBar 
		{
			width: 944px;
			background-color: #003300;
			height: 50px;	
			position: relative;	
			border-bottom: 2px solid white;
		}
			#uwgbLogo
			{
				position: absolute;
				left: 5px;
				top: 8px;	
			}
				#uwgbLogo img
				{
					border: none;	
				}
			#topBarLinks
			{
				position: absolute;
				color:#FFFFFF;
				left: 720px;
				top: 20px;
				height: 35px;
			}
				#topBarLinks a
				{
					color: #FFFFFF;
					text-decoration: none;
				}
				#topBarLinks a:hover
				{
					text-decoration: underline;
				}
	#titleBar 
	{
		color: white;
		position: relative;
		width: 944px;
		height: 38px;
		background:transparent url(../images/titleBarBG.gif) repeat-x;
		border-bottom: 2px solid #003300;
	}
		#indexLinks
		{
			list-style-type: none;
			position: absolute;
			top: 5px;
			left: 5px;
			margin: 0;
			font-size: 22px;
		}
			#indexLinks a
			{
				color: #FFFFFF;
				text-decoration: none;
			}
	#bottomShadow
	{
		width: 944px;
		padding: 0 8px 0 8px;
	}
	#navMenu
	{
		width: 944px;
		background-color: #2D2D2D;
		height: 25px;
		font-size: 1.2em;
		font-family: sans-serif, Arial, Helvetica;
		font-weight: bold;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
	}
	#navMenu a
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	#navMenu a:hover
	{
		text-decoration: underline;
	}
	#navMenu li
	{
		display: inline;
		padding-left: 15px;
		padding-right: 15px;
	}
	#content
	{
		width: 944px;
	}
	#content a
	{
		color: #0C6634;
		text-decoration: none;
		font-weight: bold;
	}
	#content a:hover
	{
		color: #660000;
		text-decoration: none;
		font-weight: bold;
	}
	#footer 
	{
		color: #000000;
		width: 944px;
		float: left;
		color: #FFFFFF;
		background-color: #003300;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
	}
		#footer a 
		{
			color: #FFFFFF;
		}
	#search
	{
		float: right;
		position: relative;
		margin-top: 5px;
		margin-right: 5px;
		/*padding-left: 210px;*/
		/*position: absolute;*/
	}
	input.text  
	{
		font-size: 12px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		color: #666666;
	}
