/* Redefine Tags */
	body {
		margin: 0 0 15px 0;
		padding: 15px;
		
		background-image: url(images/header.gif);
		background-repeat: repeat-x;
		
		color: #666;
		font-size: 7.5pt;
		line-height: 15px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	a {
		color: #F63;
		text-decoration: none;
		font-weight: bold;
	}
	
	a:hover, acronym {
		border-bottom: dotted 1px #39C;
	}
	
	a acronym {
		border-bottom: dotted 1px #F63;
	}
	
	h1, h2, h3, p, ul, li, div {
		margin: 0;
		padding: 0;
	}
	
	h2 {
		color: #666;
		font-size: 9pt;
		line-height: 2em;
	}
	
	h3 {
		font-size: 7.5pt;
		padding-top: 7px;
		padding-bottom: 1.5em;
	}
	
	img {
		border: 0;
	}
	
	p {
		padding-bottom: 1em;
	}
	
	ul, li {
		list-style-type: none;
	}


/* Classes */
	.arrow, .arrow_text, #nav a .arrow{
		color: #F63;
		font-size: 16pt;
	}
	
	.arrow_text {
		font-size: 7.5pt;
	}
	
	.col {
		float: left;
		width: 140px;
		height: 100%;
		padding: 3px 5px;		
	}
	
	.no_bot {
		padding-bottom: 0;
	}
	
	.update {
		padding-top: 18pt;
	}
	
	
/* Id */
	#arrows {
		position: absolute;
		top: 106px;
		width: 900px;
		text-align: right;
		font-size: 14px;
		padding-right: 15px;
		font-weight: bold;
	}
	#columns {
		position: relative;
		left: 50%;
		margin-left: -450px;
		width: 900px;
		float: left;
		height: auto;
		margin-top: 10px;
		clear: both;
		background-repeat: repeat-y;
		margin-bottom: 30px;
	}
	
	#footer {
		position: relative;
		left: 50%;
		margin-left: -450px;
		float: left;
		clear: both;
		margin-top: -45px;
		color: #666;
		width: 900px;
		display: inline;
	}
	
	#footer a {
		color: #666;
	}
	
	#footer_banner {
		position: relative;
		clear: both;
		margin: 0 -15px;
		height: 100px;
		
		background-image: url(images/header.gif);
		background-repeat: repeat-x;
	}
	
	#logo {
		position: absolute;
		top: 0;
		left: 88px;
		height: 66px;
		width: 176px;
		font-size: 12px;
	}
	
	#logo a {
		color: #666;
		border: none;
	}
		
	#nav {
		position: relative;
		left: 50%;
		margin-left: -450px;
		width: 900px;
		font-size: 9pt;
		float: left;
		margin-top: 70px;
	}
	
	#nav a {
		color: #39C;
		font-weight: bold;
	}
	
	#nav li{
		float: left;
		display: inline;
		width: 145px;
		padding-left: 5px;
	}