body {
	font-family: "Lucida Bright", Georgia, serif;
	font-size: 1em;
	color: #333333;
	padding-top: 0px;
	margin: 0px;
	padding-left: 0px;
}

/* Positioning css */
#wrapper { min-width: 400px; }
          /* Always good to have on full width liquid CSS layouts, 
             google "min-width IE" for JS solutions there */

/* Setup (This all looks neater when it isn't put on display!) */

#wrapper {
	width: 100%;               /* total width */
}      

#header {
	width: 100%;
	position: relative;
	height: 90px;
	background-color: #101070;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#footer {
	position: relative;
	text-align: center;
	font-size: 80%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000099;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	height: 69px;

}

.outer {
	width: auto;
}
.outer {
	border-left-width: 134px;
	border-left-style: solid;
	border-left-color: #D0D0FF;
}

.inner {
 margin: 0; width: 100%; 
}

#navigation {
	position: relative;
	width: 124px;
	float: left;
	margin-left: -134px;
	padding-top: 28px;
	padding-bottom: 12px;
	padding-left: 10px;
	font-size: 70%;
	font-weight: bold;
	background-color: #D0D0FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#maincontent {
	float: left;
	width: 95%;
	position: relative;
	padding-top: 28px;
	padding-left: 18px;
	padding-bottom: 16px;
	margin-top: -1px;



}

/*  End positioning  */

.clear { clear: both; }

/* Link code  */
a:link, a:visited {
	color: #000099;
	text-decoration: underline;

}
a:hover, a:active {
	color: #501070;
}

#navigation a:link, #navigation a:visited {
	text-decoration: none;
	background-color: #A1A1FF;
	display: block;
	padding: 2px;
	width: 116px;
	color: #15154E;
}

#navigation a:hover, #navigation a:active {
	text-decoration: none;
	background-color: #DB92FF;
	display: block;
	padding: 2px;
	width: 116px;
	color: #15154E;
}

/*  End Link code  */


div.row {
	clear: both;
	padding-top: 1px;
	background-color: #996633;
}

/* Mozilla code */
.left { margin-right: 1px; }
.center { margin: 0 -8px 0 -2px; }
/* End Mozilla code */

/* Main format code */
p {
	font-size: 80%;
}

h1 {
	font-size: 100%;
	font-weight: bold;
	padding-top: 6px;
	color: #FFFFFF;
	background-color: #101070;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 1px;
}
h2 {
	font-weight: bold;
	color: #333333;
	font-size: 90%;
	padding-top: 6px;
	padding-left: 4px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #101070;
	margin-top: 28px;
	background-color: #D0D0FF;
}
h3 {
	font-size: 90%;
	color: #101070;
	margin-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #101070;
	padding-bottom: 2px;
}

#navigation ul {
	margin: 0 0 0em -.25em;
	padding: 0 0 2em;
	list-style-type: none;	
}
#navigation ul li {
	margin-bottom: 1.25em;
}
#navigation h2 {
	font-size: 100%;
	margin-bottom: 1em;


}
#maincontent ul {
	font-size: 80%;
}
#maincontent ul li {
	margin-bottom: 12px;
	margin-left: 12px;
}
#maincontent p {
	margin-left: 12px;
}
#maincontent dl dt {
	color: #101070;
	margin-left: 12px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 4px;
	margin-top: 2px;
}
#maincontent dl dd {
	margin-bottom: 12px;
	padding-left: 8px;
}
#maincontent dl dd ul {
	margin-top: .5em;
}

#maincontent dl dd li {
	font-size: 120%;
	line-height: 120%;
}

.published {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
	padding-left: 4px;



}
.dtbg {
	color: #101070;
	background-color: #FFFFC8;
	margin-left: 12px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 4px;
	margin-top: 2px;
}

.top {
	text-align: right;
	margin-bottom: 6px;
	clear: right;
	font-size: 70%;
	background-color: #FFFF99;
	padding: 2px;
}
.firstpara {
	font-size: 80%;
	font-weight: bold;
	color: #333333;
}
ol {
	font-size: 90%;
	padding-left: 8px;
	list-style-position: outside;
}

table {
	border: 1px solid #003399;
	margin-left: 48px;
}
th {
	font-size: 70%;
	font-weight: bold;
	border: 1px solid #003399;
	background-color: #FFCC00;
	color: #333333;
	text-align: left;
}
td {
	border: 1px solid #003399;
	font-size: 70%;
	background-color: #FFFFCC;
	vertical-align: top;
}
caption {
	font-size: 80%;
	font-weight: bold;
	background-color: #003399;
	color: #FFFFFF;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: left;
	padding-left: 4px;
}

dl {
	font-size: 80%;
}
dt {
	font-weight: bold;
	padding-left: 18px;
}

.imageright {
	text-align: center;
	float: right;
	width: 216px;
	border: none;
	font-size: 70%;
	padding: 8px;
	margin-left: 12px;
}
.contactdetails {
	font-weight: bold;
	background-color: #FFFFC8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #101070;
	margin-left: 40px;
	padding: 6px;
	font-size: 80%;
	line-height: 140%;
	margin-bottom: 20px;
	margin-top: 8px;
}
.hidden {
	display: none;
}

.sitemap {
	list-style-type: none;
	line-height: 28px;
}

.flashright {
	background-color: #FFCC99;
	padding: 6px;
	float: right;
	width: 248px;
	margin-bottom: 8px;
	margin-left: 8px;
	border: 2px solid #FF6600;
	font-size: 85%;
	text-align: left;
}
.highlight {
	color: #CC0000;
	font-weight: bold;
}

.pcenter {
	text-align: center;
}

.imageright240 {
	float: right;
	width: 240px;
	border: 1px solid #101070;
	margin-left: 8px;
}
.imageright190 {
	float: right;
	width: 190px;
	margin-left: 8px;
	margin-top: -6px;
	text-align: right;
	background-color: #FFFFFF;
}
.imageright190 image {
	border: 1px solid #101070;
}
.tel {
	text-align: center;
	margin-left: -12px;
	padding-top: 12px;
}
#maincontent #faqlist {
	border-bottom: 1px solid #000099;
	padding-bottom: 1em;
	margin-left: -.75em;
}

#maincontent #faqlist li {
	list-style: none;
	line-height: 60%;
}

.accessibility {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;

}
.accessibility table {
	margin-left: 48px;
	border: 1px solid #101070;
}
.accessibility th {
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #501070;
	border: 1px solid #101070;
}
.accessibility td {
	font-size: 70%;
	font-weight: bold;
	background-color: #FFFFC8;
	vertical-align: top;
	border: 1px solid #101070;
}
caption {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	background-color: #101070;
	color: #FFFFFF;

}

.sitemap ul {
	list-style-type: none;
	line-height: 120%;
}
#links {
	background-color: #EDC8FF;
	float: left;
	width: 42%;
	border: 1px solid #501070;
	margin-left: 1em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-bottom: 1em;


}
#links ul {
	margin: 0 0 0em;
	padding: 0 0 2em;
	list-style-type: none;
}
#links ul li {
	margin-bottom: 1.25em;
}
#articles {
	background-color: #EDC8FF;
	float: right;
	width: 42%;
	border: 1px solid #501070;
	margin-right: 1em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-bottom: 1em;


}
#articles ul {
	margin: 0 0 0em;
	padding: 0 0 2em;
	list-style-type: none;
}
#articles ul li {
	margin-bottom: 1.25em;
}
#articles ul li .published {
	font-size: 80%;
	padding-left: 12px;
}
