/*
<h2>    Page    </h2>
<!--    ====    -->
<Xmp>*/

HTML, BODY
	{
	border:			0px none; 
	width:			100%;
	font-family:		Arial, 'Arial Narrow', Verdana, 'Helvetica Narrow', Helvetica, Geneva, sans-serif;
	font-size:		12px;
	margin-left:		0;
	margin-top:		0;
	margin-right:		0;
	margin-bottom:		0;
	padding:			0px;
	background-image:	url(images/background.jpg);
	background-repeat:	repeat-x;
	background-color:	#5A5AC8;
	color:			#000000;
	}

A:link
	{
	color:			#5A5AC8;
	background:		transparent;
	font-weight:		bold;
	text-decoration: 	none;
	}
	
A:visited 
	{
   	color:			#B24E0C; 
  	background:		transparent; 
	text-decoration: 	none;
	}		

A:hover, A:active
	{
	color:			#5A5AC8;
	background:		#AAAAE6;
	text-decoration: 	none;
	}

A:hover.img, A:active.img
	{
	color:			#5A5AC8;
	background:		transparent;
	text-decoration: 	none;
	}

H1
	{
	font-size:	20px;
	color:		#5A5AC8;
	font-weight:	bold;
	background:	transparent;
	margin-top:	0;
	padding-top:	0;
	}

H2
	{
	font-size:	16px;
	color:		#E71C31;
	font-weight:	bold;
	background:	transparent;
	margin-top:	0;
	padding-top:	0;
	}

H3
	{
	font-size:	12px;
	color:		#000000;
	font-style:	italic;
	background:	transparent;
	margin-top:	0;
	padding-top:	0;
	}

#header
	{
	width:			100%;
	padding:			0px;
	margin-right:		0px;
	margin-top:		0px;
	position:			static;
		right:	100%;
	text-align:		right;
	}

#leftColumn 
	{
	position:		absolute;
		left:	0px;
		top:		54px;
	width:		35%;
	margin:		0;
	padding:		0px;
	}

	#leftColumn_Main
		{
		margin-left: 	18px;
		}

		.address
			{
			padding-top:	8px;
			margin-left:	48px;
			background:	transparent;
			font-weight:	bold;
			}

	#leftColumn_Btm
		{
		margin-left:		0;
		margin-bottom:		0;
		padding:			0;
		}

#rightColumn
	{
	position:		absolute;
		top:		110px;
		left:	38%;
	margin:		0;
	padding-right:	2%;
	padding-top:	0px;
	padding-left:	0px;
	text-align:	center;
	}

	#contentBox
		{
		width:			480px;
		background:		transparent;
		margin:			0;
		padding:			0px;
		border:			none;
		}

		.button_bar
			{
			width:		480px;
			margin-top:	0;
			padding:		0px;
			}

		.bottom_bar
			{
			width:			480px;
			margin:			0px;
			background-image:	url(images/btm_bar.jpg);
			background-repeat:	repeat-x;
			background-color:	#000000;
			display:			block;
			}
		
		.copyright
			{
			margin:		0;
			background:	transparent;
			color:		#FFFFFF;
			}

		#white_box
			{
			background-color:	#FFFFFF;
			width:			480px;
			color:			#000000;
			margin:			0;
			padding:			0px;
			}
			
		#text_box
			{
			background:	transparent;
			width:		420px;
			color:		#000000;
			margin:		0;
			padding:		30px;
			text-align:	left;
			}
	
</STYLE>

/*</Xmp>
