﻿body {
	height: 100%;
	width: auto;
	padding: 0px;
	margin: 0px auto;
	font-family: Georgia;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000; 
	background-image: url('./images/bg.gif');
	background-position: top center;
}

div.Container
{
	/*positioning for FireFox*/
	position:absolute; 
	top:0px; 
	left:0px; 
	right:0px;
	
	height: auto;
	width: 100%;
	text-align: center;
	
	/*background-image: url('./Images/YP_02.gif');
	background-position: center;
	background-repeat:	repeat-y;*/
}

div.Body_BG
{
	
	width: 1002px;
	text-align: center;
	margin: 0px auto; /*FireFox Center-Align fix;*/
	padding: 0px;
	
	background-image: url('./images/YP_02.gif');
	background-position: center;
	background-repeat:	repeat-y;
}

div.Body
{
	position: relative;
	min-height: 260px;
	width: 1002px;
	margin: 0px auto; /*FireFox Center-Align fix;*/
	padding: 0px;
	
	background-image: url('./images/YP_01.gif');
	background-position: center top;
	background-repeat: no-repeat;
}

div.Footer
{
	clear: both;
	position: relative;
	height: 79px;
	width: 922px;
	margin: 0px auto; /*FireFox Center-Align fix;*/
	padding: 0px;
	padding-top: 60px;
	padding-left: 40px;
	padding-right: 30px;
	
	text-align: right;
	color: #000000;
	
	background-image: url('./images/YP_04.gif');
	background-position: center top;
	background-repeat: no-repeat;
}

div.LeftMenu_Container
{
	float: left;
	width: 200px;
}

div.LeftMenu
{
	width: 200px;
	height: 255px;
	padding-top: 70px;
	background-image: url('./images/left-menu.png');
}

div.Body_Side
{
	float: right;
	width: 200px;
}

img
{
	border: 0px;	
}

h1
{ 
	color: #0458a6; 
	font-size: 24px;
	font-weight: normal;
}

h2
{
	font-weight: bold;
	color: #ef3840;	
	font-size: 18px;
}

a:link {
  color:#912614;
  text-decoration:none;
  }
a:visited {
  color:#912614;
  text-decoration:none;
  }
a:hover {
  color:#912614;
  text-decoration:underline;
  }
  
  /*Willmar YP*/

span.Text_Highlight
{
	font-weight: bold;
	color: #000e4a;	
}

div.HeaderContact
{
	width: 960px;
	height: 10px;
	padding-top: 24px;
	text-align: right;
	padding-right: 42px;
	font-size: 10px;
}

div.HeaderSpace
{
	height: 306px;
}

div.Body_Content_Body
{
	float: left; 
	width: 550px; 
	padding-left: 40px;
	text-align: left;
}

div.SideMenu
{
	float: right; 
	width: 352px; 
	padding-left: 10px;
	padding-right: 40px;
	padding-top: 30px;
	text-align: left;
	background-color: transparent;
}

td.Input_Desc
{
	text-align: right;
	width: 160px;
	font-weight: bold;
}
