@import url('common1.css');
@import url('home.css');
@import url('rte.css');

* { padding: 0; margin: 0;  }
body { font: 10px/18px Verdana, sans-serif; background: #0f5579 url(images/body_bgrd.gif) left top repeat-x; }
a { text-decoration: none; color: #007bc1; }
a img { border: none; }
p { padding: 0 0 20px 0;  }
li { list-style: none outside; display: block; }


h1, h2, h3, h4 { font: normal 24px "Trebuchet MS", Verdana, sans-serif; }
h1, h2, h3, h4 { /*color: #007bc1;*/ }
h1 { margin: 0 0 20px 0; }
h2 { font-size: 20px; margin: 0 0 20px 0; }
h3 { font-size: 18px; margin: 0 0 10px 0; color: #900; }
h4 { font-size: 12px; margin: 10px 0 0 0; }

.cleaner { display: block; height: 1px; overflow: hidden; clear: both; }

.col	{ float: left; overflow: hidden;  }
.col.c2 	{ width: 50%; }
.col.c3 	{ width: 33.3%; }
.col.c4 	{ width: 25%; }

/* --- Layout --- */

dl {  }
dt { font-size: 18px; margin-bottom: 10px; color: #900; }
dt .date { font-size: 11px; display: block; font-weight: bold; color: #333; }
dd { border-bottom: solid 1px #ccc; margin-bottom: 20px; }
