/***********************************************/
/* style_sp.css                            */
/* Use for general style and navigation          */
/***********************************************/

/***********************************************/
/* HTML tag styles                         */
/***********************************************/ 

body{
	font-family: Helvetica, Arial, sans-serif;
	font: normal 100%;
	color: #7c7c7c;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/pixel_pattern_10.jpg);	/*background-color: #FAF9FB;*/
	
}
img {border:none;}
a:link, a:visited, a:hover {color:#7c695a;text-decoration: none;}
a:hover {text-decoration: underline;}
a:focus { outline:0; -moz-outline:0; }
/* overrides decoration from previous rule for hovered links */
h1, h2, h3, h4, h5, h6 { margin: 0px;padding: 0px;}
	
h1{
	font-size: 11pt;	
	white-space: nowrap;
	font-weight: normal;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#content{
	position:absolute;
	z-index:2;
	width:870px;
	height:542px;
	left:50%;
	top:50%;
	margin:0px;
	padding: 0px;
	margin-top:-271px;
	margin-left:-435px;
	overflow:visible;
	border:solid #E3E3E3 1px;
	background-color: #FFFFFF;
	}
/************* #siteName styles **************/
#siteName{
position:absolute;
width: 201px; height:25px;
padding:0px;margin: 0px;	
/*padding-left:14px;
padding-top:18px; */
top:-30px; color:#E4E4E4;
text-align:justify;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/*************	#globalNav styles **************/
#globalNav{
position:absolute;
margin: 0px;padding: 0px; 
padding-left:15px;
white-space: nowrap; 
top:511px;left:-70px; /*left:0px;*/
width: 201px;
font-size:10pt; 
}
#globalNav img{overflow:left;padding-right:11px;}
/*#Information {font-size:10pt; padding-left:14px;position:absolute;top:495px;left:0px;}*/
#Information {font-size:10pt; padding-right:14px;position:absolute;top:495px;right:877px; text-align:right;}
/************* #copyright styles **************/
#copyright{
font-size: 8pt;
position:absolute;
width: 201px; 
padding:0px; margin: 0px;	
right:0px;top:558px;
text-align:justify;
color:#D2D2D2;
}

