﻿@import url(layout.css);
body {
/*	background-color: #ffffcc; /* Colour of side panels cccc99, ffffcc*/ 
/*	background-image: url('../images/bg/LINEN2.PNG'); */
/*	background-image: url('../images/bg/STRT_11S.PNG'); */
/*	background-image: url('../images/bg/SLATE.PNG'); */
/*	background-image: url('../images/bg/PH03919I.jpg'); */ 
/*	background-image: url('../images/bg/PH03519I.jpg'); */
/*	background-image: url('../images/bg/j0313727.jpg'); */
/*	background-image: url('../images/bg/WB00421_.jpg'); */
	background-image: url('../images/bg/d36.jpg'); 
/*	background-image: url('../images/bg/j0313961.jpg'); */
/*	background-image: url('../images/bg/PH03543I.jpg'); */
/*	background-image: url('../images/bg/XPD_22.PNG'); */
/*	background-image: url('../images/bg/PASS_10.PNG'); */
/*	background-image: url('../images/bg/BLUMARBL.PNG');*/
	background-repeat:repeat;
}
#container {
	background-color: white;   
	width: 794px;
	margin: 0 auto;
	border-top: 0;
	border-right: 3px solid #330066;
	border-bottom: 0;
	border-left: 3px solid #330066;
	list-style:square;
}
#masthead {
	color: white;
	font-size: 12px;
 	font-family: "Arial" Helvetica, sans-serif; 
	text-align: right;
	background-color: #cccc00;
	width: 794px;
}
#navigation {
	background-color: #330066;
	overflow: hidden;
}
#column_l {   /* sets the styles within the main panel and bulleted lists*/
	background-color: #ffffff;   
	color: black;
	font-size: 12px;
 	font-family: "Arial" Helvetica, sans-serif; 
	width: 562px;
	margin: 0;
	padding: 0 10px;
	margin-top:20px;
	margin-bottom:20px;
}
#column_l p {  /* Styles for text in left hand panel*/
	font-size: 12px;
	list-style-type:square;
	margin-top:10px;
}
#column_r {   /* Styles for the right hand panel */
	width: 189px;
	margin: 0;
	float: right;
	color: black;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:6px;
	padding-top:6px;
	background-color:#cccc99;
	position: relative;
	font-size: 11px;
 	font-family: "Arial", Helvetica, sans-serif; 
}
#column_r p {
	color: white;
	font-family:"Arial";
	font-size: 16px;
	margin: 10px;
}
#footer {
	width: 794px;
	text-align: center;
	background-color: #330066;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Content */
h1 {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: x-large;
	color: #330066;
}
h2 {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: large;
	color: #330066;
}
h3 {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: medium;
	color: #330066;
}
h4 {
	font-size: small;
	color: #330066;
}
h5 {
	font-size: x-small;
	color: #330066;
}
h6 {
	font-size: xx-small;
	color: #330066;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 10px 10px 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	font-size: 11px;
	font-weight:bold;
	font-family: "Arial" Helvetica, sans-serif; 
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #666666;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
	border: 1px solid #330066;
	background-color: #cccc00;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
 	font-family: "Arial" Helvetica, sans-serif; 
	line-height: 14px;
	color: #fff;
	margin: 3px;
	padding: 3px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #cccc00;
	text-decoration: underline;
}
/* Styles for Links */
a {
	color: #0000cd;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_question {
	font-weight: bolder;
	font-style:italic;
	color:#330066;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
