body {
	margin: 0;
	padding: 0;
	background-color: #B5C1D6;
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-size: 75%;
	color: #334A6A;
	text-align: center;
	
}

a:link {
text-decoration: none;

}

a:hover {
text-decoration: underline;

}


#bannerMain {
	width: 760px;
	color: #6787BD;
	font-size: 125%;
	background-color: #80A3D8;
	background-image: url(../images/ui/bkg_bannermain.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 16px 0px;
	border: 1px solid #FFFFFF;
	text-align: left;

}

.panel {
	display: block;
	float: left;
	width: 124px;
	height: 145px;
	border: 1px solid #013366;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	font-weight: 600;
	font-size: 85%;
	text-align: right;
	padding: 0px;

}

.panel p{
	padding: 0;
	padding-right: 4px;
	margin: 0;

}
.panel a{
	border: 1px;
	text-decoration: none;
	display: block;
	color: #E6EEF2;
}

#bannerPanels a:link{
	border: 1px;
	text-decoration: none;
	display: block;
	color: #E6EEF2;
}

#bannerPanels img{
	border: 0px;
}

#bannerPanels a:hover{
	border: 1px;
	text-decoration: none;
	display: block;
	border-color: #FFFFFF;
	color: #E6EEF2;
}

#bannerPanels a:visited{
	border: 1px;
	text-decoration: none;
	display: block;
	color: #E6EEF2;
}

#contentMain {
	width: 760px;
	text-align: left;
	background-color: #CED5DF;
	border: 1px solid #FFFFFF;
	
}
#bannerPanels {
	height: 179px;
	width: 760px;
	position: relative;
	top: 38px;
	text-align: center;

}

#menu {
	width: 196px;
	left:16px;
	padding:4px;
	margin-right: 8px;
	text-align: left;
}

#menu .main{
	display: block;
	background-color: #FFFFFF;
	font-size: 115%;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	padding: 3px;
	padding-left: 8px;
	margin: 8px;
	margin-top: 16px;
	border-bottom-width: 3px;
	border-bottom-color: #698ED5;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #698ED5;
	border-right-color: #698ED5;
	border-left-color: #698ED5;
	width: 100%;

}
/* Reset the block size for Moz*/
	html>body #menu .main {
	width: auto;
	}


#menu .main:link{
	display: block;
	background-color: #FFFFFF;
	font-size: 115%;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	padding: 4px;
	border-bottom-width: 3px;
	border-bottom-color: #80A3D8;
}

#menu a:hover{
	background-color: #CEDAEB;
	border-left-color: #80A3D8;

}

#menu .sub{
	display: block;
	font-size: 100%;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	padding: 2px;
	padding-left: 16px;
	border-bottom-width: 1px;
	border-bottom-color: #E6EAF3;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6EAF3;
	border-right-color: #E6EAF3;
	border-left-color: #CED5DF;
	width: 85%;

}
/* Reset the block size for Moz*/
	html>body #menu .main {
	width: auto;
}

.article {
	width: 520px;
	left: 196px;
	background-color: #FFFFFF;
	margin: 16px;

}
/* Mozilla likes the articles to be positioned 'relative' */
html>body .article {
	position: relative;
	
}

.contentmain {
	width: 760px;
	text-align: left;
	background-color: #CED5DF;
	border: 1px solid #FFFFFF;
	
}

.contentmain h1{
	display: block;
	color: #688DD4;
	font-weight: normal;
	background-color: #F0F5FB;
	padding: 8px;
	padding-left: 42px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #688DD4;
	border-right-color: #688DD4;
	border-bottom-color: #688DD4;
	border-left-color: #688DD4;
	background-image: url(../images/bkg/article_default.jpg);
	background-repeat: no-repeat;
	background-position: left center;

}

.contentmain p{
	padding-left: 16px;
	padding-right: 16px;
}

.contentmain p.footer{
	background-color: #E1E5EB;
	border-top-width: 1px;
 	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D1DDF2;
	border-right-color: #D1DDF2;
	border-bottom-color: #D1DDF2;
	border-left-color: #D1DDF2;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
	clear: both;
}

.contentmain a{
	border: 0; 
	color: #0D345B;
	text-decoration: none;
	font-weight: bold;
}

.contentmain a img{
	border: 0; 
}

.contentmain a:hover{
	border: 0;
	color: #205AA3;
	text-decoration: underline;
	font-weight: bold;
}

.imgRight {
	float: right;
	padding: 6px;
}

.imgLeft {
	float: left;
	padding: 12px;
}

h3 {
	color: #688DD4;
	font-weight: normal;
	font-size: 130%;
	padding: 0px;
	margin-left: 12px;
	margin-right: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #688DD4;
	border-right-color: #688DD4;
	border-bottom-color: #688DD4;
	border-left-color: #688DD4;
}

hr {
	color: #688DD4;
	height: 1px;
	
}

table.footer {
	width: 760px;
	color: #013366;
	font-size: 100%;
	background-color: #80A3D8;
	margin: 0px;
	padding: 16px;
	border: 1px solid #FFFFFF;
	text-align: left;
}.small {
	font-size: 80%;
}

/* 	
	----------------------------------------------------------------------
	CARAMEL CREDIT LINK
	Styled paragraph and coloured link.
	---------------------------------------------------------------------- 
*/
#caramel {font-size:1em;margin-top:1em;}
#caramel a {color:#df0083;text-decoration:none;}
#caramel a:hover{text-decoration:underline;}






