@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #CCCCCC;
}

.smaller {
	font-size:80%
}
.smaller #manifesto {
	line-height: 130%;
}
.smaller_top_red {
	font-size:80%;
	color: #990000;
	text-decoration: underline;
}
.smaller_red_centre {
	font-size:80%;
	color: #990000;
	text-decoration: underline;
	text-align: center;
}
.manifesto {
	font-size: 90%;
	line-height: 150%;
}
.manifesto2ndline {
	line-height: 100%;
	margin-left: 17px;
	font-size: 90%;
}
 
.basic #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.basic #header {
	margin-bottom:10px;
	background:#FFF;
	width:100%;
	height:100%;
	background-image: url(../_Images/0_09_images/header_bg.png);
} 
.basic #header a:link {
	color:#000000;
	text-decoration:none
	}
.basic #header a:hover {
	color:#000000;
	text-decoration:underline
	}

.basic #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size:45px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:-1px;
}
.basic #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px;
	border:1px solid #B0BEC7;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 15px;
}
.basic #mainContent {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	
} 
.basic #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.footer {
	font-size: 9px;
}
.basic #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrtUp {
	float: right;
	margin-left: 8px;
	margin-top: -40px;
	background-color: #FFFFFF;
	border: thin dotted #276892;
}
.fltrtUp2 {
	float: right;
	margin-left: 8px;
	margin-top: 0px;
	background-color: #FFFFFF;
	width: 200px;
	margin-right: 0px;
	border: medium dotted #276892;
	padding: 4px;
}
.fltrtUp3 {
	float: right;
	margin-left: 8px;
	margin-top: -40px;
	background-color: #FFFFFF;
	width: 200px;
	margin-right: 0px;
	border: medium dotted #276892;
	padding: 4px;
}
.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;
	margin-top: 0px;
}
.border {
	float: none;
	margin-left: 0px;
	margin-top: 0px;
	border: thin dotted #666666;
	padding-left: 5px;
}
.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;
}
.basic #tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	padding-left: 10px;
}

/*Links*/
a {
	text-decoration:none;
	color:#990000;
}
a:hover {
	text-decoration:underline;
}
	
.sidebar {
	color:#333333;
	padding-top: 5px;
	}
		
.sidebar a:link {
	text-decoration:none;
	color:#990000;
}
.sidebar a:visited {
	color:#990000;
}
.sidebar a:hover {
	text-decoration:underline;
}
.table {
font-size:70%
}

.table a:link {
	text-decoration:none;
	color: #333333;
}
.table a:visited {
	color: #666666;
}
.table a:hover {
	text-decoration:underline;
	}

	
.basic #container #mainContent h1 {
	color: #990000;
	font-size: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.red {
	color: #990000;
}
.red_title {
	font-size: 18px;
	font-weight: bold;
	color: 990000;
}

.title {
	color:#000000;
	text-decoration:none;
	}
	
.title a:link {
	color:#000000;
	text-decoration:none
	}
	
.title a:hover {
	color:#000000;
	text-decoration:underline
	}
	
.title a:visited {
	color:#000000;
	}
.imglink {
text-decoration:none;
color: none;
}

.pullout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
