/* Style sheet for white papers */

h2.white-paper-section-title{font-size:25px;font-family:helvetica,arial,sans-serif;color:#0C1436;text-indent:0px;padding-left:10px;margin-top:10px}

p.white-paper-summary{font-size:20px;font-family:times,georgia,serif;color:#0C1436;text-indent:0px;padding-left:10px;margin-top:2px;padding-right:10px}

p.white-paper-description{font-size:18px;font-family:times,georgia,serif;color:#0C1436;text-indent:0px;padding-left:18px;margin-top:10px;padding-right:10px;font-weight:normal}

/* Links for White Papers */
a.white-papers{text-decoration:underline;} 
a.white-papers:link {color:#0C1436} /* unvisited link */
a.white-papers:hover {color:#0C1436;background-color:#E5ECFF} /* mouse over link*/
a.white-papers:visited {color:#0C1436} /* visited link */ 
a:active {color:gray} /* selected link */ 

span.white-papers-download{font-size:75%;color:#868686;font-family:helvetica,arial,sans-serif}

p.xxx{font-size:15px;font-style:times,georgia,serif;color:purple;text-indent:8px;padding-left:10px;margin-top:10px}

#container-white-papers {
	position: absolute;
	width:				900px;
	/* To center set left to 50%, which puts container in middle of screen,
	then make margin-left HALF of width */
	left: 50%;
	margin-left: -450px;
	padding:			0px;
	height:1850px;
	
	/*part 2 of centering hack*/
	text-align: 		left;
	background:			#FFFFFF;
}


div#summary-title {
    position:absolute;
    width:850px;
    height:35px;
    top:175px;
    left:25px;
    /*background-color:yellow;*/
    padding:0px;
}


div#summary-text {
    position:absolute;
    width:750px;
    height:130px;
    top:215px;
    left:75px;
    /*background-color:yellow;*/
    padding:0px;
}

div#column-left {
    position:absolute;
    width:365px;
    height:1400px;
    top:360px;
    left:75px;
    background-color:#FFFFFF;
    padding:0px;
}

div#vertical-line {
    position:absolute;
    width:2px;
    height:1400px;
    top:360px;
    left:450px;
    background-color:#868686;
    padding:0px;
}


div#column-right {
    position:absolute;
    width:365px;
    height:1400px;
    top:360px;
    left:460px;
    background-color:#FFFFFF;
    padding:0px;
}


div#footer-left {
    position:absolute;
    width:585px;
    height:20px;
    left:0px;
    top:1770px;
    background-color:#E5ECFF;   
}
div#footer-right {
    position:absolute;
    width:315px;
    height:20px;
    left:585px;
    top:1770px;
    background-color:#E5ECFF;   
}

