
html 
{
	height: 100%;
	margin: 0px;
	position:relative;
}


body 
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	min-height:100%;
	position:relative;
	text-align: center;
	min-width: 760px;
	background-color: #dedede;
}

Table#Main_Table
{
	position: relative;
	border-collapse:collapse;
	table-layout:fixed;
	text-align:left;
	min-height:100%;
	width: 761px;
	
	
}

tr#Top_Row
{
	height: 50px;
	min-height: 50px;
	width:760px;
	position:relative;
 	height: 60px;
	background-image: url(Images/Top_Row.gif);
	background-repeat: no-repeat; 
	background-position: bottom center;
}
tr#Middle_Row
{
	height: auto;
	margin-bottom: 0px;
	min-height: 100%;
	width:760px;
	position:relative;
	background-image: url(Images/Middle_Row_Original.gif); 
	background-repeat: repeat-y; 
	background-position: center center;
	background-attachment:fixed;
}
tr#Bottom_Row
{
	height: 50px;
	min-height: 50px;
	position:relative;
	width:760px;
	background-color:Transparent;
	background-position: top center;
	background-image: url(Images/Bottom_Row.gif); 
	background-repeat: no-repeat;	
}

div#Div_Content_Pane
{
	left: 22px;
	top: -27px;
	width: 540px; 
	min-width: 540px;
	position: relative;
	margin-bottom: 0px; 
	display: inline;
	float: left;
	clear: left;

}

div#Div_Menu_Pane
{
	padding-top: 0px;
	position:relative;
	right: 25px;
	top: 10px;
	float: right;
	display: inline;
	clear: right;
	width: 163px;
	
}
div#Div_Search
{
	position:relative;
	width: 128px;
	right: 39px;
	top: -2px;
	height: 50px;
	float: right;
	display: inline;
	clear: right;
	
}
div#Div_Logo
{
	position:relative;
	left: 10px;
	width: 163px;
	top: 10px;
	height: 70px;
}

div#Div_Login
{
	position:relative;
	text-align:center;
	padding-right: 30px;
	top: 10px;
	left: 15px;
}

div#Div_Menu
{
	position:relative;
	left: 5px;
	width: 153px;
	top: 10px;
	background-image: url(Images/Menu_Container_Image.gif);
	background-repeat:repeat-y;
	line-height: 23px;
	text-align: left;
}

div#Div_Contact_Us
{
	position:relative;
	float: left;
	left: -5px;
	width: 163px;
	top: 10px;
	height: 185px;
	padding-right:10px;
}

div#Div_Footer
{
	position:relative;
	left: 0px;
	width: 540px;
	top: 0px;
	height: 48px;
	text-align:left;
	padding-left:73px;
	float:left;
	display:inline;
	clear:both;
}


.MainMenu_MenuContainer
{
	line-height:23px;
	
	padding-top:2px;
}

.MainMenu_MenuItem 
{
	line-height:23px;
	
	
}

.MainMenu_MenuBar
 {

    line-height: 23px;
   
}

.MainMenu_RootMenuItem
{
	min-width:163px;
	line-height: 23px;
	padding-top:2px;
}



.SearchSkinObject 
{
	text-align: center;
}



