/*------------------------------------------------------------------*/
/*- Global styles for SiteBorder pages 								-*/
/*------------------------------------------------------------------*/

a {
	color:#000000;
}

/*------------------------------------------------------------------*/
/*- For help pages												   -*/
/*------------------------------------------------------------------*/

.helpwrapper {
	text-align:left;
	width:715px;
	margin:0 auto;
	border:1px solid #959595;
}

#helpplatewrapper {
	padding-bottom:8px;
}

.helpwrapper #topheader {
	border-bottom:1px solid #959595;
	background-color:#d0d0d0;
}

.helpwrapper h2#topheader {
	padding:5px 15px;
	margin:0 0 .5em 0;
}

.helpwrapper a {
	font-size:10px;
}

/*------------------------------------------------------------------*/
/*- For bottom footer (SiteBorder component)					   -*/
/*------------------------------------------------------------------*/

#footer {
	width:715px;
	margin:0px auto; 
	position:relative;
}

#copyrightstring {
	position:absolute;
	right:20px;
	top:0;
	color:#fff;
	font-size:9px;
	font-weight:bold;
}

#footerlinks {
	font-size:10px;
}

a.footerlink {
	color:#880000;
}

.separator {
	font-size:14px;
}




