/* ******************* */
/* STANDARD COMPONENTS */
/* ******************* */

BODY{
	background-color : #fff;
	font-family : arial, helvetica, sans-serif;
	margin : 10px 0 0 0;
	padding : 0 0 0 0;
	text-align : center;
	font-size : 0.75em;
}

A{
	color : blue;
	text-decoration : underline;
}

A:hover{
	color : #900;
	text-decoration : underline;
}

P{
	margin : 0 0 1em 0;
	padding : 0 0 0 0;
}

H1{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 170%;
	color : #339933;
	padding : 0 0 0 0;
	margin : 0 0 0.7em 0;
	font-weight : normal;
}

H2{
	font-size : 140%;
	color : #339933;
	padding : 0 0 2px 0;
	margin : 1em 0 0.4em 0;
	font-weight : 600;
}
H3{
	font-size : 120%;
	color : #900;
	padding : 0 0 0 0;
	margin : 0 0 0.4em 0;
	font-weight : 600;
	clear : right;
}

H4{
	font-size : 110%;
	color : black;
	padding : 0 0 2px 0;
	margin : 0 0 1em 0;
	font-weight : bold;	
}

H5{
	font-size : 100%;
	color : #900;
	padding : 0 0 2px 0;
	margin : 0 0 1em 0;
	font-weight : bold;	
}

H6{
	font-size : 100%;
	color : #393;
	padding : 0 0 2px 0;
	margin : 0 0 1em 0;
	font-weight : bold;		
}


HR{
	border : none;
	background-color : black;
	color : black;
	height : 1px;
	margin : 0 0 1em 0;
}

form{
	display : inline;
}

Label{
	font-weight : bold;
}

FIELDSET{
	border : 1px solid #c7c7c7;
	padding : 0 10px 10px 10px;
	margin : 0 0 0.8em 0;
}

UL, OL, Blockquote{
	margin : 0 30px 1em 30px;
	padding : 0 0 0 0;
}

UL LI{
	list-style : square;	
	list-style-image : url(../furniture/bullet.gif);	
	margin : 2px 0 3px 0;
}




/* ******************************** */
/* ARCHITECTURE IDs */
/* ******************************** */


#stage{
	width : 750px;
	margin : 8px auto 8px auto;
	font-size : 100%;
	text-align : left;
	background-image : url(../furniture/background.gif);
	background-color : white;
}





/* ******************************** */
/* HEADER */
/* ******************************** */

#header{
	color : white;
	height : 123px;
	width : 750px;
	padding : 0 0 0 0;
	background-image : url(../furniture/header-image.jpg);
	background-position : 100% 100%;
	background-repeat : no-repeat;
	border-bottom : 3px solid white;
	margin : 0 auto 0 auto;
	background-color : #5bad5b;
}

#header #logo{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	float : left;
	width : 195px;
	text-align : center;
}

#header #logo IMG{
	border : none;
}

#header #middleBlock {
	padding : 35px 0 0 25px;
	margin : 0 0 0 0;
	float : left;
	width : 400px;	
	text-align : left;
}

#header #middleBlock h1{
	color : white;

}


#printHeader{
	display : none;
}





/* ******************************** */

#secondHeader{
	border : 1px solid #617b8b;
	background-color : #abb8c1;
	color : black;
	font-size : 90%;
	padding : 2px 0 0 0;
	height : 20px;
	width : 748px;
	margin : 0 auto 0 auto;
}

#secondHeader #eGovLinks{
	width : 370px;
	margin : 0 0 0 0;
	padding : 2px 0 0 10px;
	float : left;
	display : block;
	text-align : left;
}

#secondHeader #eGovLinks A{
	color : black;
	text-decoration : none;
}

#secondHeader #eGovLinks A:hover{
	color : black;
	text-decoration : underline;
}



/* ******************************** */
/* SEARCH */
/* ******************************** */

#siteSearch{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : 220px;
	float : right;
}

#siteSearch IMG{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	display : inline;
	float : right;
}

#siteSearch LABEL{
	display : none;
}

#q{
	float : right;
	border : 1px solid black;
	background-color : white;
	width : 135px;
	margin : 0 3px 0 3px;
	font-size : 90%;
	padding : 1px 4px 2px 4px;
}

#Qsubmit{
	float : right;
	padding : 0 0 0 0;
	margin : 0 3px 0 0;
}













/* ******************************** */
/* MENU */
/* ******************************** */

#menuBlock{
	display : inline;
	float : left;
	width : 204px;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}

#menuBlock .nationalLink{
	margin : -5px 0 0 0;
}


#menuBlock UL{
	margin : 6px 0 8px 0;
	padding : 0 5px 0 0;
}

#menuBlock UL LI{
	font-size : 100%;
	font-weight : bold;
	list-style : none;
	margin : 0 0 4px 0;
	padding : 0 0 0 30px;
	background-image : url(../furniture/menu-bullet.gif);
	background-position : 12px 2px;
	background-repeat : no-repeat;
	color : #333;
	list-style-image : none;
}

#menuBlock UL LI A{
	color : black;
	text-decoration : none;
}

#menuBlock UL LI A:hover{
	color : #900;
	text-decoration : none;
}

#menuBlock UL LI .currentPage{
	color : #900;
	text-decoration : none;
}


#menuBlock UL LI UL{
	width : 160px;
	margin : 3px 0 2px 0;
	padding : 0 0 0 0;
}

#menuBlock UL LI UL LI{
	font-size : 90%;
	list-style : none;
	margin : 0 0 3px 0;
	padding : 0 0 0 12px;
	background-image : url(../furniture/menu-bullet2.gif);
	background-position : 0 6px;
	background-repeat : no-repeat;
	color : #333;
	font-weight : normal;
}

#menuBlock UL LI UL LI A{
	color : #000;
	text-decoration : none;
}

#menuBlock UL LI UL LI A:hover{
	color : #900; 
	text-decoration : none;
}



#menuBlock UL LI UL LI UL{
	width : auto;
	margin : 3px 0 2px 0;
	padding : 0 0 0 0;
}

#menuBlock UL LI UL LI UL LI{
	font-size : 90%;
	list-style : none;
	margin : 0 0 3px 0;
	padding : 0 0 0 12px;
	background-image : url(../furniture/menu-bullet2.gif);
	background-position : 0 6px;
	background-repeat : no-repeat;
	color : #333;
	font-weight : normal;
}

#menuBlock UL LI UL LI UL LI A{
	color : #000;
	text-decoration : none;
}

#menuBlock UL LI UL LI UL LI A:hover{
	color : #900; 
	text-decoration : none;
}

























/* ******************************** */
/* CONTENT */
/* ******************************** */

#contentBlock{
	display : inline;
	float : right;
	width : 510px;
	padding : 10px 0 10px 0;
	margin : 0 20px 0 15px;
	text-align : left;
	line-height : 1.4em;
}


#contentBlock UL{
	margin : 1em 0 1em 20px;
	padding : 0 0 0 0;
}


#contentBlock UL LI{
	background-image : url("../furniture/bullet.gif");
	background-position : 0 2px;
	background-repeat : no-repeat;
	margin : 0 0 0 0;
	padding : 0 0 0 20px;
	list-style : none;
	list-style-image : none;
}


#contentBlock OL, Blockquote{
	margin : 1em 0 1em 40px;
	padding : 0 0 0 0;
}


#contentBlock label{
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}


.dataTable{
	font-size : 90%;
	width : 490px;
	border : 1px solid black;
	margin : 0 0 1em 0;
	border-collapse : collapse;
}


.dataTable TH{
   background-color : #D7D7D7;
	font-weight : bold;
	padding : 2px 4px 2px 4px;
	vertical-align : top;
	text-transform: uppercase;
	border : 1px solid black;
	text-align : left;
}


.dataTable TD{
	background-color : #f5f5f5;
	padding : 2px 4px 2px 4px;
	vertical-align : top;
    color : #333333;
	border : 1px solid black;
	border-collapse : collapse;
}



/* ******************************** */
/* FOOTER */
/* ******************************** */

#footerBar{
	background-color : #abb8c1;
	color : white;
	font-size : 1%;
	padding : 0 0 0 0;
	color : black;
	width : 750px;
	margin : 0 auto 0 auto;
	height : 6px;
	border : 1px solid #617b8b;
}


/* ******************************** */


#footer{
	width : 748px;
	margin : 3px auto 0 auto;
	font-family : tahoma, arial, sans-serif;
	font-size : 85%;
	color : #617b8b;
	text-align : center;
}

#footer A{
	color : #900;
	text-decoration : none;
}

#footer A:hover{
	color : #039;
	text-decoration : underline;
}

#cwn{
	display : block;
	float : right;
	width : 170px;
	text-align : right;
}

#updated{
	display : block;
	float : left;
	width : 200px;
	text-align : left;
}

#charity{
	display : block;
	float : left;
	width : 378px;
	text-align : center;
}

.formInput{
	margin : 0 5px 0 3px;
	padding : 1px 4px 1px 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
}

.full{
	width : 300px;
}

.clear{
	clear : both;
	font-size : 1px;
	height : 1px;	
}

table.sectors{
	width : 480px;
	border : none;
	margin : 0 auto 1em auto;
}
table.sectors TD.title{
	border : none;
	background-color : #d3e9d4;
	vertical-align : middle;
	text-align : left;
	padding : 0 0 0 15px;
	font-size : 120%;
	font-weight : 600;
	width : 170px;
}

table.sectors TD.seperator{
	border : none;
	background-color : white;
	vertical-align : middle;
	width : 20px;
}
table.sectors A{
	color : black;
	text-decoration : none;
}
table.sectors A:hover{
	color : #393;
	text-decoration : none;
}

.boxed{
	background-color : #d3e9d4;
	border : 1px solid #393;
	padding : 3px 8px 3px 8px;
	font-weight : bold;
	color : black;
	text-align : center;
}