﻿/* Template Style Sheet								*/
/* No other styles should be present in this sheet	*/

body
	{
		background-color:#FFF;
		font-family:calibri;
		font-size:12px;
		color: #000;
		
		min-width:1028px;
		width:99.5%;
		max-width:99.5%;

	}
	
input, textarea
{
	font-family:calibri;
}
	
#Site, #Header
	{
		min-width:1028px;
		width:99.5%;
		max-width:99.5%;	
	}
	

	
.SiteLogo
{
	margin-left:10px;
}

#LTop
	{
		background-image:url('LTop.png');
		background-position:bottom;
		background-repeat:no-repeat;
		height:27px;
		width:28px;
	}
	
#TopRepeat
	{
		background-image:url('TopRepeat.png');
		background-position:bottom;
		background-repeat:repeat-x;
		height:27px;
	}
	
#RTop
	{
		background-image:url('RTop.png');
		background-position:bottom;
		background-repeat:no-repeat;
		height:27px;
		width:28px;
	}

#LRepeat
	{
		background-image:url('LRepeat.png');
		background-position:bottom;
		background-repeat:repeat-y;
		width:28px;	
	}
	
.Body
	{
		background-color:#FFF;
		min-width: 972px;
	}
	

#RRepeat
	{
		background-image:url('RRepeat.png');
		background-position:bottom;
		background-repeat:repeat-y;
		width:28px;			
	}
	
#LBottom
	{
		background-image:url('LBottom.png');
		background-position:bottom;
		background-repeat:no-repeat;
		height:33px;
		width:28px;
	}
	
#BottomRepeat
	{
		background-image:url('BottomRepeat.png');
		background-position:bottom;
		background-repeat:repeat-x;
		height:33px;

	}
	
#RBottom
	{
		background-image:url('RBottom.png');
		background-position:bottom;
		background-repeat:no-repeat;
		height:33px;
		width:28px;
	}


#Trademark
	{
		position:relative;
		top:18px;
		color:#e77817;
		font-size:12px;
		font-family:calibri;
		line-height:20px;
	}
	
#Trademark a 
	{
		text-decoration:none;
		color:#e77817;
	}
		
	
#OtherLinks
	{
		position: relative;
		right:6px;
		top: 18px;
		float:right;
		
		color:#e77817;
		font-size:12px;
		font-family:calibri;
		line-height:20px;
	
	}
	
#OtherLinks a, #LogonDiv a
	{
		text-decoration:none;
		color:#e77817;
	}

#LogonDiv
	{
		float: right;
		margin-right: 15px;
		margin-bottom:0;
		padding-bottom: 0;
		clear: none;
	}




div.warningDiv
{
	width:100%;
	border:#000 solid 1px;
	position:relative;
	right:5px;
	bottom:5px;
}

table.IEWarning
	{
		width:100%;
		height:68px;

		position:relative;

		background-color:#ffff00;
		vertical-align:middle;
		color:#000000;
		font-size:1em;
	}
	
td.stop
	{
		width:50px;
		position:relative;
		bottom:5px;
				
	}
td.msg
	{
		width:auto;
		position:relative;
		bottom:5px;
		font-weight:bold;	
		font-family:calibri, helvetica;	
	}
td.icons
	{
		width:300px;
	}
td.icons img
	{
		position:relative;
		bottom:5px;		
	}

