/*-----------------------------------------------------------------------------*/
	/* Basics
	-----------------------------------------------------------------------------*/
	
	html, body { height: 100%; } 
	
	/* Force vertical scrollbar */
	html {
	min-height: 100%;
	margin-bottom: 1px;
}
	
	* { margin: 0; padding: 0px; } /* Remove padding and margin */

	h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 0em 0;
} /* Put it back on certain elements */ 
	
	.clear { clear:both; } /* Class for clearing floats */
	
	img { border: 0; } /* Remove border around linked images */

	
/* ---------------------------------------------------------------------------
Spacers & Headers
-----------------------------------------------------------------------------*/
		
.break {
	margin: 0;
	padding: 0;
	border-width: 0;
	height:8px;
	line-height: 8px;
}

.bigBreak { height:20px; }


.pipe {
	width:1px;
	height:18px;
	padding: 0px 8px 0px 8px;
}

br {
	margin: 0;
	padding: 0;
	border-width: 0;
	line-height: 6px;
}

*.brHalf { display:block; margin-top:-0.5em; }

*.brSingle { display:block; margin-top:0em; }

*.brOne { display:block; margin-top:1.5em; }

*.brDouble { display:block; margin-top:2em; }

	
/* ---------------------------------------------------------------------------
Global ID's
-----------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#0a1230;
	text-align: center;
	margin: 0;
	padding: 0; }
#wrapper {
	width: 100%;
	text-align: left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position:relative;
	background-color:#0a1230; }
	
#siteFrame {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0 auto;
	position: relative; /* Allow room for footer to stick to the bottom */
	width: 1000px;
}


#invisibleLink {
	background: url(../images_global/spacer.gif) no-repeat 0 0;
	width:365px;
	height:60px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 100px;
	left: 34px;
}

#buttonElements{
	z-index:0;
	position:absolute;
}

p{
	text-align: center;
	color:#666666;
	font-size:10px;

}

a:link {
	text-decoration: none;
	color: #CA1E38;
	font-size:10px;
}
a:visited {
	text-decoration: none;
	color: #666666;
	font-size:10px;
}
a:hover, a:active {
	text-decoration: none;
	color: #ffffff;
	font-size:10px;
}
