@charset "utf-8";
/* Content: guest zone */
#content h1 {	
    font-size: 22px;
    margin: 0px 20px 10px 20px;
    font-weight: bold;
    color:#20558a; 
}
#content h2 {	
    font-size: 20px;
    margin: 0px 20px 10px 20px;
    font-weight: bold;
    color:#20558a; 
}
#content h3 {
    font-size: 16px;
    margin: 0px 20px 10px 20px;
    color: #20558a;
}
#content p {
	font-size: 14px; 
	margin: 5px 20px;
	text-align: justify;
	color: black;
}
#content ul {
	font-size: 14px;
    margin: 5px 20px;
	list-style: none;
}
#content ul li {
    text-align: justify;
	padding: 0 0 0 14px;
	margin: 0 0 0 14px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}
#content ol {
    margin: 5px 20px;
	list-style-position:inside;	
}
#content hr {
	background: url(../images/hr.gif) repeat-x left top;
	margin: 0px 20px;
	height: 8px;
	border: none;
}
#content strong {
	font-weight: bold;
}
#content table.no_borders {
	border: none;
}
#content table tr td p {
    font-size: 13px;
    text-align: justify;  
	padding: 3px;
}
 #content table th {
    text-align:center;
	vertical-align: middle;
	padding: 3px;
}
/* NEWS */
#content .news_pic {
	margin: 15px 0 0 20px;
	width: 150px;
	border: 10px solid #D7E3E2;
}
#content .news_pic_td {
	vertical-align: top;
}
#content .news_wrap {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	border-collapse: collapse;
}
#content .news_wrap td {
	padding: 0px;
	margin: 0px;
	border: none;
}
#content .news_wrap p {
	margin-top: 0px;
	padding-top: 0px;
}
#content .news_header {
	margin-bottom: 0;
	color: #319e9c;
}
#content .news_header b {
    font-weight: bold;
    color: #20558a;	
}
#content .readmore {
	margin-top: 0px;
    color: #20558a;	

}
#content table.blue {
	border-collapse: collapse;
}
#content table.blue td {
	border: 2px solid #3399CC;
}