/*	$Id: home.css,v 1.2 2008/03/07 22:49:30 coaster Exp $	*/

			* {
				font-family: "Lucida Sans", Arial, Helvetica, Sans-serif;
			}

			html {
				height: 100%;
			}
			
			body {
				margin: 0 auto;
				padding: 0;
				background-image: url(../../graphics/elements/background_home.png);
				background-repeat: repeat-both;
				background-position: top center;
				background-attachment: fixed;
				height: 100%;
			}
			
			#wrapper {
				position: relative;
				margin: 0 auto;
				width: 964px;
				min-height: 100%;
			}
			
			#header {
				position: absolute;
				top: 0;
				right: 0;
				height: 129px;
				width: 964px;
			}
			
			#ablogo {
				position: absolute;
				top: 8px;
				left: 46px;
				height: 207px;
				width: 462px;
				z-index: 10;
			}

/*	NAVIGATION	*/

			#nav {
				position: absolute;
				top: 129px;
				right: 0;
				width: 531px;
				height: 24px;
				font-family: "Lucida Sans", Arial, Helvetica, Sans-serif;
				font-size: 14px;
				color: #230163;
			}
			
			#subnav {
				display: none;
			}

			table.navigation, table.subnavigation {
				border-collapse: collapse;
				border-spacing: 0;
				width: 100%;
			}
			
			table.navigation td, table.subnavigation td {
				padding: 0 7px;
				height: 24px;
				border: none;
				border-top: none;
			}
			
			table.navigation td.spacer, table.subnavigation td.spacer {
				border: none;
				height: 24px;
				width: 100%;
			}
			
			table.navigation td.leftedge, table.subnavigation td.leftedge {
				height: 24px;
				width: 10px;
				border-left: none;
			}
			
			table.navigation td.minicell, table.subnavigation td.minicell {
				padding: 0;
				height: 24px;
				width: 4px;
			}
			
			table.navigation td.link, table.subnavigation td.link {
				white-space: nowrap;
			}
			
			table.navigation td.link a, table.subnavigation td.link a {
				color: #230163;
				font-size: 13px;
				text-decoration: none;
			}
			
			table.subnavigation td.link a {
				font-size: 12px;
			}
			
			table.navigation td.link a:hover, table.navigation td.link a.active, table.subnavigation td.link a:hover, table.subnavigation td.link a.active {
				color: #fff;
			}

			a {
				color: #fff;
				text-decoration: none;				
			}
			
			a:hover {
				color: #fff;
			}

/*	END NAVIGATION	*/
			
			#content {
				position: absolute;
				top: 153px;
				left: 0;
				min-height: 464px;
				width: 964px;
			}
			
			#pageid {
				display: none;
			}
			
			#footer_wrapper {
				width: 964px;
				height: 32px;
				padding: 50px 0 20px 0;
				text-align: center;
			}
			
			#footer_right {
				float: right;
				margin-right: 60px;
				margin-left: 0;
				width: 145px;
				height: 32px;
			}
			
			#footer_copy {
				font-family: "Lucida Sans", Arial, Helvetica, Sans-serif;
				font-size: 10px;
				padding-top: 2px;
				color: #fff;
			}
			
			#footer_left {
				float: left;
				margin-left: 60px;
				margin-right: 0;
				width: 145px;
				height: 32px;
			}