#topbar {
position: relative; 
top: 0px; 
left: 0px; 
width: 100%; 
height: 110px; 
background-color: rgb(24, 21, 18);
}

#ucl0016 {
position: absolute; 
top: 110px; 
left: 0px; 
background-color: rgb(178, 208, 230); 
width: 100%; 
height: 35px;
}

#main_content {
position: absolute; 
top: 120px; 
left: 0px; 
background-color: white; 
width: 100%; 
height: 30px;
}

#cpomdocs {
padding: 10px;
background-color: gainsboro;
width: 60%;
float:left;
margin-left: 8px;
}
#news {
padding: 10px;
background-color: gainsboro;
width: 34%;
float:right;
margin-right: 8px;
}

#news_inner {
font-size: 8px;
background-color: white; 
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
margin: 5px;	
padding: 6px;
}

div p {
        font-size: 12px;
	margin: 10px;
}

div h1 {
        font-size: 16px;
	margin: 10px;
}

div h2 {
        font-size: 16px;
	margin: 10px;
}

#myform {
	margin: 30px;
}
