    /* General styles */
    body {
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        background:#fff;
        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-family: verdana;
		font-size: 12px;
		line-height: 1.4em;
    }
	a {
    	color:#369;
	}
	a:hover {
    	color:#369;
		text-decoration:none;
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
		line-height: 1.2em;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
		
	}
	/* Header styles */
	
    #header2 {
        float:right;
        height: 114px;
    }
	#header2 {
		border-bottom:1px solid #000;
		margin-bottom: 10px;
		background-color:#F7F6F2;
		font-family: Arial;
		font-size:1.2em;		
	}	
	
	#header2 p 
	{
	    text-align: right;
		padding-right: 5px;
	}
    #header {
        clear:both;
        float:left;
        width:100%;
    }
	#header {
		border-bottom:1px solid #000;
		margin-bottom: 10px;
		background-color:#F7F6F2;
		font-family: Times;
		font-size:1.4em;		
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:0;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 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 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#000;
	    color:#fff;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
    top: 0px;
}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	/* '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 and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}

    /* 2 column right menu settings */
	.homepageLead {
	    background:#000;
        color:#fff;
		background-image:url('images/bg_homepageLead.gif');
		background-repeat:no-repeat;
	}
	.homepageLead .colleft {
        float:left;
        width:200%;
        margin-left:-300px;
        position:relative;
        right:100%;
    }
    .homepageLead .col1wrap {
	    float:left;
	    width:50%;
	    position:relative;
	    left:50%;
	    padding-bottom:1em;
	}
	.homepageLead .col1 {
        margin:0 5px 0 305px;
        overflow:hidden;
	}
    .homepageLead .col2 {
        float:right;
        width:270px;
        position:relative;
        left:265px;
    }
    /* 1 column full page settings */
	.fullpage {
	    background:#fff;
	}
	.fullpage .col1 {
        margin:0 15px;
	}
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
    }
    #footer p {
        padding:10px;
        margin:0;
        font-size: x-small;
    }
    
	.financeNews {float: right; width: 300px; margin-left:10px;
    text-align: right;
}
	.financeNews h1{font-size: 16px;}
.financeNews .rss_item {margin-bottom: 10px; font-size: 12px;}
.financeNews b .rss_item{display:none;}
.financeNews ul, li {margin:0px;}

#page {
margin-left:auto;
margin-right:auto;
width:1150px;
}

#leftFload {
    margin: 90px auto;
    float: left;
    width: 200px;
    height: 500px;
}

#container {
    margin-left:auto;
    margin-right:auto;
    width:750px;
    float:left;
}

#rightFload {
    margin: 90px auto;
    float: right;
    width: 200px;
    height: 500px;
    text-align: right;
}

.sideImages {
    width: 150px;
    clear: both;
    padding-bottom: 30px;
}
