/* CSS Document */

@import url("common.css");
body{
 background:#fff;
}


.bg_bar {
	background-color:#2499D5;
}

#piclist img{
	border:1px solid #2499D5;
	margin:0 0 0 0;
	width:8.1875em;
	height:8.1875em;
}

#contentbox{
	float:right;
	position:relative;
	width:33.1875em; 
	background-color:#DCEEF7;
/*	left:13em;
	top:12.25em;
	*/
	margin-top:4px;
	z-index:14;
	min-height:34em;
}

#content h1 {
	color: #2499D5;
}

.coloredborder{
 border: 1px solid #2499D5;
}

#content h2, #content h3{
	color: #2499D5;
}


.download_list td {
   padding: 5px 0 5px 0;
   border-bottom: 1px solid #2499D5;
}


.download_list th {
   padding-bottom: 5px;
}
