/* project: 
   design: 
   framework:  */
   
body { padding: 0; margin: 0; font: tahoma, helvetica/*0.7em Arial, sans-serif*/; line-height: 1.5em; background: #F0F0F0; color: #454545; }
a { color: #000000/*#0E4D8B*/; background: inherit; }
a:hover { color: #000; background: inherit;}
a.title { color: #B41A1A; background: #FFF; }

h1 { font: bold 1.3em Arial, Sans-Serif; letter-spacing: -1px; padding:  0 1em 1em; /*margin: 0; */}
h2 { margin: 0; padding: 0; font: normal 1.5em Arial, Sans-Serif; letter-spacing: -1px; }
h1 a { color: #FFF; background: inherit; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #BFE1ED; background: inherit; }
h3 { font: italic 1.1em Arial, Sans-Serif;  padding: 0 1em 0; /*color: #5f5f5f;/* }
p {	/*margin: 0 0 0px 0;*/ line-height: 1.5em; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }


/* layout
   ------ */

.content_home { 
	margin: 10px auto;
	/*width: 768px;*/
	width: 790px;
	/*background: #FFF url(http://isacc.ca/images/content/big_middle.gif) repeat-y;*/
	background: #FFF;
	/*color: #454545;*/
	colour : #000000;
	
	/*border: 1px solid black;*/
	
}

.logo {	padding: 18px 0 0 3px; }

/* header */
.header_top { /*background: #FEFEFE url(http://isacc.ca/images/content/big_top.gif) no-repeat;*/ color: #FFF; height: 15px; }
.header { padding: 0px 10px 0 10px; }
.header_bottom { clear: both; /*background: #FEFEFE url(http://isacc.ca/images/content/big_bottom.gif) no-repeat;*/ color: #FFF; height: 15px; }
    


/* left side
   --------- */

.left {
	float: left;
	width: 750px/*595px*/;
	margin: 0 0 10px 0;
}

	.box_top {
		background: #F0F0F0 url(http://isacc.ca/images/content/leftbox_top.gif) no-repeat;
		color: #000000;
		height: 40px;
		width: 159px;
	}
	
	.box_top h2 {
		color: #000000;
		background: inherit;
		padding: 7px 0 0 5px;
		margin: 0;
	}
	
	.box {
		border-left: 2px solid #F0F0F0;
		border-right: 2px solid #F0F0F0;
		padding: 0 4px 0 7px;
		margin: 0;
		width: 144px;
		color: #595959;
		background: #FFF;
	}
	
	.box_bottom {
		background: #FFF url(http://isacc.ca/images/content/leftbox_bottom.gif) no-repeat;
		color: #000;
		height: 13px;
		width: 160px;
		margin: 0 0 7px 0;
	}
	
		/* left and central column */
		.left_side { float: left; width: 159px; padding: 0px 5px 8px 8px; }
		.right_side { float: right; width:560px/*405px*/; margin: 0 5px 0 0; text-align: justify; }
		
		.article { padding: 0 5px 0 0px; margin-bottom: 20px; }
		
	.grey_top { clear: both; width: 560px/*382px*/; background: #EDEDED url(http://isacc.ca/images/content/grey_top.gif) no-repeat; color: #000; height: 5px; padding: 0; margin: 0px 0 0 6px; }
	.grey { width:540px /*362px*/; margin: 0 0 0 6px; padding: 10px; background: #EDEDED url(http://isacc.ca/images/content/grey_bottom.gif) no-repeat bottom left; color: #000000;	}
		
	.grey a {
		color: #C83C3C;
		background: inherit;
		font-weight: bold;
	}
	
	.grey a:hover {
		color: #000;
		background: #EDEDED;
	}
	
	.highlight {
		padding: 5px 3px 5px 3px;
		margin: 0 0 3px 0;
		border-bottom: 1px solid #ccc;
	}
	
		
/* right side
   ---------- */
		
.right { float: right; width:0 /*170px*/; margin: 0 0 10px 0;}

