/* edited for col3 placement 3/10/10*/

	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#ffffff ;
		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 */
		text-align:center;
	}

     #Fixed {
   margin:0 auto;
   width:85%;   /* you can use px, em or % */
   text-align:left;

}



   	.content {
		margin:0;
		padding-top:.25em;
	}


    	/* Header styles */

	/* 'widths' sub menu */
	.headertop {
		clear:both;
		background:#ffff80;
		border-top:0px;			/*1px solid #4f585c; */
		margin:0;
		padding:3px 15px 3px 15px;
		text-align:right;
		
	}
    
    #Banner {
     clear:both;
      background:#ffffff;
      border-top:3px solid #4f585c;
      border-bottom:3px solid #4f585c;
    }

#Banner img{
width:100%;
}

 .leftmenu {
		background:#ffff80;		/* right column background colour */

	}
	.leftmenu .colleft {
		right:79%;			/* right column width */
		background:#ffff80;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:75%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}

 .header2 {
	background:#ffff80;	/* right column background colour */
	display:inline;
        border-bottom:0px; 			/* 1px solid #4f585c;*/

	}
	.header2 .colleft {
		right:55%;			/* right column width was 50%*/
		background:#ffff80;	/* left column background colour */

	}
	.header2 .col1 {
		width:45%;			/* right column content width */
		left:115%;			/*was 115%*/
		text-align:center;			/* 100% plus left column left padding */


	}
	.header2 .col2 {
		width:55%;			/* left column content width (column width minus left and right padding) was 50%*/
		left:8%;			/* (right column left and right padding) plus (left column left padding)was 6% */

	}


    	/* column container */
	.container1{
		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:.02em 0 .01em 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;
	}
	/* 3 Column blog style settings */
	.row {
		background:#ffffff;			/* right column background colour */
		padding:.25em 0 .25em 0;
	}
.row .colmid {
		right:28%;				/* width of the right column */
		background:#ffffff;		/* center column background colour */
        border-right:#b2b2b2 dotted 1px;

	}
	.row .colleft {
		right:36%;				/* width of the middle column */
		background:#ffffff;			/* left column background colour */


	}
	.row .col1 {
		width:31%;				/* width of center column content (column width minus padding on either side) */
		left:103%;				/* 100% plus left padding of center column */

	}
	.row .col2 {
		width:31%;				/* 32%Width of left column content (column width minus padding on either side) */
		left:34%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */

	}
	.row .col3 {
		width:24%;				/* Width of right column content (column width minus padding on either side) */
		left:75%;				/* 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) */


	}
.row .line {
border-top:#b2b2b2 dotted 1px;}
.menubottom {
   clear:both;
   background:#ffff80;
		float:left;
		width:100%;
		border-top:1px solid #4f585c;
        text-align:center;
}



	/* Footer styles */
	.footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #4f585c;
        text-align:center;
	}


	/*Section/Article Holder content style settings */
	.artholdertop {
		clear:both;
		border-top:1px solid #4f585c;
        		border-bottom:1px solid #000000;
		margin:0;
		padding:3px 15px 3px 15px;
		text-align:right;
	}
	
	

	.artholder {
		background:#ffffff;		/* right column background colour */
		padding:.25em 0 .25em 0;
	}
	.artholder .colmid {
		right:27%;				/*was 25% width of the right column */
		background:#ffffff;		/* center column background colour */
        border-right:#b2b2b2 dotted 1px;

	}
	.artholder .colleft {
		right:47%;				/* was 50%width of the middle column */
		background:#ffffff;			/* left column background colour */

	}
	.artholder .col1 {
		width:45%;				/* was 46% width of center column content (column width minus padding on either side) */
		left:100%;				/* was 102% 100% plus left padding of center column */

	}
	.artholder .col2 {
		width:21%;				/* Width of left column content (column width minus padding on either side) */
		left:29%;				/* was 31%width of (right column) plus (center column left and right padding) plus (left column left padding) */

	}
	.artholder .col3 {
		width:26%;				/* was 24% Width of right column content (column width minus padding on either side) was 21px*/
		left:83%;	/*was 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) */


	}
    /*ArticlePage style settings*/
     .artpage {
		background:#ffffff;		/* right column background colour */
		padding:.25em 0 .25em 0;
	}
    .artpage .colleft {
		right:28%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.artpage .col1 {
		width:72%;			/* left column content width (left column width minus left and right padding) */
		left:28%;			/* (right column width) plus (left column left padding) */
		 border-right:#b2b2b2 dotted 1px;
		 padding-right:9px; /*3-10-10 was 15px*/
	}
	.artpage .col2 {
		width:26%;/*3-10-10 was 24% width:21%;*/			/* right column content width (right column width minus left and right padding) */
		left:30%;  /*28%;*/ /*left:31%;*/			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}

	.arttext {
	padding-right:10px;}
	
/* lucy1 layout 43% 29% 28%-sidebar */
	.lucy1 {
		background:#ffffff;			/* right column background colour */
		padding:.25em 0 .25em 0;
	}
	.lucy1 .colmid {
		right:28%;				/* width of the right column */
		background:#ffffff;		/* center column background colour */
        	border-right:#b2b2b2 dotted 1px;

	}
	.lucy1 .col2 {
		width:43%;				/* Width of left column content (column width minus padding on either side) */
		left:34%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */

	}
	.lucy1 .col3 {
		width:24%;				/* Width of right column content (column width minus padding on either side) */
		left:65%;				/* 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) */


	}
	/* lucy2 layout 29% 43% 28%-sidebar */
	.lucy2 {
		background:#ffffff;			/* right column background colour */
		padding:.25em 0 .25em 0;
	}
	.lucy2 .colmid {
		right:28%;				/* width of the right column */
		background:#ffffff;		/* center column background colour */
        	border-right:#b2b2b2 dotted 1px;

	}
	.lucy2 .colleft {
		right:43%;				/* width of the middle column */
		background:#ffffff;			/* left column background colour */


	}
	.lucy2 .col1 {
		width:39%;				/* width of center column content (column width minus padding on either side) */
		left:103%;				/* 100% plus left padding of center column */

	}
	.lucy2 .col2 {
		width:24%;				/* Width of left column content (column width minus padding on either side) */
		left:34%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */

	}
	.lucy2 .col3 {
		width:24%;				/* 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) */
							}

	/*lucy3 25% 47% 28%-sidebar*/
	.lucy3 {
		background:#ffffff;			/* right column background colour */
		padding:.25em 0 .25em 0;
	}
	.lucy3 .colmid {
		right:28%;				/* width of the right column */
		background:#ffffff;		/* center column background colour */
        	border-right:#b2b2b2 dotted 1px;

	}
	.lucy3 .colleft {
		right:47%;				/* width of the middle column */
		background:#ffffff;			/* left column background colour */


	}
	.lucy3 .col1 {
		width:43%;				/* width of center column content (column width minus padding on either side) */
		left:103%;				/* 100% plus left padding of center column */

	}
	.lucy3 .col2 {
		width:21%;				/* Width of left column content (column width minus padding on either side) */
		left:34%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */

	}
	.lucy3 .col3 {
		width:26%;				/* was 24% Width of right column content(column width minus padding on either side) */
		left:86%;				/* 3-10-10 was 87% 3-8-10 was 85%*/
	}
	
	/* lucy4 layout 47% 25% 28%-sidebar */
	.lucy4 {
		background:#ffffff;			/* right column background colour */
		padding:.25em 0 .25em 0;
	}
	.lucy4 .colmid {
		right:28%;				/* width of the right column */
		background:#ffffff;		/* center column background colour */
        	border-right:#b2b2b2 dotted 1px;

	}
	.lucy4 .colleft {
		right:25%;				/* width of the middle column */
		background:#ffffff;			/* left column background colour */


	}
	.lucy4 .col1 {
		width:21%;				/* width of center column content (column width minus padding on either side) */
		left:103%;				/* 100% plus left padding of center column */

	}
	.lucy4 .col2 {
		width:43%;				/* Width of left column content (column width minus padding on either side) */
		left:34%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */

	}
	.lucy4 .col3 {
		width:24%;				/* Width of right column content (column width minus padding on either side) */
		left:65%;				/* 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) */
	}

/*lucy5 layout 36%-left and middle 28%-sidebar*/

	.lucy5 {
		background:#ffffff;			/* right column background colour */
		padding:.25em 0 .25em 0;
	}
	.lucy5 .colmid {
		right:28%;				/* width of the right column */
		background:#ffffff;		/* center column background colour */
        	border-right:#b2b2b2 dotted 1px;

	}
	.lucy5 .colleft {
		right:36%;				/* width of the middle column */
		background:#ffffff;			/* left column background colour */


	}
	.lucy5 .col1 {
		width:32%;				/* width of center column content (column width minus padding on either side) */
		left:103%;				/* 100% plus left padding of center column */

	}
	.lucy5 .col2 {
		width:32%;				/* Width of left column content (column width minus padding on either side) */
		left:34%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */

	}
	.lucy5 .col3 {
		width:26%;				/* was 24% Width of right column content(column width minus padding on either side) */
		left:75%;				/* 3-10-10 was 76% 3-8-10 was 85%*/
	}
/*lucy6 layout 54% 18% 28%-sidebar*/
	.lucy6 {
		background:#ffffff;			/* right column background colour */
		padding:.25em 0 .25em 0;
	}
	.lucy6 .colmid {
		right:28%;				/* width of the right column */
		background:#ffffff;		/* center column background colour */
        	border-right:#b2b2b2 dotted 1px;

	}
	.lucy6 .colleft {
		right:18%;				/* width of the middle column */
		background:#B0C8CF;			/* left column background colour */


	}
	.lucy6 .col1 {
		width:14%;				/* width of center column content (column width minus padding on either side) */
		left:103%;				/* 100% plus left padding of center column */

	}
	.lucy6 .col2 {
		width:50%;				/* Width of left column content (column width minus padding on either side) */
		left:34%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */

	}
	.lucy6 .col3 {
		width:26%;				/*was 24% Width of right column content (column width minus padding on either side) */
		left:57%;				/* 3-10-10 was 58% 3-8-10 was 85%*/
	}
	
/*lucy7 layout 18% 54% 28%-sidebar*/
	.lucy7 {
		background:#ffffff;			/* right column background colour */
		padding:.25em 0 .25em 0;
	}
	.lucy7 .colmid {
		right:28%;				/* width of the right column */
		background:#ffffff;		/* center column background colour */
        	border-right:#b2b2b2 dotted 1px;

	}
	.lucy7 .colleft {
		right:54%;				/* width of the middle column */
		background:#ffffff;			/* left column background colour */


	}
	.lucy7 .col1 {
		width:50%;				/* width of center column content (column width minus padding on either side) */
		left:103%;				/* 100% plus left padding of center column */

	}
	.lucy7 .col2 {
		width:14%;				/* Width of left column content (column width minus padding on either side) */
		left:34%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */

	}
	.lucy7 .col3 {
		width:24%;				/* Width of right column content (column width minus padding on either side) */
		left:94%;				/* 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) */
				}				
/*lucy8 layout 40% 32% 28%-sidebar*/
	.lucy8 {
		background:#ffffff;			/* right column background colour */
		padding:.25em 0 .25em 0;
	}
	.lucy8 .colmid {
		right:28%;				/* width of the right column */
		background:#ffffff;		/* center column background colour */
        	border-right:#b2b2b2 dotted 1px;

	}
	.lucy8 .colleft {
		right:32%;				/* width of the middle column */
		background:#ffffff;			/* left column background colour */


	}
	.lucy8 .col1 {
		width:28%;				/* width of center column content (column width minus padding on either side) */
		left:103%;				/* 100% plus left padding of center column */

	}
	.lucy8 .col2 {
		width:36%;				/* Width of left column content (column width minus padding on either side) */
		left:34%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */

	}
	.lucy8 .col3 {
		width:24%;				/* 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) */
	}

/*lucy9 layout 32% 40% 28%-sidebar*/
	.lucy9 {
		background:#ffffff;			/* right column background colour */
		padding:.25em 0 .25em 0;
	}
	.lucy9 .colmid {
		right:28%;				/* width of the right column */
		background:#ffffff;		/* center column background colour */
        	border-right:#b2b2b2 dotted 1px;

	}
	.lucy9 .colleft {
		right:40%;				/* width of the middle column */
		background:#ffffff;			/* left column background colour */


	}
	.lucy9 .col1 {
		width:36%;				/* width of center column content (column width minus padding on either side) */
		left:103%;				/* 100% plus left padding of center column */

	}
	.lucy9 .col2 {
		width:28%;				/* Width of left column content (column width minus padding on either side) */
		left:34%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */

	}
	.lucy9 .col3 {
		width:24%;				/* Width of right column content (column width minus padding on either side) */
		left:80%;				/* 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) */
	}
	.blue {
	background:#d3eefa;
	width:95%;
	}/* edited for lucy layout 3/6/10*/