BODY
{
	background-color: #ffcc00;
	font-family: Franklin Gothic Medium;
	margin: 0px;
	padding: 0px;		
	text-align: center;
}



INPUT
{
	font-size: 11px;
}

#OuterFrame
{
	background-image: url(/pase/images/background.jpg);	
	margin-top: 0px;	
	margin-right: auto;
	margin-left: auto;	
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	width: 740px;
}

/* ------------ MSBH --------------- */
* html #Outerframe   /* this selector recognized by IE only */
{
	width: 760px;   /* total width (only for IE5.x/Win) */
	w\idth: 760px;  /* content width (for other IE) */
}
/* ----------- MSBH END ------------ */
		

	#InnerFrame
	{
		border: solid 1px #808207;
	}
	
		#Navigation_Left
		{
			float: left;			
		}

			#Navigation_Left a
			{
				background-color: #BFC223;
				color: White;	
				display: block;				
				font-family: Franklin Gothic Medium Cond;
				font-size: 12px;			
				margin: 0px;
				padding-top: 2px;
				padding-right: 3px;
				padding-bottom: 2px;
				padding-left: 2px;				
				text-align: right;
				text-decoration: none;
				text-transform: lowercase;
			}
			
			#Navigation_Left a:hover
			{
				background-color: #DEDEEC;
			}

		#Content
		{
			
			border-left: dotted 1px #666666;
			color: black;
			margin-left: 150px;	
		}

			#Content H1
			{
				background-color: #666666;
				color: white;
				font-size: 13px;
				margin: 0px;
				padding-right: 5px;
				padding-top: 2px;
				padding-bottom: 2px;
				padding-left: 5px;	
				text-transform: uppercase;
			}

			#Content H2
			{
				background-color: #CCCCCC;
				border-bottom: solid 1px #666666;
				color: #666666;
				font-size: 12px;
				margin: 0px;
				padding-right: 5px;
				padding-top: 2px;
				padding-bottom: 2px;
				padding-left: 5px;			
			}

			#Content BIG
			{
				font-size: 13px;
				font-weight: bold;
				
			}

			#Content P
			{				
				margin: 0px;
				font-size: 11px;
				padding-right: 5px;
				padding-top: 2px;
				padding-bottom: 2px;
				padding-left: 5px;		
			}
						
			#Content LI
			{
				font-size: 11px;
			}
			
			#Content SMALL
			{
				font-size: 10px;
			}
			
			#Content TD
			{
				font-size: 11px;
			}
			
			#Content TH
			{
				font-size: 11px;
				font-weight: bold;
				text-align: center;
			}			

DIV.OptionBox1
{
	border: solid 1px black;
	width: 350px;
}

DIV.OptionBox1Header
{
	font-size: 11px;
	font-weight: bold;
}

DIV.OptionBox1Body
{
	font-size: 11px;	
}

DIV.OptionBox1Footer
{
	font-size: 9px;
}


TABLE.Style1
{
	border-collapse: collapse;
}

	TABLE.Style1 TR
	{		
		vertical-align: top;
	}

	TABLE.Style1 TD
	{		
		border-bottom: solid 1px #CCCCCC;
		padding: 2px;
	}
	
	TABLE.Style1 TH
	{
		background-color: #EAEAEA;
		color: #666666;
	}
