HTML, BODY
	{
	height:				100%;
	width:				984px;
	border:				0px none; 
	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-color:	#000000;
	}

A:link
	{
	color:				#046282;
	font-weight:		bold;
	background:			transparent;
	text-decoration: 	underline;
	}
	
A:visited 
	{
   	color:				#046282; 
	font-weight:		bold;
  	background:			transparent; 
	text-decoration: 	underline;
	}		

A:hover, A:active
	{
	color:				#046282;
	font-weight:		bold;
	background:			transparent;
	text-decoration: 	none;
	}

#leftColumn 
	{
	width:				236px;
	height:				100%;
	<?php if (stristr($_SERVER['HTTP_USER_AGENT'], "MSIE")) {  ?>
		position: 		absolute; 
			left: 		0px; 
			top: 		0px;
	<?php } else { ?>
		position:		fixed;
			left:	0px;
			top:		0px;
	<?php } ?>
	margin:			0;
	padding-left:		20px;
	padding-right:		0px;
	padding-top:		0px;
	padding-bottom:	0px;
	color:			#BFBFBF;
	background-color:	#4B4B4B;
	background-image:	url(images/black_stripe.jpg);
	background-repeat:	repeat-y;
	background-position: left top;
	}

	img.logo
		{
		margin-left:	23px;
		}

	img.menu_btn
		{
		margin-left:	-12px;
		}

	p.searchsite
		{
		margin-left:		0px;
		margin-right:		50px;
		text-align:		right;
		font-face:		Arial Narrow, Arial, San-Serif;
		font-size:		16px;
		color:			#FFFFFF;
		line-height:		1em;
		}

#middleColumn
	{
	height:				100%;
	width:				740px;
	position:			absolute;
		top:			0px;
		left:			236px;
	margin:				0;
	padding:			0px;
	background-color:	#000000;
	}

	img.header
		{
		float:			right;
		margin-right:	22px;
		margin-top:		6px;
		}

	#contentBox
		{
		width:					740px;
		margin:					0;
		padding:				0px;
		border:					none;
		background-color:		#000000;
		}
					
		p.copyright
			{
			text-align:		center;
			font-size:		10px;
			color:			#FFFFFF;
			}

		#contentBox_top
			{
			width:					720px;
			height:					108px;
			border:					none;
			text-align:				center;
			background-image:		url(images/content_top.jpg);
			background-repeat:		no-repeat;
			background-position: 	left top;
			}
		
			h1.contentBox
				{
				margin-top:			66px;
				font-size:			22px;
				color:				#046282;
				font-weight:		bold;
				line-height:		.3em;
				}

		#contentBox_main
			{
			width:					680px;
			margin-top:				-4px;
			padding-left:			20px;
			padding-right:			20px;
			padding-top:			1px;
			padding-bottom:			1px;
			color:					#000000;
			background-color:		#FFFFFF;
			}
						
			p,table,tr,td,ul,ol
				{
				font-size:			12px;
				color:				#000000;
				font-family:		Arial, 'Arial Narrow', Verdana, 'Helvetica Narrow', Helvetica, Geneva, sans-serif;
				}			

			h1
				{
				font-size:			22px;
				color:				#046282;
				font-weight:		bold;
				line-height:		.3em;
				}
		
			p.find
				{
				text-align:			center;
				font-size:			30px;
				color:				#DD0000;
				font-weight:		bold;
				line-height:		1em;
				}
				
			td.domains
				{
				font-size:		10px;
				line-height:		1.2em;
				}

			ul.domains
				{
				font-size:		10px;
				line-height:		1.2em;
				}

			#submenu
				{
				float:				right;
				z-index:			10;
				width:				150px;
				border:				3px double black;
				padding:			.5em;
				background:			#BFBFBF;
				line-height:		3em;
				margin:				6px;
				white-space:		nowrap;
				}
				
				A:link.submenu, A:visited.submenu
					{
					display:			block;
					color:				#046282;
					background:			transparent;
					text-decoration: 	none;
					margin:				0;
					border-bottom:		1px 0 0;
					border-color:		#4B4B4B;
					}
	
				A:hover.submenu, A:active.submenu
					{
					display:			block;
					color:				#BFBFBF;
					background-color:	#4B4B4B;
					text-decoration: 	none;
					margin:				0;
					border-bottom:		1px 0 0;
					border-color:		#426282;
					}

		#contentBox_btm
			{
			height:					108px;
			width:					720px;
			text-align:				center;
			background-image:		url(images/content_btm.jpg);
			background-repeat:		no-repeat;
			background-position: 	left bottom;
			}
	
#rightColumn
	{
	clear:				both;
	width:				24px;
	height:				100%;
	<?php if (stristr($_SERVER['HTTP_USER_AGENT'], "MSIE")) {  ?>
		position: 		absolute; 
			right: 		10px; 
			top: 		0px;
	<?php } else { ?>
		position:		fixed;
			right:		10px;
			top:		0px;
	<?php } ?>
	margin:				0px;
	padding:			0px;
	background-color:	#000000;
	background-image:	url(images/right_stripe.jpg);
	background-repeat:	repeat-y;
	background-position: right top;
	}



