@charset UTF-8;
/* CSS Document */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	background: #B0C4DE;
	}
.program {
	line-height: 1.5em;
}
.contents {
	font-size: small;
	margin-left: -20px;
	font-weight: bold;
}
.reviews {
	font-size: smaller;}

	a {
		color:#369;
	}
a:hover   {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
	margin:.4em 0 .8em 0;
	padding:0;
	}
	img {
		margin:10px 0 5px;
	}

img[align="right"] {
margin: 0 0 4px 8px;
display: inline;
}
img[align="left"] {
margin: 0 8px 4px 0;
display: inline;
}
	/* Header styles */
	#header {
	clear:both;
	float:left;
	width:100%;
	height: 180px;
	border-bottom:1px solid #000;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	position: relative;
	}
	#centeredmenu {
	float:left;
	width:100%;
	clear:both;
	margin:0;
	padding:0;
	border-bottom:1px solid #000; /* black line below menu */
	width:100%;
	font-family:Verdana, Geneva, sans-serif; /* Menu font */
	font-size:90%; /* Menu text size */
	z-index:1000; /* This makes the dropdown menus appear above the page content below */
	position:relative;
	margin-top: 155px;
	}
	#centeredmenu ul {
	clear:left;
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	text-align:center;
	float:right;
	}
	#centeredmenu ul li {
	   display:block;
	   float:left;
	   list-style:none;
	   padding:0;
	   left:50%;
	   margin:0 0 0 1px;
	   float:left;
	   position:relative;
	   top:1px;
	}
	#centeredmenu ul li a {
	   display:block;
	   margin:0;
	   padding:.6em .5em .4em;
	   font-size:1em;
	   line-height:1em;
	   background:#ddd;
	   text-decoration:none;
	   color:#444;
	   font-weight:bold;
	   border-bottom:1px solid #000;
	}
	#centeredmenu ul li a:hover {
	background:#248;
	color:#fff;
	}
	#centeredmenu ul li a.active,
	#centeredmenu ul li a.active:hover {
	color:#fff;
	background:#000;
	cursor:default;
	}	
	#centeredmenu ul li.active a {
	   color:#fff;
	   background:#000;
	}
	#centeredmenu ul li a:hover {
	background:#248; /* Top menu items background colour */
	color:#fff;
	border-bottom:1px solid #03f;
	}
	#centeredmenu ul li:hover a,
	#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
	background:#248; /* Top menu items background colour */
	color:#fff;
	border-bottom:1px solid #248;
	}
	
	/* Submenu items */
	#centeredmenu ul ul {
	   display:none; /* Sub menus are hiden by default */
	   position:absolute;
	   top:2em;
	   left:0;
	   right:auto; /*resets the right:50% on the parent ul */
	   width:10em; /* width of the drop-down menus */
	}
	#centeredmenu ul ul li {
	   left:auto;  /*resets the left:50% on the parent li */
	   margin:0; /* Reset the 1px margin from the top menu */
	   clear:left;
	   width:100%;
	}
	#centeredmenu ul ul li a,
	#centeredmenu ul li.active li a,
	#centeredmenu ul li:hover ul li a,
	#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size:0.8em;
	font-weight:normal; /* resets the bold set for the top level menu items */
	background:#eee;
	color:#444;
	line-height:1.4em; /* overwrite line-height value from top menu */
	border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
	}
	#centeredmenu ul ul li a:hover,
	#centeredmenu ul li.active ul li a:hover,
	#centeredmenu ul li:hover ul li a:hover,
	#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background:#333; /* Sub menu items background colour */
	color:#fff;
	}
	
	/* Flip the last submenu so it stays within the page */
	#centeredmenu ul ul.last {
	   left:auto; /* reset left:0; value */
	   right:0; /* Set right value instead */
	}
	
	/* Make the sub menus appear on hover */
	#centeredmenu ul li:hover ul,
	#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
	   display:block; /* Show the sub menus */
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
.col1 {
	text-align: left;
}
	/* 3 Column settings */
	.threecol {
		background:#eee;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#f4f4f4;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
.mission    {
color:#0000bb;
}