@media screen {
* {
	padding:0;
	margin:0;
	outline:0;
}
#header {
	background:url(../img/image-sprite.gif) -2000px -2000px no-repeat;
}
body,html {
	width:100%;
	height:100%;
}
body {
	background:#003669 url(../img/body-bg.gif) repeat-x top center;
	font-size:11px;
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
}
#container {
	height:auto;
	background:#FFF;
}
#header {
	background-color:transparent;
	background-position:center -197px;
	background-repeat:repeat-x;
	height:184px;
	width:100%;
}
#header .header {
	width:940px;
	margin:0 auto;
	height:80px;
	margin-bottom:13px;
	padding-top:92px;
	background:transparent no-repeat;
}
#header a#logo {
	float:left;
	display:block;
	width:200px;
	height:88px;
	overflow:hidden;
	position:relative;
}
#header a#logo img {
	border:0px none;
}
ul#nav {
	float:left;
	left:30px;
	list-style-type:none;
	position:relative;
	top:28px;
}
ul#nav li {
	float:left;
}
ul#nav li a {
	color:#0055A4;
	text-decoration:none;
	display:block;
	font-size:13px;
	font-weight:bold;
	line-height:26px;
	margin:0 8px 0 8px;
}
ul#nav li.active a,
ul#nav li a:hover,
ul#nav li:hover a {
	padding-bottom:4px;
	border-bottom:4px solid #D3D7EC;
	color:#0C1E2F;
}
ul#nav li ul {
	position:absolute;
	left:-2000px;
	z-index:2;
	background:#fff;
	list-style-type:none;
	border:1px solid #EBEDF6 !important;
	border-top:1px solid #D3D7EC !important;
	border-bottom:0px none !important;
}
ul#nav li:hover ul {
	left:auto;
	top:34px;
	margin-left:8px;
}
ul#nav li ul li {
	float:none;
	padding:0px;
}
ul#nav li ul li a {
	color:#0055A4 !important;
	padding:6px 10px 6px !important;
	margin:0 !important;
	font-size:1em !important;
	font-weight:bold !important;
	border:0px none !important;
	border-bottom:1px solid #EBEDF6 !important;
	line-height:20px;
}
ul#nav li ul li a:hover,
ul#nav li ul li a.active {
	background-color:#E9ECF6;
	color:#0c1e2f !important;
}

/* CONTENT */
#content {
	background:url(../img/back-container.gif) -1px 0 repeat-y;
	position:relative;
	clear:both;
	margin:0 auto;
	width:940px;
}
#content .main h1 {
	color:#0C1E2F;
	font-size:20px;
	font-style:italic;
	font-weight:normal;
	line-height:20px;
	margin:0 0 65px;
}
#content .main h2 {
	color:#0C1E2F;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	margin:20px 0 10px;
}
#content .main h3,
#content .main h4,
#content .main h5 {
	font-size:1.2em;
	clear:both;
	margin:20px 0 5px 0;
}
#content .main p {
	color:#0C1E2F;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	line-height:20px;
	margin:0 0 15px;
}
#content .main a {
	color: #ff00a2;
	text-decoration: none;
}
#content .main a:active, 
#content .main a:hover, 
#content .main a.active {
	color: #be0079;
	text-decoration: none;
}
#content .main img {	
	margin: 5px 0px 15px 0px; 		
}
#content .main a img {	
	border:none;		
}
#content .main ul, 
#content .main ol {
	color:#0C1E2F;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	line-height:20px;
	padding:0 0 10px 25px;
	margin:0;
	position:relative;
}
#content .main ol {
	padding-left:25px !important;
}
#content .main ul {
	list-style:disc outside url("../layout/icon-door.gif");
}
#content .main ul ul, 
#content .main ol ol {
	margin:0 0 0 15px;
	padding:0px;
}
#content .main ul li,
#content .main ol li {
	margin-bottom:5px;
}
#content .main ul ul li,
#content .main ol ol li,
#content #breadcrumb ul li {
	margin-bottom:0px;
}
#content .main img.icon {
	border:0;
	vertical-align:middle;
	margin:1px 0 5px 0;
}
#content #breadcrumb,
#content #breadcrumbs {
	display:block;
	position:absolute;
	top:65px;
	width:440px;
	font-family:arial,verdana,sans-serif;
	font-size:9px;
	text-transform:uppercase;
	border-top:1px solid #EBEDF6;
	border-bottom:1px solid #EBEDF6;
	padding:8px 0;
}
#content #breadcrumb ul {
	padding:0px !important;
	margin:0px !important;
	list-style:none;
	text-decoration:none;
	text-transform:uppercase;
	font-size:9px;
	font-family:arial,verdana,sans-serif;
}
#content #breadcrumb ul li {
	float:left;
}
#content #breadcrumb ul li span {
	padding-left:15px;
	display:block;
	background:url("../img/crumb.gif") no-repeat scroll 4px 7px transparent;
}
#content #breadcrumb ul li span span,
#content #breadcrumb ul li a span.home,
#content #breadcrumb ul li span.B_currentCrumb {
	padding-left:0;
	background:transparent;
}
#content #breadcrumb ul li a span.home,
#content #breadcrumbs a.homeCrumb {
	text-indent:-2000px;
	background:url("../img/crumbs-home.gif") no-repeat left 1px;
	width:16px;
	display:block;
	float:left;
}
#content #breadcrumbs span.seperator {
	color:#868285;
	display:inline;
	font-size:13px;
	line-height:9px;
	padding:0 4px;
}
#content #breadcrumbs strong {
	font-weight:normal;
}
#content #breadcrumb ul li a:hover span.home,
#content #breadcrumbs a.homeCrumb:hover {
	background:url("../img/crumbs-home.gif") no-repeat left -15px;
}
#content #breadcrumb ul li.first-crumb {
	padding-left:0;
	background:transparent;
}
#content .main .divider {
	margin-bottom: 0px;
	padding: 0px 6px 2px 10px;
	vertical-align: middle;
}
#content .main ul.options {
	padding: 0px;
	line-height: 16px;
}

.main {
	float:left;
	background:#FFF;
	width:438px;
	padding:28px 30px 0;
	position:relative;
	margin:-30px 0 0 209px;
	border-color:#CFDEEB #EEEEEE #8DB1D3;
	border-style:solid;
	border-width:1px 1px 0;
}
#extra {
	position:absolute;
	right:18px;
	top:-60px;
}
#extra img {
	border:0px none;
}

/* NEWS */
#left {
	padding-top:35px;
	text-align:right;
	position:absolute;
	width:210px;
	left:0;
	top:0;
	z-index:20;
}
#left h3 {
	font-size:1.1em;
	font-weight:bold;
	display:block;
}

/* TRIGGERS */
#right {
	padding-top:35px;
	float:left;
	width:230px;
}
#right ul {
	list-style:none;
}
#right ul li {
	margin-bottom:25px;
}
#right ul li div.image {
	overflow:hidden;	
}
#right ul li div.image img {
	border:0px;
	display:block;
}
#right ul li div.trigger {
	background:url("../layout/back-trigger.gif") repeat-x scroll center bottom #FFFFFF;
}
#right ul li div.caption {
	border-top:1px solid #EBEDF6;
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
	line-height:18px;
	padding:10px 20px;
}
#right ul li div.caption a {
	color:#FF00A2;
	text-decoration:none;
}
#right ul li div.caption a:hover {
	color:#BE0079;
}
#right div.image p {
	display:block;
}
#right div.image p object {
	width:230px;
	height:154px;
}

.blogitem {
	margin-bottom:25px;
	background:url(../layout/blog-bg-top.gif) left top no-repeat;
}
.blogitem2 {
	padding:10px 15px 15px;
	background:url(../layout/blog-bg-bottom.gif) left bottom no-repeat;
}
.blogitem .dating {
	float:right;
	background:url(../layout/blog-datum.gif) center center no-repeat;
	position:relative;
	margin:-13px 0 0 -5px;
}
.blogitem .dating .t1 {
	text-transform:lowercase;
	color:#FFFFFF;
	display:block;
	font-family:"Trebuchet MS",Arial;
	font-size:12px;
	font-weight:bold;
	padding:0 12px;
}
.blogitem .dating .t2 {
	display:block;
	font-size:21px;
	padding:0 0 5px;
	text-align:center;
}
.blogitem p {
	font-style:italic;
}



hr {
	background:transparent;
	color:#FFF;
	border:0px none;
}
hr.koerier-clear {
	clear:both;
}
#footer {
	width:100%;
	background:url("../img/html-bg.gif") repeat-x scroll center -8px #003669;
	height:100px;
	left:0px;
}
#footer ul  {
	background:url("../img/footer-bg.jpg") no-repeat scroll 189px -5px transparent;
	margin:0 auto;
	padding:60px 0 1px 240px;
	position:relative;
	width:700px;
}
#footer a {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:active, #footer a:hover, #footer a.active {
	text-decoration:none;
}
#footer li {
	border-right:1px solid #FFFFFF;
	color:#C1D4E6;
	display:inline;
	padding:0 8px;
}
#footer li.last-child {
	border-right:medium none;
	padding:0 8px;
}
#footer img {
	border:0px none;
	padding:0 5px;
	vertical-align:middle;
}



/* SUBMENU */
#submenu {
	overflow:hidden;
}
#submenu ul {
	border-bottom: 1px solid #ebedf6;
	list-style: none;
	top:0px;
}
#submenu ul li {
	font-size: 11px;
	line-height: 32px;
	padding: 0px;
	border-top: 1px solid #ebedf6;
}
#submenu ul li a {
	color:#0055A4;
	display:block;
	font-weight:bold;
	font-size:1em;
	height:auto;
	margin:0;
	padding:0 20px 0 0;
	width:190px;
	text-decoration:none;
}
#submenu ul li a:hover,  
#submenu ul li a.ancestor:hover,
#submenu ul li a:active, 
#submenu ul li a.active {
	background: #EAECF6 none right 12px no-repeat;
	color: #0055A4;
	padding-bottom:0px;
	border-bottom:0px none;
}
#submenu ul li a:active, 
#submenu ul li a.active {
	color:#000;
}
#submenu ul li:hover a {
	padding-bottom:0px;
	border-bottom:0px none;
	color:#0c1e2f;
}
#submenu ul li a.ancestor {
	background: #EAECF6 none right 12px no-repeat;
	color: #0055a4;
}
#submenu ul ul {
	border-bottom: 0px;
}
#submenu ul ul li {
	font-weight: normal;
	line-height: 20px;
	padding: 0px 0px;
	border-top: 0px none;
}
#submenu ul ul li a {
	font-weight: normal;
	line-height:16px;
	padding:5px 20px 5px 0 !important;
	background: #fff none;
	display:block;
	width:190px;
	color: #0055a4 !important;
}
#submenu ul ul li a:hover, 
#submenu ul ul li a:active, 
#submenu ul ul li a.active {
	background: #f7fafc url(../layout/icon-submenu.gif) right center no-repeat;
	font-weight: normal;
	color:#0c1e2f !important;
}
p.introtext {
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif !important;
	color:#0C1E2F;
	font-size:13px !important;
	line-height:20px !important;
	font-size:13px !important;
	margin-top:5px !important;
	font-weight:bold !important;
}






fieldset {
	margin-top: 20px;
	padding: 10px 0px 10px 0px;
	border: 1px solid #d0dfeb;
}
fieldset div {
	margin-bottom: 12px;
	display: block;
	overflow:hidden;
}
fieldset div input, fieldset div textarea, fieldset div select {
	width: 260px;
	border-top:1px solid #6391b5;
	border-left:1px solid #6391b5;
	border-bottom:1px solid #d0dfeb;
	border-right:1px solid #d0dfeb;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: #0c1e2f;
}
fieldset div select {
	width:267px;
}
fieldset div select option {
	margin:3px;
}
fieldset div#checkbox{
	float: left;
	margin: 0px;
}
fieldset div#checkbox input {
	width: auto;
	border: none;
}
legend {
	margin: 0px 0px 12px 10px;
	padding: 2px 7px;
	background-color: #f7fafc;
	border: 1px solid #d0dfeb;
	font-size: 13px;
	line-height: 20px;
	color: #ff00a2;
	font-weight: bold;
}
label {
	float: left;
	width: 120px;
	padding: 0px 15px 0px 10px;
	text-align: right;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	color: #0c1e2f;	
}
fieldset .jot-list ul {
	padding:0 0 0 158px !important;
}
#verzenden {
	margin:15px 22px 0 0;
	overflow:hidden;
	text-align:right;
	width:95%;
}
#verzenden input {
	margin-left: 5px;
	padding: 3px;
	border: 1px solid #FF9FDD;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	cursor:pointer;
	color: #FFF;
	background:#FF00A2;
	width:auto;
}
#verzenden input:hover {
	background:#FF4FC1;
}
input:focus, textarea:focus, select:focus {
	background: #e9edf0;
	color: #0055a4;
}

#extra-opties,
.blogitem p.tags {
	padding:6px 0 10px;
	margin:10px 0;
	overflow:hidden;
	border-top:1px solid #ebedf6;
	border-bottom:1px solid #ebedf6;
	color:#a9a5a8 !important;
	font-size:13px;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
}
.blogitem p.tags {
	font-style:normal !important;
	margin-bottom:0px !important;
}
.blogitem p a {
	display:block;
	color:#0c1e2f !important;
}
#extra-opties p.tags {
	clear:both;
	margin:0px;
	color:#a9a5a8;
}
.addthis_toolbox {
	float:right;
	margin-top:5px;
}
.addthis_toolbox a {
	opacity:1;
	color:#0c1e2f !important;
}
.addthis_toolbox a:hover {
	opacity:0.8;
}
.addthis_toolbox p {
	float:left;
}
.rateit ul {
	padding:0px !important;
	margin:0px !important;
	float:left;
}
.rateit .score {
	display:none !important;
}
.rateit .msgClass div {
	display:block;
	width:250px;
	clear:both;
	
}
.addthis_button_compact {
	line-height:16px;
}
.rateit .score2 {
	display:block;
	padding:5px 5px 2px 0;
	float:left;
	font-weight:bold;
}
#author {
	font-family:Verdana;
	font-size:11px;
	color:#6E6A6D;
	font-style:italic;
	padding-bottom:10px;
	padding-top:5px;
}
.jot-user {
	float:none !important;
	width:100% !important;
	border-bottom:1px solid #ebedf6;
	margin:20px 0 10px;
	padding-bottom:10px;
	font-family:Verdana;
	font-size:11px;
}
.jot-content {
	margin:0px !important;
	font-family:Verdana;
	font-size:11px;
	line-height:18px;
	font-style:italic;
}
.jot-user .jot-poster {
	float:right;
	color:#a9a5a8;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	padding-left:3px;
}
.jot-subject {
	font-size:11px !important;
	font-style:normal !important;
}
.jot-message {
	padding:0px !important;
	width:100%;
}
.jot-mod {
	height:20px;
	overflow:hidden;
	width:65px !important; 
}
.jot-mod img {
	margin:0 !important;
}
.jot-ip {
	color:#A9A5A8;
	margin-top:10px;
	font-size:9px !important;
}
.blogging .blogitem {
	margin-bottom:10px;
}
.blogging a[name] {
	display:none;
}
.jot-cfm,
.jot-err {
	margin:10px 22px 0 !important;
}
.blogging #verzenden {
	margin-top:0 !important;
	padding:0px 0 10px 0 !important;
}
p.tags a {
	float:left;
	padding-right:5px;
	color:#FF00A2 !important;
}
p.tags a:hover {
	color:#BE0079 !important;
}
.blogging #downloadform {
	padding:5px 0;
}
.blogging legend {
	color:#0c1e2f !important;
	font-size:12px;
	font-weight:bold !important;
	margin-bottom:3px !important;
}
.jot-nav {
	margin:0 0 0 !important;
}
.blogging #downloadform {
	margin-bottom:10px;
}
.jot-row {
	margin:0 20px;
	padding:5px;
}
#verzenden .jot-list {
	float:left;
	overflow:hidden;
	margin:7px 0 0 !important;
}
#extra-opties {
	margin-bottom:25px !important;
}
#verzenden .jot-list ul {
	float:left;
}

#content .main ul#newssection {
	padding:0px;
	margin:0px;
	list-style:none;
}
#content .main ul#newssection li h2 {
	margin:0px;
	font-size:1.25em;
}
#content .main ul#newssection li {
	margin-bottom:25px;
}
#content .main ul#newssection li a {
	display:block;
}
#content .main ul#newssection li a.newslink, 
#content .main ul#newssection li a.newslink span.newsmessage {
	color:#0c1e2f;
}
#content .main ul#newssection li a.newslink span.newsmessage span {
	color:#6F6F6F;
}

a.file_pdf { 
	padding-left: 18px;
	background: transparent url(../layout/icon-pdf.gif) left 1px no-repeat;
}
a.file_doc { 
	padding-left: 18px;
	background: transparent url(../layout/icon-doc.gif) left 1px no-repeat;
}
a.file_txt { 
	padding-left: 18px;
	background: transparent url(../layout/icon-txt.gif) left 1px no-repeat;
}
a.file_xls { 
	padding-left: 18px;
	background: transparent url(../layout/icon-xls.gif) left 1px no-repeat;
}
.nopadding,
.empty {
	padding:0px !important;
	margin:0px !important;
}


.recent h5 {
	display:block;
	border-top:1px solid #EBEDF6;
	border-bottom:1px solid #EBEDF6;
}
.recent h5 a {
	padding:10px 25px 10px 10px;
	font-size:9px;
	font-family:Arial,Verdana,sans-serif;
	text-transform:uppercase;
	color:#0c1e2f;
	text-decoration:none;
	display:block;
	margin-right:20px;
}
.recent h5 span {
	color:#ff00a2;
}
.recent h5.twitter a {
	background: url(../layout/icon-twitter.png) right center no-repeat;
}
.recent h5.blog a {
	background: url(../layout/icon-rss.png) right center no-repeat;
}
.recent h5.nieuws a {
	background: url(../layout/icon-print.png) right center no-repeat;
}
.recent h5 a:hover {
	opacity:0.8;
}
.recent div {

}
#left ul.newssection {
	list-style-type:none;
}
#left ul.newssection li {
	padding-bottom:15px;
}
#left ul.newsection li:hover {
	background:#FFF;
}
#left ul.newssection li a {
	font-family:Arial,Verdana,sans-serif;
	display:block;
	margin-top:-20px;
	padding:23px 20px 15px 5px;
	z-index:2;
	position:relative;
	text-decoration:none;
	color:#0c1e2f;
}
#left ul.twitter li a {
	padding:10px 20px 15px 5px !important;
	margin-top:0px !important;
}
#left ul.newssection li:hover {
	background:#FFF;
}
#left ul.newssection li h3 {
	color:#ff00a2;
	padding:15px 20px 0 5px;
}
#left ul.newssection li:hover h3 {
	color:#BE0079;
}
#left ul.newssection li span.newsmessage {
	line-height:18px;
	font-size:1em;
}
#left ul.newssection li span.newsmessage span {
	color:#a9a5a8 !important;
	margin-bottom:4px;
	padding-right:5px;
	margin-right:5px;
	background:url(../layout/icon-divider.gif) right center no-repeat;
}

/* Tables
---------------------------------------------------- */	
.tidy {
	font-size: 11px;
	background: #fff;
	margin: 0px 0px 5px 0px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
.tidy th {
	text-align:left;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 8px 10px 8px;
	border-bottom: 1px solid #EBEDF6;
	color:#0C1E2F;
}
.tidy td {
	border-bottom: 1px solid #EBEDF6;
	padding: 4px 8px;
	font-weight:bold;
}
.tidy tbody tr td:hover  {
	color: #000000;
	background: #F7FAFC;
}
.tidy td a {
	display:block;
}
.tidy td a span {
	font-weight:normal;
	color:black;
}
.tidy a img{
	border:none;
}
ul.check, ol.check {
	padding-left:29px !important;
	list-style:disc outside url("../img/landings/check.gif");
}

div.youtubeitem {
	float:left;
	overflow:hidden;
}
#youtubeFun div.blogitem2 {
	overflow:hidden;
}
#youtubeFun div.blogitem2 p {
	margin:0;
	float:left;
}
#youtubeFun div.blogitem2 object {
	height:175px;
	width:200px;
	margin-top:20px;
}
#youtubeFun div.blogitem2 p.tekst,
#youtubeFun div.blogitem2 h3 {
	width:180px;
	margin-left:20px;
}
#youtubeFun div.blogitem2 h3 {
	clear:none;
	float:left;
	margin-top:20px;
}
#verzenden2 {
	margin:0px;
	padding:0 0 0;
	width:195px;
	overflow:hidden;
	text-align:right;
}
#verzenden2 fieldset {
	margin:0px;
	padding:0px;
	border:0 none !important;
}
#verzenden2 input {
	width:185px;
	background:#f8f9fc;
	border:1px solid #cfdeeb;
	font-size:12px;
	padding:4px;
	color:#FFF;
	cursor:pointer;
	margin-top:3px;
}
#verzenden2 input#btnsubmit {
	background: url("../img/landings/input-button.png") left top no-repeat #fd039f;
	margin:0px !important;
	padding:6px 7px 7px;
	border:0px none;
	width:100%;
	text-shadow:-1px -1px 0 #CB057F;
	text-align:left;
	font-size:13px;
}
#verzenden2 input#btnsubmit:hover {
	background-color:#BE0079;
}

ul ul:last-child {
	min-width:120px;
}


#content .main .errors {
	margin: 0px 0px 10px 0px; 
	font-size: 11px;
	line-height: 20px;
	color: #000;
	background:url("../layout/warning_48.png") no-repeat scroll 11px 2px #FFFEA2;
	border:1px solid #B69747;
	padding:8px 5px 8px 70px;
	line-height:18px;
}
#content .main .errors strong {
	font-weight:bold;
	font-size:14px;
	padding-bottom:2px;
	display:block;
}
input.error,textarea.error,select.error {
	border-color:#B69747;
	background:url("../layout/warning_16.png") no-repeat scroll 245px 3px #FFFEA2;
	padding-right:20px !important;
	width:240px !important;
}
#captcha a {
	display:block;
}
#captcha a img {
	margin:0 !important;
	padding:0;
}
#captcha {
	margin:10px 0 0 145px;
	overflow:hidden;
	position:relative;
}
}
@media print {
/* Print CSS for FranconiQue | Post Koerier Transport */
/* © 2008 Jop Berkhout | design_stuff */

body {
	background: white;
	font-size: 12pt;
}

p {
	margin: 0pt 0pt 10pt 0pt; 
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
}

h1 { 
	margin: 10pt 0pt 14pt 0pt;
	font-size: 15pt;
	line-height: 20pt;
	font-weight: normal;
	font-style: italic;
}

h2 {
	margin: 16pt 0pt 10pt 0pt; 
	font-size: 10pt;
	line-height: 18pt;
}

h3 {
	margin: 16pt 0pt 16pt 0pt; 
	font-size: 9pt;
	line-height: 16pt;
}

h4 {
	margin: 10pt 0pt 10pt 0pt; 
	font-size: 9pt;
	line-height: 14pt;
}

a {
	font-weight: normal;
	color: blue;
	text-decoration: none;
}

	a:active, a:hover, a.active {
		color: blue;
	}
	
	a:visited {
		color: green;
		font-weight: bold;
		text-decoration: underline;
	}
	
		#content a:link:after, #content a:visited:after {
			content: " (" attr(href) ") ";
			font-size: 9pt;
		}
	   
	#content a[href^="/"]:after {
		content: " (http://www.franconique.nl" attr(href) ") ";
	}

ul {
	font-size: 10pt;
}

li {
	font-size: 10pt;
}

img {
	border: 0pt;
}
	
#header, #submenu, #triggers, #content ul.options {
	display: none;
}

#container {
	width: auto; 
	margin: 0;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

#news {
	position: static;
	text-align: left;
	width: auto; 
	margin: 0;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

	#news ul {
		border-top: 1px solid #ebedf6;
		margin: 2pt 0pt 5pt 0pt;
	}

#content {
	position: static;
	width: auto; 
	margin: 0;
	padding: 0 0 10pt 0;
	font-size: 10pt; 
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid black;
	float: none !important;
	color: black; 
	background: transparent;
}
	
	#content ul, #content ol {
		padding: 10pt 0 10pt 25pt;
		font-family: Arial, sans-serif;
		font-size: 10pt;
		line-height: 16pt;
		color: #0c1e2f;
	}

#footer {
	width: auto;
	padding: 7pt 0 0 0;
	height: auto;
	text-align: left;
}

	#footer ul {
		width: auto;
		position: static;
		margin: 0px;
		padding: 0px;
	}

/* end */

}
