﻿@charset "utf-8";
/* CSS Document */
 /* General styles */
    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%;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		background:#e8efeb;
    }
	#wrapper{
		clear:both;
		width:1000px;
		margin-left:auto;
		margin-right:auto;
		margin-top:-15px;
	}   
	a {
    	color:#369;
	}
	a:hover, a:visited {
		color:#379bb2;
		
		/*background:#369;
		text-decoration:none;
		color: #3f476e;*/
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
		color:#379bb2;
    }
	
	h2 {
		position:relative;
		clear:both;
	}
	
    p {
        margin:.4em 0 .8em 0;	
        padding:0;
    }
	
	img {
		margin:10px 0 5px;
	}
	
	.blueborder {
		border:2px #3f476e solid;
		padding:2px;
		margin:5px;
	}
	
	/* Header styles */
    #header {
	
	    margin-left:auto;
		margin-right:auto;
        width:1000px;
		height:277px;
		margin-bottom:0;
		background:url(images/header2.jpg) no-repeat;
    }
	
	
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    overflow:hidden;	/* This chops off any overhanging divs */
		margin-left:auto;
		margin-right:auto;
		margin-top:0;
		background:#faf8f0;
		clear:both;
	}
	
	/* 1 column full page settings */
	.fullpage {
		width:1000px;
		margin-top:-2px;		
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 0 0;
		overflow:hidden;
	}
	.leftmenu {
		background:#fff;		/* right column background colour */
		color:#000000;
	}
	.leftmenu .colleft {
		right:77%;			/* right column width - orig:75% */
		background:#e7ead7;	/* left column background colour */
		/*background:#f4f4f4;	/* left column background colour*/
	margin-bottom:0px;	
	}
	.leftmenu .col1 {
		width:73%;			/* right column content width - orig:71%*/
		left:102%;
		background:#faf8f0;			/* 100% plus left column left padding - orig:102% */
	}
	.leftmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) - orig:21%*/
		left:6%;			/* (right column left and right padding) plus (left column left padding) - orig:6%*/
		margin-bottom:0;
	}
	
	.fullpage .col1 {
        clear:both;
		position:relative;
		width:1000px;
		margin-left:auto;
		margin-right:auto;
		margin-top:0;
		background:#faf8f0;
		overflow:hidden;
	}
	
	#maincontent{
		position:relative;
		clear:both;
	}
	#maincontent li {
	 margin-bottom:5px;
	}
	
	#content{
		margin-left:60px;
		margin-right:60px;
		text-align:left;
		margin-bottom:10px;
	} 
	
	#rightcontent{
		position:relative;
		float:right;
		margin-left:0px;
		margin-right:80px;
		width:680px;
		text-align:left;
		margin-bottom:10px;
	} 
	#leftcontent{
		position:relative;
		float:left;
		margin-left:80px;
		margin-right:0px;
		width:650px;
		text-align:left;
		margin-bottom:10px;
	} 
	#rightmain {
		position:relative;
		float:right;
	}	
	#leftmain {
		position:relative;
		float:left;
	}	
	
	/* Footer styles */
	#footer {
		position:relative;
		clear:both;
        margin-left:auto;
		margin-right:auto;
		margin-bottom:15px;
        width:1000px;
		height:112px;
		background:#faf8f0;
	}
    #footer p {
		margin:0;
		padding-top:35px;
		
    }
	#footer img {
		position:absolute;
		bottom:0px;
		right:0px;
		margin-bottom:0;
		margin-left:15px;
		margin-top:20px;
	}
	#footer .footertxt {
		position:absolute;
		bottom:25px;
		left:300px;
		right:300px;
		width:400px;
		text-align:center;
		font-size:70%;
		font-weight:500;
		color:#000;
		margin-top:20px;
	}
	
     #leftsidebar {
		position:relative;
		float:left;
		width:182px;
		margin:25px 25px 25px 30px ;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	#rightsidebar {
		position:relative;
		float:right;
		width:182px;
		margin:25px 60px 25px 25px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		/*border-top: 1px solid #006633;
		border-left: 1px solid #006633;
		border-right: 1px solid #006633;
		border-bottom: 1px solid #006633;*/
	}
	
	#sidebarContentTitle {
	width:100%;
	height:15px;
	/*background:#2b4954;*/
	background:#3f476e;
	/*font-weight:800;*/
	
	margin-top:25px;
	padding-top:4px;
	padding-bottom:4px;
	color:#fff;
	text-align:center;
	}
	
	#sidebarContent {
		padding:5px;
		padding-right:3px;
		border:thin #3f476e solid;
		font-size:90%;
	}
		
	#sidebarImg{
	margin:0 auto;
	}
	
	#sidebarImgTxt{
	text-align:center;
	font-size:11px;
	margin:5px 0;
	width:180px;
	}
	
	
#programheaderbox {
border-style: double;
border-color:#3f476e;
border-width:medium;
padding:5px;
color:#000000;
background-color:#e8efeb;
width:650px;
float:left;
margin:5px 15px 15px 0px;
}	
.progname {
    color:#3f476e;
	font-weight:800;
}

.progleader {
	clear:both;
	float:left;
    color:#000000;
	font-weight:bold;
}

.regform {
	float:right;
}

.progdates {
    clear:both;
    color:#000000;
}

.progheadings {
	 color:#3f476e;
	 font-weight:800;
	}
.linebreak {
/*position:relative;
clear:both;
float:left;*/
display:block;
}	
.bluetext {
	color:#3f476e;
}

#breadcrumb {
	position:relative;
	clear:both;
	float:right;
	margin:5px 50px 4px 10px;
	font-size:10px;
	
}