    /* <!-- */
    /* General styles */
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#ffffcc;
        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: 10pt;
		height: 100%;
    }
	a {
    	color:#0033cc;
    	FONT-FAMILY: verdana, arial, sans-serif;
    	font-size: 10pt;	
	}
	a:hover {
		color:#000;
		background:#cccc99;
		text-decoration:none;
	}
	a:visited {
		color: #000000;
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
     p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
    td {
    	FONT-FAMILY: verdana, arial, sans-serif;
    	font-size: 10pt;
	}
   
	/* Header styles */
    #header {
        clear:both;
      	float:left;
        width:100%;
        background-color: f1ecac;
        background-image: url('../images/Avenue-N-Bg-For_Banner-v2.png');
		background-repeat: repeat-x;
		height: 10%;
    }
	#header h1,
	#header h2 {
	    padding:.4em 0px 0 0px;
        margin:0;
	}
	#header p {
		padding: 0 0 0 0;
		margin: 0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:0 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 3px;
	    padding:1px 12px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
		font-family: Verdana;
		font-size: 8pt;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	#header ul li a:hover {
	    background:#000;
		color:#fff;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	    border-top: 1px solid #000;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	#header ul li a span {
	    display:block;
	}
	.header div {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#ffffcc;
		border-top:1px solid #000;
		margin:0;
		padding:0px 0px !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 */
	.colmid {
		float:left;
		width:100%;				/* width of page */
		position:relative;
		font-family: Verdana;
		font-size: 10pt;
	}
	.colright,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
		font-family: Verdana;
		font-size: 10pt;
	}
	.col1 {
	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;
	}

	.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 */
		
	}
	.col2 p {
		font-weight: bold;
		font-size: 12pt;
		border-bottom:1px solid #000;
	}
	
	/* 2 Column (double page) settings */
	.doublepage {
		background:#ffffcc;		/* right column background colour */
	}
	.doublepage .colleft {
		right:50%;				/* right column width */
		background:#ffffcc;		/* 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 */
	}
	.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) */
	}
	
	/* 2 Column (double page topics index) settings */
	.doublepageTopics {
		background:#ffffcc;		/* right column background colour */
	}
	.doublepageTopics .colleft {
		right:55%;				/* right column width */
		background:#ffffcc;		/* left column background colour */
	}
	.doublepageTopics .col1 {
		width:41%;				/* left column content width (column width minus left and right padding) */
		left:62%;				/* right column width plus left column left padding */
	}
	.doublepageTopics .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) */
	}

	/* 2 Column (double page bulletin index) settings */
	.doublepageBulIndex {
		background:#ffffcc;		/* right column background colour */
	}
	.doublepageBulIndex .colleft {
		right:60%;				/* right column width */
		background:#ffffcc;		/* left column background colour */
	}
	.doublepageBulIndex .col1 {
		width:36%;				/* left column content width (column width minus left and right padding) */
		left:62%;				/* right column width plus left column left padding */
	}
	.doublepageBulIndex .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) */
	}
	
	/* 3 Column settings */
	.threecol {
		background:#ffffcc;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;				/* width of the right column */
		background:#ffffcc;		/* center column background colour */
		font-size: 80%;
	}
	.threecol .colleft {
		right:50%;				/* width of the middle column */
		background:#ffffcc;		/* 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) */
	}
	
	/* Full page settings */
	.fullpage {
		background:#ffffcc;		/* page background colour */
	}
	.fullpage .col1 {
		width:96%;				/* page width minus left and right padding */
		left:2%;				/* page left padding */
	}
	
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
		/* border-bottom:1px solid #000;
		background-color: f1ecac;
        background-image: url('../images/Avenue-N-Bg-For_Banner-v2.png');
		background-repeat: repeat-x; */	
    }
    
    #footer-samp {
        clear:both;
        position: absolute;
        bottom: 0;
        float:left;
        width:100%;
		border-top:1px solid #000;
		background-color: f1ecac;
        background-image: url('../images/Avenue-N-Bg-For_Banner-v2.png');
		background-repeat: repeat-x;	
    }

    #footer p {
        padding:10px;
        margin:0;
        font-family: Verdana;
        font-size: 8pt;
    }
    
    #smLink {
		font-size: 8pt;
	}

    
	#brownbox {
		border:1px solid;
		padding:10px;
		background: #F1ECAC;
		width:180px;
	}
	
	#brownbox div {
		padding:2px;
		background: #fff;
		font-size: 10pt;
	}
	
	#bulletinFrame {
		margin-right:auto;
		margin-left:auto;
		border:1px solid #000;
		padding:10px;
		background: #ffffff;
		width: 640px;
	}
	
	#bulletinFrame div {
		margin-right:auto;
		margin-left:auto;
		border:2px solid #000;
		padding:7px;
		background: #ffffff;
		width: 600px;
	}
	
	#bulletinSub {
		font-size: 12pt;
		font-style: italic;
	}
	
	#bulletinAvenueN {
		font-size: 12pt;
		font-style: bold;
		text-align: left;
	}
	
	#bulletinDate {
		font-size: 12pt;
		font-style: bold;
		text-align: right;
	}


	
	




	
    /* --> */