    body {
        margin:0;
        padding:0;
        font-size:18px;
		font-weight:bold;
		color:white;
		background-color:#003366;
}

	a {
		font-weight:bold;
		color:white;
		text-decoration:underline;
		}
		
	a:hover {
		font-weight:bold;
		color:red;
		text-decoration:underline;
		}
		
	#menu {
	padding-top:2px;
	padding-right:3px;
	padding-bottom:2px;
	padding-left:3px;	
	}
	
    #menu a {
	font-weight:bold;
	color:blue;
	background-color:#CCCCCC;
	text-decoration:none;
	padding-top:2px;
	padding-right:3px;
	padding-bottom:2px;
	padding-left:3px;
	visibility: visible;
		}
	#menu a:hover {
	    font-weight:bold;
		color:red;
		background-color:#ffffff;
		text-decoration:underline;
	padding-top:2px;
	padding-right:3px;
	padding-bottom:2px;
	padding-left:3px;	
		}

    #header {
		width:100%;
		overflow:hidden;
		background-color:#003366;
    }
	#header p,
	#header h1,
	#header h2 {
		width:96%;
		margin:0;
		padding:.4em 2% .1em 2%;
	}
	


	.colmask {
		clear:both;
		float:left;
		width:100%;
		overflow:hidden;
	}

	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:.5em 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (right menu) settings */
	.rightmenu {
		background:#003366;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:25%;				/* right column width */
		background:#003366;		/* 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) */
	}
	.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) */
	}
	/* Footer styles */
	#footer {
        clear:both;
        padding:1em 2%;
		border-top:1px solid #ccc;
    }
