
/* -------------------------------------------------------------------------------- */
	/* common column settings */
	/* Styles from Matthew James Taylor */
/* -------------------------------------------------------------------------------- */
/* column containesr */
.colleft,
.colmid,
.colright {
	float:left;
	position:relative;
	width:100%;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (right menu) settings */
.rightmenu {
	background:#d6d6d6;		/* right column background colour */
}
.rightmenu .colleft {
	right:25%;			/* right column width */
	background:#ddd;		/* left column background colour */
}
.rightmenu .col1 {
	width:71%;			/* left column content width (left column width minus left and right padding) */
	left:27%;			/* (right column width) plus (left column left padding) */
	padding-top:1em;
}
.rightmenu .col2 {
	width:21%;			/* right column content width (right column width minus left and right padding) */
	left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	padding-top:1em;
}
/* 3 EQUAL Column settings */
.threecol {
	background:#ccc;	/* right column background colour */
}
.threecol .colmid {
	right:33.333%;		/* width of the right column */
	background:#d6d6d6;	/* center column background colour */
}
.threecol .colleft {
	right:33.333%;		/* width of the middle column */
	background:#ddd;	/* left column background colour */
}
.threecol .col1 {
	width:27.33%;		/* width of center column content (column width minus padding on either side) */
	left:69.67%;		/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:27.33%;		/* Width of left column content (column width minus padding on either side) */
	left:75.67%;		/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:27.33%;		/* Width of right column content (column width minus padding on either side) */
	left:81.67%;		/* 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) */
}
/* HolyGrail 3-Column settings */
.holyGrail {
	background:#ccc;	/* right column background colour */
}
.holyGrail .colmid {
	right:25%;		/* width of the right column */
	background:#d6d6d6;	/* center column background colour */
}
.holyGrail .colleft {
	right:50%;		/* width of the middle column */
	background:#ddd;	/* left column background colour */
}
.holyGrail .col1 {
	width:46%;		/* width of center column content (column width minus padding on either side) */
	left:102%;		/* 100% plus left padding of center column */
}
.holyGrail .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) */
}
.holyGrail .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) */
}

/* 2 Column (double page) settings */
.doublepage {
	background:#d6d6d6;		/* right column background colour */
}
.doublepage .colleft {
	right:50%;			/* right column width */
	background:#ddd;	/* left column background colour */
}
.doublepage .col1 {
	width:46%;			/* left column content width (column width minus left and right padding) */
	left:52%;			/* right column width plus left column left padding */
	padding-top:1em;
}
.doublepage .col2 {
	width:46%;			/* right column content width (column width minus left and right padding) */
	left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	padding-top:1em;
}
/* Full page settings */
.fullpage {
	background-image: -ms-radial-gradient(left top, circle farthest-corner, #FFFFFF 0%, #CCC 100%); 		/* IE10 Consumer Preview */ 
	background-image: -moz-radial-gradient(left top, circle farthest-corner, #FFFFFF 0%, #CCC 100%);		/* Mozilla Firefox */ 
	background-image: -o-radial-gradient(left top, circle farthest-corner, #FFFFFF 0%, #CCC 100%);		/* Opera */ 
	background-image: -webkit-gradient(radial, left top, 0, left top, 993, color-stop(0, #FFFFFF), color-stop(1, #CCC));		/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-radial-gradient(left top, circle farthest-corner, #FFFFFF 0%, #CCC 100%);	/* Webkit (Chrome 11+) */ 
	background-image: radial-gradient(circle farthest-corner at left top, #FFFFFF 0%, #CCC 100%);		/* W3C Markup, IE10 Release Preview */ 

    background-repeat:no-repeat;    
	background-attachment:fixed;
}
.fullpage .col1 {
	width:96%;			/* page width minus left and right padding */
	left:2%;			/* page left padding */
	padding-top:1em;
}
/* -------------------------------------------------------------------------------- */
/* content styles */
/* -------------------------------------------------------------------------------- */
			
.myGreenSectionHeader  {
	font-family: Arial, Helvetica, sans-serif;		
	font-size: 1.4em;
	font-style: oblique;
	font-weight: bold;
	color: #009966;
	line-height: 125%;
}			
.myBlueLeadIn  { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.2em; 
	font-style: oblique; 
	font-weight: bold; 
	color: #009966;
	line-height: 125%;
}

.imageLeft  {
	float: left;
	margin: 0px 20 20px 0px;
}
.imageRight {
	float: right;
	margin: 0px 0px 20px 20px;
}
.imageCenter {
	margin:auto;
	display:block;
	width:50%;
}
.imageLeft a, .imageRight a{
	font-size:50%;
	padding-bottom:10px;
}
.centeredBoxOuter {
	position:relative;
	left:50%;
	float:left;
	clear:both;
	text-align:left;
}
.centeredBoxInner {
	position:relative;
	left:-50%;
	text-align:left;
	overflow:auto;
	padding:0;
}
	
/* -------------------------------------------------------------------------------- */
/* redefined default styles */
/* -------------------------------------------------------------------------------- */
p, li {
	font-family:Arial, Helvetica, sans-serif;
	color:#000066;
}
ul {
	list-style-type: disc;
	list-style-position:outside;
	float:left;
	padding: 0;
	margin: 0;
	margin-left: 40px;
	margin-bottom: 1em;
}
a {
	font-family: Arial, Helvetica, san-serif;
	text-decoration: underline;
}
a:link { /* Change the defaults */
	color: #3300FF;	
	}
a:visited { /* Change the defaults */
	color: #3300FF; 
	}
a:active { /* Change the defaults */
	color: #FFFF00;
	}
a:hover { /* Change the defaults */
	color: #FF0000; 
	}
/* -------------------------------------------------------------------------------- */
/* Specific Content Styles */
/* -------------------------------------------------------------------------------- */
p.quote	{
	padding-left: 80px;
	padding-right: 80px;
	font-style:oblique;
}	
