/* color scheme 4261Tw0w0w0w0 */
html, body {
	/*background-color: #0E0874;*/
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: large;
	font-family: Cambria,Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
body {
	background-image: url(gradient_body_background04.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	width: 90%;
/*	border: 2px solid #fff;  */
	margin: auto;

	}
img {
	border: 0px;
}
h1, h2, h3, h4, h5, h6{
	text-align: center;
}
h1{
	font-size: 2.1em;
	margin-top, margin-bottom: 1.5em;
}
h2{
	font-size: 1.9em;
	margin-top, margin-bottom: 1.2em;
}
h3{
	font-size: 1.7em;
	margin-top, margin-bottom: 1em;
}
h4{
	font-size: 1.6em;
	margin-top, margin-bottom: 0.6em;
}
h5{
	font-size: 1.4em;
	margin-top, margin-bottom: 0.4em;
}
h6{
	font-size: 1.2em;
	margin-top, margin-bottom: 0.2em;
}
h2, h3{
	text-align: left;
	margin-left: 7%;
}
sup{
	font-size: 0.6em;
}
hr{
	height: 5px;
	color:#ffc300;
	background-color: #ffc300;
}
p {
	line-height: 130%;
	text-align: justify;
	text-indent: 7%;
	margin: 0px;
	margin-top: 0.3em;
	
}
p.noindent{
	text-indent: 0px;
}
#time{
	color: red;
	margin: 5%;
	font-size: 2em;
	font-weight: bolder;
	text-align: center;
}
ul, ol{
	margin-top: 0px;
	}


#header {
/*	background-color: #300571;*/
	color: #ffc300;
	font-size: 34px;
	font-weight:900;
	vertical-align: middle;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Garamond,Calibri,Tahoma,Arial,Helvetica,sans-serif;
	letter-spacing: 0.1em;
	}
#subheader_top, #subheader_bottom {
	background-image: url(stripe02.png);
	background-repeat: repeat-x;  
	background-color: #ffc300;
	height: 25px;
}
#subheader{
	height: 75px;
	color: red;
	font: caption;
	font-size: 35pt;
	font-family: "Arial Black", Arial, Tahoma, Calibri, sans-serif;
	font-weight: 900;
	text-align: center;
	background-position: 100%;
}
#contentcontainer {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background-color: #679ED2; /* content background colour */
	background-image: url(background_patt_04.jpg);
	background-repeat: repeat;
	}
#content{
	float:left;
	width:76%;
	position:relative;
	left:84%; /* movment content column left  80% +2x1 padding menu + 2% padding content */
	overflow:hidden;
	padding-bottom: 3%;
	padding-top: 3%;	
/*	border: thin solid black; */
}
#menucontainer {
	float:left;
	width:100%;
	position:relative;
	right:80%; /* movment background menu column left */
	/*background-color: #554DD8; /* menu background colour */
	background-image: url(background_patt_03.jpg);
	background-repeat: repeat;
}
#menu {
	float:left;
	width:18%; /* width 20% - 2 x 1% for padding */
	position:relative;
	left:81%; /* movment menu column left +1% padding*/
	overflow:hidden;
}
#header_img {
	 height: 153px;
	 width:  660px;
}
span.menu {
	
}
#menu a {
	display:block;
/*	background-color: white;*/
	color: #ffc300;
	padding: 0;
	border-left:  10px solid #ffc300;
	text-align: left;
	padding: 3%;
	text-decoration: none;
	margin: 3% 0% 3% 0%;
	background-color: #300571;
/*	background-image: url(gradient_button02.png);
	background-repeat: repeat-x 0 50%; */
/*	background-position: center;*/
/*	background-attachment: fixed;
	background-position: inherit;*/
}
#menu a:visited {
	border-left:  10px solid #b9b9b9;
	color: #b9b9b9;
/*	background-color: blue;*/
/*	background-image: url(gradient_button_visited01.png);
	background-repeat: repeat-x 0 50%;*/
/*	background-position: center;
	background-color: inherit;*/
/*	background-attachment: fixed;*/

}
#menu a:hover {
	border-left:  10px solid red;
/*	border-top: 3px solid #679ed2;
	border-bottom: 3px solid #300571;
	border-right: 3px solid #300571;*/
	color: yellow;
	background-color: #554DD8;
/*	background-image: url(gradient_button_hover02.png) !important;
	background-repeat: repeat-x 0 50%; */
	/*background-position: center;*/
	/*background-attachment: fixed; */
}

#menu ul, #menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	background-color: #300571;
	color: White;
	border-top: solid 10px #ffc300;
	height: 20px;
	text-align: center;
	font-size: small;
}

