body { margin: 0; padding: 0; text-align: center; background: #eee}

/* Below:  All these are global styles applied to everything.  However, they can be overwritten later in the CSS */
* {margin: 0; padding: 0; border: 0; text-align: left; font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 18px; color: #999 }


/* main nav */


/* Layout */

#container { /* the container contains all the divs and makes sure they are centrally aligned.  Note that IE uses the text-align: center; in the body to align everything centrally */
	margin: 0 auto; 
	width: 770px; 
	background: url('/images/hdr3.jpg') no-repeat top left;
	}

#navarea { width: 770px; height: 50px; background: transparent } /* This div allows an area for the main navigation tabs */

#hdr {  /* header/banner area */
	width: 245px;
	height: 135px;
	background:  transparent;
	text-align: right;
}

#lftcol {  /* left column showing the extra info on the left side of the main column */
	float: left;
	width: 200px;
	background: transparent;
}

#maincol {  /* main column where the main text etc is located */
	float: right;
	width: 570px;
	background: #1C45BE;
}

#bttmbar {  /* bottom bar houses the copyright information and the bottom navigation */
	margin-bottom: 20px;
	float: right;
	width: 570px;
	height: 30px;
	background: url('/images/bttm.gif') no-repeat #1C44BC; /* Adds the rounded corner image to the bottom */
	overflow: hidden;
}

#bttmbar span#copyright {   /*styles for the copyright text */
	margin-left: 10px;
	float: left;
	line-height: 30px;
	text-align: right;
	font-size: 9px; 
	color: #6488F7;
}

/* Text styles */

/* Below is the style for the main site title */


#sitetitle { /* Styles for the main site title */
	position: relative;
	top: 96px;  /* shifts text into exact position */
	left: 475px;  /* shifts text into exact position */
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 100;  /* 100 is the thinnest font weight */
	color: #FF9933; /* nice light orange "autumn" type colour */
	letter-spacing: 8px /* spaces out the letters a bit */
	}
	
#subtitle {  /* Styles for the sites subtitle */
	position: relative;
	top: 24px;  /* shifts text into exact position */
	left: 475px;  /* shifts text into exact position */
	font-size: 12px; 
	font-weight: normal;
	line-height: 18px;
	color: #6488F7;
	letter-spacing: 3px /* spaces out the letters a bit */
	}
	
#subtitle a {   /* Styles for any links in the sub title */
	font-size: 12px; 
	font-weight: normal;
	line-height: 18px;
	color: #6488F7;
	letter-spacing: 3px; /* spaces out the letters a bit */
	text-decoration: none;
	border-bottom: 1px dashed #496FE4;
}

#subtitle a:hover {   /* Styles for any links in the sub title, hover state */
	color: #FFF000; 
	text-decoration: none;
	border-bottom: 1px dashed #FFF000;
	}

/* #maincol p { color: #C5CEE7; margin: 5px 40px 5px 70px; letter-spacing: 0px; text-align: justify; } */  /* paragraph text in the main column */

#maincol p, #maincol ul, #maincol ol {
	color: #c5cee7;
	margin: 5px 40px 5px 50px;
	letter-spacing: 0px;
	text-align: left;
	}


#maincol .csc-textpic-imagewrap {
	margin: 5px 40px 5px 50px;
	padding: 0px;
}

#maincol .csc-textpic-imagewrap img { margin-left: -10px; margin-right: 10px; }

#maincol .csc-textpic-caption {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	text-align: center;
	color: #adadad;
}
	

#maincol h1 {    /* Styles for the main column headers */
	margin: 15px 10px 5px 25px;
	font-family: Georgia, serif;
	font-size: 17px;
	font-weight: 100;
	line-height: 19px;
	color: #FF9933;
	letter-spacing: 2px;
	 }  /* headings in the main column */

#maincol h2 {
	color: #fff;
	margin: 15px 10px 5px 25px;
	}

#maincol .date {    /* These are the styles for the blog dates */
	margin-left: 25px;
	margin-top: 0px;
	font-size: 9px;
	color: #6488F7;
	letter-spacing: 1px;
}

#maincol a:link, #maincol a:visited {   /* These are the styles for the Main column links */
	padding-left: 11px;
	color: #EA6059;
	text-decoration: none;
	text-align: left;
/*	background: url('/images/linkarrow0.gif') no-repeat 0% 2px; */
}

#maincol a:hover, #maincol a:active {   /* These are the styles for the Main column links */
	padding-left: 11px;
	color: #FFF000;
	text-decoration: none;
	text-align: left;
	background: url('/images/linkarrow1.gif') no-repeat 0% 2px; 
}

#maincol .image a, #maincol .image a:hover, #maincol .image a:visited, #maincol .image a:active  { margin: 10px; background: none; padding: 0;}

#lftcol a:link, #lftcol a:visited {   /* These are the styles for the left column links */
	padding-left: 11px;
	color: #000;
	text-decoration: none;
	text-align: left;
	background: url('/images/lftlinkarrow0.gif') no-repeat 0% 2px;
}

#lftcol a:hover, #lftcol a:active {    /* These are the styles for the left column links */
	padding-left: 11px;
	color: #990000;
	text-decoration: none;
	text-align: left;
	background: url('/images/lftlinkarrow1.gif') no-repeat 0% 2px;
}

.leftcolbox h1,h2,h3 {   /* Titles in the left column */
	font-family: Verdana, Arial, sans-serif;
	margin: 0 15px 12px 15px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0;
	font-size: 11px;
	line-height: 14px;
}

/* Main Nav */

#nav   /* Main nav */
{
	float: right;
	margin-top: 20px;
	margin-right: 5px;
	white-space: nowrap;
}

#nav li  /* Main nav list items */
{
	font-size: 10px;
	float: left;
	list-style: none;
	line-height: 21px; /* height of the tab */
	text-align: center;
}

#nav a {   /* Main nav styles for all links */
	font-size: 10px;
	padding-left: 12px;
	/* display: block; */ /* Although a block suggests a vertical list, the float: right; property under #nav li causes the menu to float to an inline position */
	margin-right: 5px;
	width: 55px;
	height: 21px;
	line-height: 21px; /* height of the tab */
	text-decoration: none;
	 }

#nav a:link, #nav a:visited  /* Main nav link and visited states */
{
	color: #ffff00;
	/* border-bottom: 2px solid #8599D4; */
	/* background: url('/images/toplinkbullet.gif') no-repeat 2% 60% #B2C2F4; */
}

#nav a:hover, #nav a:active /* Main nav hover and active states */
{
	color: #FFF000;
	/* border-bottom: 2px solid #1C44BC; */
	background: url('/images/toplinkbullet2.gif') no-repeat 2% 60% transparent;
}

/* Other styles */

div.rule {  /* Rules - blowing leaves that separate blog items */
	margin: 0 0 20px 0;
	width: 570px;
	height: 50px;
	background: url('/images/kidsrule.gif');
	border: 0;
}

div.leftcolbox {  /* Use this to create one of the boxes in the left column */
	padding: 0 0 0px 0;
	margin: 5px 15px 15px 15px;
	width: 170px;
	background: url('/images/leftboxbottom.gif') no-repeat bottom #FFDE77;
	overflow: hidden;
	}
	
div.leftcolboxtop { /* This div adds the top rounded corners of the box.  The bottom is included in the leftcolbox div as the background image */
	height: 10px;
	width: 170px;
	background: url('/images/leftboxtop.gif') no-repeat top;
}

.leftcolbox p {   /* text style for left col boxes */
	margin: 0 15px 12px 15px;
	font-size: 11px;
	line-height: 16px;
	color: #000;
}

.leftcolbox img { /* Styles for images in the left column boxes */
	margin: 0 auto;
}

//acronym {  /* Acronyms are hovered over to reveal their meaning */ 
//	color: #ccc;
//	border-bottom: 1px dashed #ccc;
//	cursor: help;  /* To make cursor appear as a help question mark/arrow  */
//}

/* Bottom Nav */

#bttmnav { float: right; margin-right: 10px }
#bttmnav li {display: inline; font-weight: normal;}
#bttmnav a {  padding-left: 10px; font-size: 9px; line-height: 30px; }
#bttmnav a:link, #bttmnav a:visited { color: #6488F7; }
#bttmnav a:hover, #bttmnav a:active { text-decoration: none; color: #6488F7; }

/* Normal lists */

#maincol ul {   /* styles main area unordered(bulleted) lists */
	margin-top: 15px; /* This margin is the top margin of the WHOLE list, hence why it is specified in ul and not li */
	margin-bottom: 15px; /* This margin is the bottom margin of the WHOLE list, hence why it is specified in ul and not li */
	margin-left: 50px; /* This margin is the bottom margin of the WHOLE list, hence why it is specified in ul and not li */
	margin-right: 40px;
	list-style: square /* This controls the bullet point style. */
}

#maincol table {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 50px;
	margin-right: 40px;
	color: white;
}

#maincol td {
	color: #C5CEE7;
}

#maincol li {  /* List items in the main column */
	color: #C5CEE7;
	margin-left: 10px /* This margin acts as an indent for each list item.  Indenting the whole list doesn't work well in IE. */
}

#maincol ol {   /* styles main area ordered(numbered) lists */
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 0.7em;
  line-height: 1.5em;
  list-style-type: decimal;
 }

.floatRight { float: right; }
.floatLeft { float: left; }
.floatCenter { text-align: center; }


	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

