/*	$Id: home.css,v 1.3 2007/05/03 23:55:57 gordon Exp $	*/

			body {
				background-color: #fff;
				margin: 0 auto;
			}
			
			#portal {
				position: relative;
				margin: 0 auto;
				width: 1004px;
				border: 1px solid #999;
				border-top: none;
				border-bottom: none;
			}
			
			#header {
				height: 99px;
				width: 1004px;
				border-bottom: 1px solid #999;
			}
						
			#content {
				margin: 0;
				padding: 0;
				font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
				font-size: 11px;
				text-align: justify;
				height: 560px;
			}
			
			.left {
				float: left;
				margin-bottom: 50px;
			}

			.right {
				float: right;
			}
	
			div.spacer {
				clear: both;
			}
			
			#top_spacer {
				border-bottom: 1px solid #999;
				width: 1004px;
				height: 7px;
				margin: 0;
				padding: 0;
			}
			
			#bottom_spacer {
				border-top: 1px solid #999;
				border-bottom: 1px solid #999;
				width: 1004px;
				height: 7px;
			}
			
			#bottom_spacer div.bottom_subdiv {
				float: left;
				height: 7px;
				border-right: 1px solid #999;
			}
			
			#footer {
				margin: 0 auto;
				width: 1005px;
				border: 1px solid #fff;
				border-top: none;
				border-right: none;
			}
			
			#footer_content {
				margin-left: 131px;
				border: 1px solid #999;
				border-right: 1px solid #999;
				border-top: none;
				font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
				font-size: 10px;
				height: 80px;
			}
			
			span#copyright {
				margin-left: 20px;
				color: #999;
			}
			
			span#copyright a {
				text-decoration: none;
				color: #4e809c;
			}
			
			span#copyright a:hover {
				text-decoration: underline;
			}
			
			h1 {
				font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
				font-size: 15px;
				margin: 0;
				color: #4e809c;
			}
			
			#spacer {
				height: 7px;
				border-bottom: 1px solid #999;
			}
			
			div.top_subdiv {
				float: left;
				border: 1px solid #999;
			}
			
/*		 width: 144px; height: 106px; border-bottom: 1px solid #999;	*/
			
			div.linkbox {
				float: left;
				width: 144px;
				height: 106px;
				border-bottom: 1px solid #999;
			}
			
			div.linkbox a {
				height: 86px;
				width: 134px;
				display: block;
				text-decoration: none;
				font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
				font-size: 13px;
				font-weight: bold;
				padding: 10px 0 10px 10px;
				border-bottom: 1px solid #999;
				color: #999;
			}
			
			div.linkbox a:hover {
				background-color: #999;
				color: #fff;
			}
			
			div.imgbox {
				float: left; 
				border: 1px solid #999; 
				border-left: none; 
				border-top: none;
				padding: 6px;
			}
			
			div.spacerbox {
				float: left; 
				width: 24px;
				height: 106px; 
				border: 1px solid #999; 
				border-left: none; 
				border-top: none; 
				clear: left;
			}
			
			#bigimg {
				position: absolute;
				top: 148px;
				left: 345px;
				padding: 7px;
			}