@charset "UTF-8";
/* Mark A. Parkinson CSS */

table.header {
		font-size:12px;
		line-height:1.3em;
		font-family:Arial, Helvetica, sans-serif;
		border:none;
}

/* MAIN TABLES LAYOUT*/

table.body {
	border:none;
	margin:0;
	vertical-align:top;
}

td.header {
	border:0px;
	width:900px;
	
}

td.mhl {
	width:350px;
	height:50px;
	background:url(../images/backgrounds/bgmain_header_left.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
}

td.mbl {
	width:350px;
	background:url(../images/backgrounds/bgmain_body_left.jpg);
	background-repeat:repeat;
	background-color:#fff;
	text-align:justify;
}

td.mblinterior {
	text-align:justify;
}

td.mfl {
	width:350px;
	height:50px;
	background:url(../images/backgrounds/bgmain_footer_left.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
}

td.mhc {
	width:300px;
	height:50px;
	background:url(../images/backgrounds/bgmain_header_center.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
}

td.mbc {
	width:300px;
	background:url(../images/backgrounds/bgmain_body_center.jpg);
	background-repeat:repeat-y;
	background-color:#fff;
	text-align:center;
	vertical-align:top;
}

td.mfc {
	width:300px;
	height:50px;
	background:url(../images/backgrounds/bgmain_footer_center.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
}

td.mhr {
	width:250px;
	height:50px;
	background:url(../images/backgrounds/bgmain_header_right.jpg);
	background-repeat:no-repeat;
	background-color:#16409f;
	color:#fff;
}

td.mbr {
	width:250px;
	background:url(../images/backgrounds/bgmain_body_right.jpg);
	background-repeat:repeat-y;
	background-color:#16409f;
	color:#fff;
	text-align: justify;
	vertical-align:top;
}

td.mfr {
	width:250px;
	height:50px;
	background:url(../images/backgrounds/bgmain_footer_right.jpg);
	background-repeat:no-repeat;
	background-color:#16409f;
	color:#fff;
}

td.shl {
	width:250px;
	height:50px;
	background-image:url(../images/backgrounds/bgsecondary_header_left.jpg);
	background-repeat:no-repeat;
	background-color:#16409f;
	color:#fff;
}

td.sbl {
	width:250px;
	background-repeat:repeat-y;
	background-color:#16409f;
	color:#fff;
	text-align:center;
	vertical-align:top;
	background-image: url(../images/backgrounds/bgsecondary_body_left.jpg);
}

td.sfl {
	width:250px;
	height:50px;
	background:url(../images/backgrounds/bgsecondary_footer_left.jpg);
	background-repeat:no-repeat;
	background-color:#16409f;
	color:#fff;
}

td.shr {
	width:650px;
	height:50px;
	background:url(../images/backgrounds/bgsecondary_header_right.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	vertical-align:bottom;
}

td.sbr {
	width:650px;
	background:url(../images/backgrounds/bgsecondary_body_right.jpg);
	background-repeat:repeat-y;
	background-color:#fff;
	text-align:justify;
	vertical-align:top;
}

td.sfr {
	width:650px;
	height:50px;
	background:url(../images/backgrounds/bgsecondary_footer_right.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
}

/* INTERIOR TABLE LAYOUT */

table.form {
	width:550px;
	vertical-align:top;
}

td.formleft {
	width:250px;
	text-align:right;
}

td.formright {
	width:300px;
	text-align:left;
}

table.newsfeed {
	width:280px;
}

td.newsfeeddate {
	vertical-align:top;
	text-align:right;
	width:70px;
}

td.newsfeedsubject {
	vertical-align:bottom;
	text-align:justify;
	width:205px;
}	

td.newsfeedspace {
	width:5px;
}

table.sidebarmenu {
	width:200px;
	color:#fff;
	font-weight:bold;
	text-align:left;
}

table.capreports {
	width:600px;
}

td.capreportsdate {
	vertical-align:top;
	text-align:right;
	width:100px;
}

td.capreportssubject {
	vertical-align:bottom;
	text-align:justify;
	width:495px;
}	

td.capreportsmiddlespace {
	width:5px;
}
