/*--------------------------------
	COLOURS USED IN THIS SITE

--Poster colors--
yellow f9e720
green aec311

-- Button blues
dark blue 0c4f86
middle blue 0860a8
light blue 2b8bd9

--page colors
heading red DC143C

--------------------------------*/


body {

	background: #fff url("images/bkg_grdnt.png") repeat-x top left; padding: 10px 0;

	background-repeat: repeat-x;
	background-position: top;

	color: #333;
	font-size: 13px;
	font-family:Verdana,Geneva,sans-serif;
	padding: 0;

}

a, a:visited {
	text-decoration: none;
	color: #0860a8;
	border-bottom:1px dotted #666;
	padding: 0 2px 1px 2px;
	font-weight:bold;
}

a:hover {
	background: #0860a8;
	color: #ffffff;
	text-decoration: none;
}

.sidebox{
	width:140px;
	border:#000000 1px solid;
	
}
.footer { 
    color:#666; 
/*  background: #fff url() repeat-x top left;  */
    padding: 5px 0 5px 0;	
	margin-right:0;
	margin-left:-10px;
	width:960px;
	text-align:center
  }

.footer p {
	font-size:10px;
	margin: 5px 10px 5px 10px;
	line-height: 15px;
}

.footer a { 
	color: #aac;
 	background:transparent; 
	font-weight: bold; 
}
.footer a:focus,
.footer a:hover, 
.footer a:active { 
	color: #211e56;
	background-color: transparent;
}

img.plain {
 border: 1px solid #868e9f;
 padding: 3px;
 background-color: #fff;
}
/*
.container_12 {
	background: #fff url(images/12_col.gif) repeat-y;
}
*/
.container_16 {
	background: #fff url(images/16_col.gif) repeat-y;
}
/*
.container_24 {
	background: #fff url(images/24_col.gif) repeat-y;
}
*/

.top_image {
	width:960px;
	margin: 0 0 0 0;
	padding:0;
	border:0px solid;
}

.rounded_div {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	background-image: url(images/grey666_o15.png);
	border: 1px solid #ccc;
	padding: 15px 10px 15px 10px;
	text-align:left;
	}

sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 20px;
	color:#dc143c;
	margin-bottom: 15px;
/*	border-bottom: 2px solid #211e56;*/
}

h2 {
	font-size: 16px;
	color:#dc143c;
	margin-bottom: 10px;
	margin-top: 5px;
}

h3 {
	font-size: 14px;
	margin-bottom: 10px;
	color:#dc143c;
	margin-top: 5px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 12px;
}

.SmallerText{
	font-size:11px;
}

.SmallText {
	line-height: 1.2;
	font-weight: bold;
	font-size: 10px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
	margin-bottom: 10px;
	font-size:13px;
}

li {
	margin-left: 15px;
	margin-bottom: 10px;
	line-height: 20px;
}

dl,
hr,
h4,
h5,
h6,
ol,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}

p {
	margin-bottom:11px;
	font-size:13px;
	color: #333333;
	line-height:1.5;

}


th,td { padding: 0.5em; font-size:11px;}

/*neede to hide content if javascript is disabled*/
.checkJS{
	display:none;
}

.red{
	color:#DC143C
}

a.myPage , a:visited.myPage , a:hover.myPage  {
	font-weight:bold;
	font-style:italic;
}

