/*****************************************************************
* =CENTER COLUMN DEFINITION
*
*****************************************************************/
#centerColumn{
	background-color:white;
	margin:0px;
	padding:0px;
	margin-right:10px;
	margin-top:5px;
}

#centerColumn p, 
#centerColumn h1, 
#centerColumn h2, 
#centerColumn h3, 
#centerColumn li, 
#centerColumn form,
#centerColumn dl,
#dataPageContainer{
	padding-left:10px;
	padding-right:10px;
}
#centerColumn h1{
	font-size:16pt;
}
#centerColumn h2{
	font-size:14pt;
	margin-bottom: 0;
}

#centerColumn h3 {
	font-size:12pt;
	margin-bottom: 0;
}

#centerColumn p{
	line-height: 150%;
}

#centerColumn li {
	list-style-image: url(../images/cvbullet.png);
	line-height: 150%;
}
#box h2{
	margin:0px;
}
#floatingBox{
	float:right;
	padding:5px 15px 5px 10px;
}

/* The following is need to be placed after floated boxes in Mozilla so that the 
*  floated boxes are contained within their containing div rather then floating 
*  outside it.
*/
#clearing{
	clear:both;
}
/*****************************************************************
*  GLOBAL TEXT FORMATTING
*
*****************************************************************/
h1 {
	padding-top:10px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

p {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 140%;
}

h2,h3 {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

body, a, td{
	font-family: arial, 'Times New Roman';
	font-size:9pt;
	color:#042266;
}

.soundBite {
	font-size:14pt;
	font-style: italic;
	text-align: center;
	color:#999999;
	padding-bottom:10px
}

/*****************************************************************
*  ROUND BOX FORMATTING
*
*****************************************************************/
b.rtop, b.rbottom{
	display:block;
}
b.rtop b, b.rbottom b{
	display:block;
	height: 1px;
    overflow: hidden;
}
b.r1{
	margin: 0 5px;
}
b.r2{
	margin: 0 3px;
}
b.r3{
	margin: 0 2px;
}
b.rtop b.r4, b.rbottom b.r4{
	margin: 0 1px;
	height: 2px
}
b.rtop, b.rbottom{background: #FFF; margin:0;}
