/* CSS Document */ /* columns */ 

.office { font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; font-weight: bold; color: #000000; left: 10px; top: 5px; } 

.picture 
{ left: 10px; top: 50px; width: 108px; height: 126px; } 

.name_party_layer 
{left:180px; position: absolute; top: 50px; width: 200px; text-align: left; } 

.content { font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
line-height: 17px; 
color: #000000; 
left: 10px; 
top: 180px; 
width: 100%; 
font-weight: normal; } 

.other_content { font-family: 
Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; left: 10px; top: 
50px; width: 100%; font-weight: normal; } 

.main_nav { display: none; } 

.left_nav 
{ display: none; } 

/* text */ 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #000000;
}

.text-indent {
	padding-left: 20px; 
} 

.text-indent_underline {
	padding-left: 20px; 
	text-decoration: underline;
} 

.meas {
text-indent: 20px; }

.meas_underline {
	text-indent: 20px; 
	text-decoration: underline;
}

.underline {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
text-decoration: 
underline;
} 

.center { text-align: center; } 

.center_underline { 
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
text-align: 
center;
} 

.bold_blue {
font-weight: bold;
color:#000000;
} 

.blue_rule { 
border-top-width: 3px; 
border-top-color: #000000; 
border-top-style: solid; 
margin-right: 15px; 
} 

.cand_name { 
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold; 
font-size: 20px; color: #000000; 
} 

.cand_party { 
font-family: Arial, Helvetica, sans-serif; 
font-weight: normal; 
font-size: 14px; color: #000000; 
} 