    /* <!-- */
    /* 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%;
    }
	a {
    	color:#2E8B9B;
text-decoration: none;
	}
a img {
border: none;
}
	#navbar a.current {
		color:#fff;
		text-decoration:none;
background: #41C4DD;
	}
    h1, h2, h3 {
        padding:0;
        color: #01535E;
        font-family: 'BebasRegular',Arial,sans-serif;
        word-spacing: 0.2em;
    }
    h1 {
         padding-top: 25px;
    }
    h2, h3 {
        margin:1em 0 .2em 0;
    }
    ol h1,h2,h3 {
        margin: 0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
    }
#logo_top {
        float:left;
height: 138px;
width: 157px;
}
#logo_bottom {
float: left;
clear: left;
height: 24px;
width: 157px;
}
#header a img {
border: none;
margin: 0;
padding: 0;
}
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    float:left;
background: #00535e;
	    width:803px;
	    list-style:none;
	    margin:0;
	    padding:0;
height: 23px;
margin-top: 1px;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 0px;
	    padding:0px 40px;
	    text-align:center;
	    background:#01535E;
	    color:#fff;
	    text-decoration:none;
	    position:relative;
	    left:15px;
	    line-height: 23px;
	}
	#header ul li a:hover {
	    background:#41C4DD;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#41C4DD;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}

	/* 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 */
padding-top: 19px;
background: white;
	}
	/* 2 column right menu settings */
	.rightmenu {
	}
	.rightmenu .colleft {
        float:left;
        width:200%;
        margin-left:-190px;
        position:relative;
        right:100%;

    }
    .rightmenu .col1wrap {
	    float:left;
	    width:50%;
	    position:relative;
	    left:50%;
	    padding-bottom:1em;
	}
	.rightmenu .col1 {
        margin:0 15px 0 215px;
        overflow:hidden;
	}
    .rightmenu .col2 {
        float:right;
        width:181px;
        position:relative;
        left:178px;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
    }
    #footer p {
        padding:10px;
        margin:0;
        text-align: center;
    }

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

span.required {
color: red;
font-weight: bold;
}

#petition_export th {
background: #EEEEEE;
}

div#sign_petition {
float: right;
margin-right: 23px;
height: 114px;
}

div#sign_petition {
text-align: center;
}
