@charset "UTF-8";
/* CSS Document */

/* -----------------------------------
simple reset
----------------------------------- */

html, body, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
}

fieldset, img { border: 0; }
legend { color: #000; }

input, textarea, select, button
{
	font-size: 110%;
	line-height: 1.1;
	font-family: arial, helvetica, sans-serif;
}

button
{
	width: auto;
	overflow: visible;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}



abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

pre, code
{
	font-family: "Courier New", monospace, serif;
	font-size: 100%;
	line-height: 1.2;
}

/* -----------------------------------
elements
----------------------------------- */

body {
  font-family: Arial, helvetica, Sans-Serif;
	font-size: 85%;

}


/* -----------------------------------
Links
----------------------------------- */
a:link {
    color: #0000FF;
    text-decoration: none;
}
a:visited {
    color: #0000FF;
    text-decoration: none;
}
a:hover {
    background-color: #CCCCFF;
    color: Black;
    text-decoration: underline;
}
a:active {
    color: #0000FF;
    text-decoration: none;
}



/* -----------------------------------
page layout
----------------------------------- */

#container {width: 1000px;
  margin:0 auto;
  padding-top:5px;
  margin-top:5px;
  border:thin solid #000;
overflow:hidden;
}

#pcol1 {
width:380px;
padding:0px 20px 0px 10px;
border-right:thin solid  #111;

float:left;

}

#pcol2 {
width:400px;
float:left;
margin-right:10px;
margin-left:10px;

}

#pcol3 {
width:150px;
padding:0px;
float:left;
background-color:#fff;
margin-left:10px;


}



.pbox1 {
	width: 380px;
	float: left;
	padding:0px 0px 10px 0px;
	background-color:#fff;
	margin-bottom:0px;
	border-bottom: solid #000 thin;
	
}

.pbox1 li {
		margin-bottom:10px;
	}

.pbox2 {
	width: 380px;
	float: left;
	padding:0px 10px 10px 10px;
	background-color:#fff;
	margin-bottom:0px;
	border-bottom: solid #000 thin;
	
}


.pbox2 li {
		margin-bottom:10px;
	}
	
	

.pbox3 {
	width: 130px;
	float: left;
	padding: 10px;
	
	
	background-color:#DADADA;
	margin-bottom:10px;
	
}













/*
-----------------------------------
menu
----------------------------------- */

#menu {
width:1000px;
padding: 5px 0px 5px 0px;
background-color:#9D9D9C;
margin-top:0;
margin-bottom:7px;



}


#navlist
{
	margin: 0;
	padding:0;
	list-style:none;
	clear:both;
	
	text-align:center;

}	

#navlist li
{
display: inline;
list-style-type: none;
	font: 100%  Arial, Helvetica, Geneva, sans-serif;
	background-color:  ;
        margin-left: 0;
	
        padding-left: 0;
        padding: 0;
}

#navlist a { padding: 3px 5px; }

#navlist a:link, #navlist a:visited
{
	color: #fff;
	background-color:;
	text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #000;
text-decoration: none;

}




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

h1
{font-family:Georgia, "Times New Roman", Times, serif;
font-size:300%;
color:#040707;
font-weight:400;

}

h2
{font-family:Georgia, "Times New Roman", Times, serif;
font-size:175%;
color:#040707;
font-weight:400;
margin-bottom:-5px;
}

h3
{font-family:Georgia, "Times New Roman", Times, serif;
font-size:150%;
color:#CE1D2D;
font-weight:400;
}

h4
{font-family:Georgia, "Times New Roman", Times, serif;
font-size:120%;
color:#CE1D2D;
font-weight:400;
}

.head1
{font-family:Georgia, "Times New Roman", Times, serif;
font-size:250%;
color:#040707;
font-weight:400;
}

.head2
{font-family:Georgia, "Times New Roman", Times, serif;
font-size:150%;
color:#040707;
font-weight:400;
}




/* 
-----------------------------------
other classes
----------------------------------- */

a.menu1:link{text-decoration:none; color: black; font-family: helvetica, arial, sans-serif; }
a.menu1:visited{text-decoration:none; color:black; font-family: helvetica, arial, sans-serif; }
a.menu1:hover{text-decoration:underline; color:grey; font-family: helvetica, arial, sans-serif; }
a.menu1:active{text-decoration:none; color:black; font-family: helvetica, arial, sans-serif; }

#ft1 {
	width:250px;
	float:left;
}

#ft2 {
	padding-top:30px;
	padding-left:50px;
	float:left;
	

}

.centre {
	text-align:center;}

.sub {
	font-size:120%;
	margin-bottom:0px;
	margin-top:28px;
}

.imgLeft img {
  float: left;
	margin: 0 10px 5px 0;
	/*display: block;*/
}
.imgRight img {
  float: right;
	margin: 0 0 5px 10px;
}
.imgLeft p, .imgRight p {
  
	clear: none;
}

#footer {
width: 980px;
  margin:0 auto;
  padding: 10px;
overflow:hidden;
background-color:#DADADA;
margin-top:15px;

}

	
	

