
/*
3rdbase Colours

	Orange: 	#EE8A13;
	Dark Grey: 	#E1DFDF;
	Light Blue: 	#7DBAFF;
	Dark Blue: 	#0000C0;
	Light Grey: 	#E9FFE9;

*/


/* Remove padding and margin on all elements */ 
* { 
    margin: 0; 
    padding: 0; 
    border: 0; 
}


/* -----  Main Block elements   ------*/

body {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	width:1010px;                
	background-color:silver;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #303060;
	height:auto;

}



#pagenavpanel {				/*This is a block for the left and right buttons which float each side of the page panel*/
	border: none;
	width: 1010px;
	position: fixed; 
	top: 375px;
	padding: 0;
	margin: 0;
}

#pagenavpanel a {	
	text-align: center;
	width:25px;
	
}
#pagenavpanel a:hover {	
	background-color:#EE8A13;
	border: 0.5px solid navy;
}


#pagepanel {
	background-color:#7DBAFF;
	border-top: none;
	border-left:solid navy .5pt;
	border-bottom:solid navy .5pt;
	border-right:solid navy .5pt;
}

#mainpanel {
	background-color:azure; 
	width: auto;
	height: 100%;   /* required in IE6 for propert rendering of mainpanel block to enclose lower blocks*/
	margin: 0px 30px;
	border-left: 30px solid #EE8A13;
	border-bottom:solid navy .5pt;
	border-top: none;
	border-right:double navy 2.5pt;
	text-align: left;
	overflow:auto;
}

#mainpanel div {
	float:left;
}


#toppanel {
	background-color:white;
	text-align: center;
	width: 100%;
	padding-bottom: 1em;
	min-height:200px;
}


#toppanel table  {
	width: 100%;
}

#toppanel td  {
	font-size: 100%;
	vertical-align: middle;
	text-align: centre;
	width: auto;
}

#leftpanel {
	width: 20%;
	padding: 10px;
	padding-left: 10px;
	background-color: transparent;
	margin: 20px 0px;
}


/* used on div for floating side bar menu */
#sidebar {
	font-size: 100%;
	width=100%;
	padding 5px;
	position: fixed;
	top: 260px;
	margin: 0 0 0 0;
 
}


#sidebar * {

	background-color: #E9FFE9;
	color:##0000C0;
	width: 170px;
	display: block;
	color:##0000C0;
	text-decoration: none;
	border: 1px solid azure;
	padding: 5px;
	margin: 0;
}


#sidebar *.currentrow {
	background-color: #EE8A13;


}
 

#sidebar a:hover {
	/*color: white;*/
    	text-decoration: underline;
	font-weight:bold;
	background-color: #E1DFDF;
}

#sidebar a.active ,
#sidebar a.active:hover{
	background-color: white;
	color:blue;
	border-top: 1px solid navy;
	border-bottom: 2px solid white;
}

#contentpanel {
	width: 55%;   
	background-color:white;
	border-right: solid 1px Navy;
	border-left: solid 1px Navy;
	padding: 10px;

	min-height:400px;
	height:auto !important;   	/*minimum height hack to keep content flowing over floating sidebar*/
  	height:400px;			/*minimum height hack to keep content flowing over floating sidebar*/

}

#contentpanel img {
	border: none;
	padding: 10px;
	float: left;
	width: 30%;
}

#contentpanel img.story {
	float:right;
	width: 250px;
}

#contentpanel H1, H2, H3 {
	clear: both;
}

#contentpanel p.list {
	padding: 0;
	margin: 0;
}

#rightpanel {
	width: 15%;
	padding-left: 5px;
	background-color:azure;

}


a {
	padding: 0px 5px;
	text-decoration: none;
}

a.inline {
	color: #999797;

}

a.inline:hover{
	color:white;
	background-color: #0063FF;
}

a.left {
	text-align: left;
}
a.right {
	text-align: right;
}

div.nav {
	background-color: #E1DFDF;
	width: 100%;
	height: 20px;	
	font-size: 110%;
}

div.nav a {
	float: left;
	position:relative;
	background-color: #0063FF;
	padding: 0px 10px 0px 10px;
	color:#E1DFDF;
	text-decoration: none;
	border-left: 1px solid #AAAAFF;
	border-top: 1px solid #AAAAFF;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
}

div.nav a.active ,
div.nav a.active:hover{
	background-color: white;
	color:blue;
	border-top: 1px solid navy;
	border-bottom: 2px solid white;
}

.nav a:hover{
	color: white;
    	TEXT-DECORATION: underline;
	font-weight:bold;
	background-color: #0000C0;
}

*.panel{
	padding:10px 10px 10px 10px;
}


/*
*.panel p:first-child{
	font-weight:bold;
}	
*/

p {
	text-align:left;
	margin-top: 0.5em;
	margin-right:0em;
	margin-bottom:1em;
	margin-left:0em;
}

.warning
{
	color: #303060;
}

h1
{
	font-weight:bold;
	font-size:150%;
	color: navy;
	text-align: center;
}

h2
{
	font-size:120%;
	font-weight:bold;
	color: navy;
	text-align: center;
}

h3
{
	font-size:100%;
	font-weight:bold;
	color: navy;
}

.headline
{
	text-align: left;
	font-weight:bold;
	font-size:100%;
	font-family:Arial;
	color:#EE8A13;
}

.headlineintro
{
	font-weight:bold;
	font-size:110%;
	font-family:Arial;
}


/*data cells in forms have no border*/
form td {
	border: none;
}
	
form checkbox{
	border: thin solid Fuchsia;
}


li{

	text-align:left;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 1em;
}

img {
	border: none;
	padding: 10px;
	display: block;   		/* IE6 fix */


}

/*Centering an image using text-align for IE and auto margins for Moz*/
img.centre {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

img.inline{
	padding: 0px;
	vertical-align: middle;
	display: inline;		/* IE6 fix */
}

br.floatStop {
	line-height: 0.1%;
	font-size: 0.1%;
	clear: both;
}


.contrast{ 
color: #EE8A13; }

.center {
	text-align: center;
}



.vol{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #0000C0;
	font-style : italic;
	background-color : #E1DFDF;
	font-weight : bold;
}

.base{
	font-family: "Lucida Sans";
	color: #FFFFFF;
	background-color : #7DBAFF;
	font-style : italic;
	font-weight : bold;
}

