/* ---- COLOUR SCHEME --- */

body {
	margin-top:10px;
	background-color: #004e76;
	background-image:url(gradient.jpg);
	background-repeat:repeat-x;
}


/* ---- TYPE --- */

/* basic type */
body, td, p, input, select, h1, h2, h3, h4, h5, h6, div {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 15px;
}
h1 {
	font-size: 21px;
	line-height: 24px;
}
h2 {
	font-size: 18px;
	line-height: 21px;
}
h3  {
	font-size: 15px;
	line-height: 18px;
}
h4 {
	font-size: 12px;
	line-height: 14px;
}
h5  {
	font-size: 11px;
	line-height: 14px;
}
h6 {
	font-size: 10px;
	line-height: 14px;
	text-transform:uppercase;
}
p {
	margin-top:1em;
}


/* fonts used in the navigation */
.navlinks, .navlinkson {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 12px;
}
.navleft1, .navleft1current, .navleft1currenton, .navleft2, .navleft2current {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 14px;
}


/* type colour */
a {
	color:#004e76;
	font-weight:bold;
	text-decoration:none;
}
a:hover, a:visited hover {
	color:#ffffff;
	background-color: #004e76;
}

h1 {
	color:#000000;
	margin-top:0px;
	font-weight:normal;
}
h2 {
	color:#000000;
	font-weight:normal;
}
h3  {
	color:#000000;
	/*font-weight:normal;*/
}
h4 {
	color:#000000;
	/*font-weight:normal;*/
}
h5  {
	color:#000000;
	/*font-weight:normal;*/
}
h6 {
	/*font-weight:bold;*/
}


/* page and main columns widths */
.layout {
	width:100%;
}
.layoutleft {
	padding-left:8px;
	padding-right:8px;
	padding-top:8px;
}
.layouttop {
	width:100%;
}
.layouttopleft {
	width:16px;
	height:16px;
	background-image:url(layouttopleft.gif);
}
.layouttopmiddle {
	height:16px;
	background-color:#ffffff;
}
.layouttopright {
	width:16px;
	height:16px;
	background-image:url(layouttopright.gif);
}
.layoutbottom {
	width:100%;
}
.layoutbottomleft {
	width:16px;
	height:24px;
	background-image:url(layoutbottomleft.gif);
	background-repeat:no-repeat;
}
.layoutbottomright {
	width:16px;
	height:24px;
	background-image:url(layoutbottomright.gif);
	background-position:right;
	background-repeat:no-repeat;
}


/* banner area at the top of pages if no image is used*/
.banner {
	background-color:#ffffff;
	border-bottom:8px solid #000000;
}
.bannertext {
	padding-left:22px;
	font-weight: normal;
	color:#000000;
}

/* footer area */
.footer {
	width:100%;
}
.footerlogo {
	width:20%;
	height:45px;
	text-align:right;
	background-image:url(poweredbyywd.gif);
	background-repeat:no-repeat;
}
.footerlogo a:hover {
	background-color:transparent;
}


/* ---- CONTENT --- */

/* content area */
.contenttable {
	background-color:#ffffff;
	width:100%;
}
/*.rightcol p {
	margin-top:10px;
}*/

/* main content column */
.contentmaincol {
	background-color:#ffffff;
}



/* ---- NAVIGATION --- */

/* left navigation */
.leftcol {
	background:#99b8c8;
	border-left:8px solid #000000;
}
.navleft {
	background-color:#b3cad6;
}
.navleft1, .navleft1current {
	color: #000000;
	font-weight: bold;
	display:block;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom:1px dotted #d9e5eb;
}
.navleft1current {
	color:#000000;
	background-color:#ffffff;
	font-weight:bold;
	border-bottom:2px solid #000000;
}
.navleft2, .navleft2current {
	color: #000000;
	font-weight: normal;
	display:block;
	width: 100%;
	height:100%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom:1px dotted #d9e5eb;
}
.navleft2current {
	color:#000000;
	background-color:#ffffff;
	font-weight:normal;
	border-bottom:1px dotted #000000;
}
.navleft1:hover, .navleft2:hover {
	color: #000000;
	background-color:#d9e5eb;
}
.navleft1current:hover, .navleft2current:hover {
	color: #000000;
	background-color:#ffffff;
}


/* top navigation bar - used by linear navigation */
.linearnavbar, .linearnavbarsearch {
	width:100%;
	height:2em;
	text-align:right;
	vertical-align:top;
	margin-left:0;
	margin-right:0;
	margin-top:0.5em;
	margin-bottom:0;
}
.linearnavbarsearch {
	height:2.5em;
}
.linearnavbar td, .linearnavbarsearch td {
	padding-top:0em;
	padding-bottom:0em;
	padding-left:0.5em;
	padding-right:0.5em;
	text-align:right;
	vertical-align:top;
}
.linearnavbar td a, .linearnavbarsearch td a {
	color:#ffffff;
	font-weight:normal;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
}
.linearnavbar td a:hover, .linearnavbarsearch td a:hover {
	color:#ffffff;
	background-color:#000000;
}
.linearnavbar form, .linearnavbarsearch form {
	margin:0px;
	padding:0px;
}

/* tertiary navigation - usually at the bottom */
.tertiarynav {
	padding-left:18px;
	color:#dddddd;
}
.tertiarynav a {
	color:#ffffff;
	font-weight:normal;
}
.tertiarynav a:hover {
	color:#ffffff;
	background-color:#000000;
}


/* links at the bottom of content area */
.contentbottomlinks {
	margin-top:30px;
}
.contentbottomlinks table td {
	padding:4px;
	border-top:1px dotted #666666;
}	
.contentbottomlinks a {
	background-color:#ffffff;
	border:1px solid #ffffff;
}
.contentbottomlinks a:hover {
	background-color:#ffffff;
	border:1px solid #0054a6;
}

.topofpagelink {
	background-image:url(topofpage.gif);
	background-repeat:no-repeat;
	background-position: center;
	padding-left: 10px;
	padding-top:3px;
}
.printerfriendlylink {
	background-image:url(printerfriendly.gif);
	background-repeat:no-repeat;
	background-position: center;
	padding-left: 10px;
	padding-top:3px;
}


/* ---- PAGE WIDTH --- */

/* wrapper div (width) */
#wrapper {
	width:946px;
	position:relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


/* ---- TOOLS --- */

