 	
@charset "UTF-8";


/* Layout Structure
---------------------------------------- */

.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(/images/economic-freedom2.gif) height: 131px width: 780px;
	height: 131px;
	text-align: left;
	width: 780px;
	background-image: url(/images/economic-freedom2.gif);
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	border:hidden;
	padding: 5px, 5px, 5px, 15px;
	margin: 0, 15px, 0, 5px, 10px;
}
	
.twoColFixLtHdr #mainContent {
	text-align: left;
	width: 520px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:center;
}

.box #box {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	height: 200px;
	width: 400px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #cc6633;
	border-right-color: #cc6633;
	border-bottom-color: #cc6633;
	border-left-color: #cc6633;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.table #table {
	border-style: dotted;
	border-color: #999999;
	border-width: thin;
	align: right;
	
	}
	
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 125%;
	color: #ffffff;
	text-align: left;
	}
	
td, th {
	padding: 5px;
	}

th {
	text-align: center;
	background-color:#cc6633;
	}
	
/* Headings
---------------------------------------- */
h1, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cc6633;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	line-height: 125%;
}

h2, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	line-height: 125%;
}

h1 {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 5px;
}

h2 {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 5px;
	}

h3 {
	font-size: 15px;
	margin-top: 25px;
	margin-bottom: 3px;
	}

h4 {
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 3px;
	}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	line-height: 120%;
	margin-top: 2px;
	margin-bottom: 3px;	}
	

/* Other text elements
---------------------------------------- */
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 125%;
	color: #333333;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0, 10px, 0, 10px;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}


p {
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	color: #006699;
	text-align: left;
	margin-top: 0;
	margin-right: 70px;
	margin-bottom: 0;
	margin-left: 70px;
	}

	

hr {
	color: #cc6633;
	width: 100px;
	vertical-align: middle;
	text-align: center;

	}

img {
	display: block;
	border-color: #FFFFFF;
	border-top: thin;
	border-right: thin;
	border-bottom: thin;
	border-left: thin;
	padding-bottom: 2px;
	padding-top: 8px;
	padding-right: 6px;
	padding-left: 6px;
	vertical-align: middle;
	}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #cc6633;
	text-align: right;
	}

li {
	margin-top: 3px;
	margin-bottom: 8px;
	}
	
.sidebar  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	padding: 5px, 5px, 5px, 15px;
	margin: 0, 15px, 0, 5px, 10px;
	color: #333333;
	text-align: left;
}

.otherheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	font-style: normal;
	line-height: 120%;
	text-align: center;
	}
	
.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	padding: 0;
	margin: 0;
	color: #333333;
	text-align: left;
}
	


/* Miscellaneous styles
---------------------------------------- */
	
.copyright {
	color: #555555;
}


/*  	
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a:link	{ font-weight:bold; color: #cc6633; }
a:visited	{ font-weight:bold; color: #cc6633; }
a:hover	{ font-weight:bold; color: #006699; }
a:active	{ font-weight:bold; color: #006699; }
