@import "layout.css";
@import "menu.css"; /* Controls Navigation and secondary colour palette */

/* 
	Government of Alberta Base Style Sheet
	CSS1 Definitions for Typography
	developed by YellowPencil.com - December 2006
*/

/* Base HTML Definitions */

body {font:76% arial;}

/* Element Reset to ensure correct cascade properties across all browsers */
table {font-size:inherit;}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
body * {line-height:1.22em;}
body,div,form,fieldset,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
td {padding: 2px 2px 2px 2px;} /* To add padding in cells */
fieldset,img,a img {border:0;}
address,caption,code,dfn,th,var {font-style:normal;font-weight:normal;}
caption,th {text-align:left;}

/* Heading Sizes */

h1, h2, h3, h4, h5, h6, h7 { font-family:arial, helvetica, sans-serif;}
h1 { font-size:1.8em; margin-bottom: 6px;}
h2 { font-size:1.5em;}
h3 { font-size:1.2em; margin-bottom:-10px;}
h4 { font-size:1.05em; margin-bottom:-10px;}}
h5 { font-size:1em;}
h6 { font-size:.9em;}
h7 { font-size:.75em;}

#leftContent{
	width:240px;
	float:left;
	text-left:left;
	margin-right: 10px;
}

#rightContent{
	width: 640px;
	float:right;
	
}