﻿body,html 
	{
		height:100%;
		background-color:White;
	}

body, pre, table
	{
		margin: 0px;
		padding: 0px;
	}

body, select, table, input, textarea, pre
	{
		font-family:Arial;
		font-size: 12px;
	}
	
form
	{
		/* Is this only safari 1.3 or 2 as well? */
	}	
	
#content 
	{
		min-height: 100%;
		width: 800px;
		background-color: #FFFFFF;
		margin: auto;	/* Needed for middle of page */
		position: relative;	/* Needed for footer positioning */
		border-left:solid 1px silver;
		border-right:solid 1px silver;
	}

#text
	{
		padding:10px;	
	}

#top
	{
		height:122px;
		background-image:url(/_themes/main/images/top_image.png);
		background-repeat:no-repeat;
	}
	
#top_menu
	{
		height:37px;
		background-image:url(/_themes/main/images/top_menu.png);
		background-repeat:no-repeat;
		color:#5F5E5E;
		font-size:12px;
		font-weight:bold;
		line-height:33px;
		padding-left:50px;
	}

#top_menu a
	{
		text-decoration:none;
		color:#5F5E5E;
	}	

#top_menu span.sep
{
	color: #999999;
	padding-left:19px;
	padding-right:19px;
}

#footer 
	{
		position: absolute;
		bottom: 0px;
		height: 70px;
		width: 100%;
		background-image:url(/_themes/main/images/bottom_menu.png);
		background-repeat:no-repeat;
		font-size:12px;
		font-weight:bold;
		line-height:31px;
		padding-left:29px;
		color:#A29F9F;
	}	
#footer a
	{
		text-decoration:none;
		color:#A29F9F;
		padding-left:21px;
		padding-right:23px;
	}	
	
#LEFT_CONTENT
	{
		float:left;
		width:420px;
	}	
	
#RIGHT_CONTENT
	{
		float:right;
		width:330px;
	}		
	
.PAGE_TITLE
	{
		font-weight:bold;
		color:#21547e;
		font-size:18px;
	}	
	
#RIGHT_CONTENT #SLIDE_BACK	#SLIDE_FRAME
	{
		margin-left:0px;
		margin-top:0px;
		padding:0px;
		background-repeat:no-repeat;
		height:200px;
		width:300px;
		background-image:url(/_themes/main/images/default_image.jpg);
		
	}	
	
#RIGHT_CONTENT #SLIDE_BUTTONS
	{
		text-align:left;
		padding-right:20px;
		border:solid 0px white;
	}	
	
#RIGHT_CONTENT #SLIDE_BACK	
	{
		width:330px;
		height:220px;
		background-image:url(/_themes/main/images/slide_back.png);
		background-repeat:no-repeat;	
	}
