	body {
		position: 			absolute;
		top: 				0px;
		left: 				0px;
		right: 				0px;
		width:				100%;
		height:				100%;
		padding: 			0px;
		margin: 			0px;
		border: 			0px;
		overflow:			auto;
		color:				rgb(0, 0, 0);
		background-color: 	rgb(255, 255, 255);
	}

	/*********************************** LINKS ************************************/
	a.link, a.link:link, a.link:visited {
		color:				#000099;
		background-color:	#ffffff;
		text-decoration:	underline;
		font-weight:		normal;
	}

	a.link:hover, a.link:active, a.link:focus {
		color:				#000000;
		background-color:	#ffffff;
		text-decoration:	none;
	}

	.login {
		font-family:		Geneva, Arial, Helvetica, sans-serif;
		font-size:			8pt;
		background-color:	#ffffff;
		color:				#000000;
		white-space: 		nowrap;
		text-decoration:	none;
		text-align:			right;
		padding-top:		50px;
	}

	p {
		font-family:		Geneva, Arial, Helvetica, sans-serif;
		font-size:			11pt;
		margin-top:			5px;
		margin-bottom:		5px;
		text-align:			left;
	}

	h2 {
	font-family:		Geneva, Arial, Helvetica, sans-serif;
	font-size:			28px;
	color:				#FF0000;
	margin:				0;
	padding-bottom:		40px;
	text-align:			left;
	}

	h3 {
	font-family:		Geneva, Arial, Helvetica, sans-serif;
	font-size:			16px;
	letter-spacing:		7px;
	padding-bottom:		40px;
	text-align:			left;
	}

	.path {
	font-weight:		bold;
	color:				#666666;
	padding: 			10px 0 5px 0;
	}

	/*********************************** DIVs ************************************/
		#header_id {
					background-image:url(/images/top_bar.gif);
					background-repeat: repeat-x;
					height: 78px;
					max-width:100%;
					min-width:1000px;
					position: relative;
					left: 0px;
					top: 15px;
					z-index:100;
		}

		#header_title {
					background: transparent url(/images/top_bar_title.png) no-repeat top left;					
					height: 90px;
					width: 460px;
					position: relative;
					left: 30px;
					top: -5px;
					z-index:101;
		}

		
	#header {
		background-color:	#000000;
		color:				#ffffff;
		width:				100%;
		height:				75px;
		white-space: 		nowrap;
		overflow:			hidden;
		z-index:			2;
	}

	#content {
		background-color:	#ffffff;
		color:				#000000;
		margin:				50px;
		width:				500px;
		margin-left:		auto;
		margin-right:		auto;
		z-index:			1;
	}

	#center {
		text-align:			center;
	}

	#bottom {
		position:			absolute;
		bottom:				0px;
		right:				10px;
		text-align:			right;
		z-index:			0;
	}

