/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 10pt;
	vertical-align: baseline;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	line-height: 1.1;
}
ol, ul {
	list-style-image: url('/include/tsp-bullet.gif');
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Navigation bar */
ul#menu {
    width: 20em;
    padding: 0;
    margin:0;
  list-style-type:none;
}

ul#menu ul {
    padding: 0;
    margin:0;
  list-style-type:none;
}

ul#menu a {
  display: block;
  text-decoration: none;
  height: 1.35em;
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: #243F8F;
  color: #FFF;	
  padding: 0.5em;
}

ul#menu li a:hover {
  background:#3FAE49;
}

ul#menu li ul li a {
  background: #fff;
  color: #000;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background:#3FAE49;
  color: #fff;
  border-left: 5px #243F8F solid;
  padding-left: 15px;
}




.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }


.center			{ text-align: center }
.left			{ text-align: left }
.right			{ text-align: right; }
.aligncenter	{ margin-left: auto; margin-right: auto; }
.alignright		{ float: right }
.alignleft		{ float: left }
img.alignright  { padding: 0.5em; }
.absmiddle		{ vertical-align: middle }
.middle			{ vertical-align: middle }
.pinkwhite	{ color: #ed008c; background-color: #FFFFFF }
.whitepink	{ color: #FFFFFF; background-color: #ed008c; padding: 0.5em }
.whiteblue	{ color: #FFFFFF; background-color: #243f8f }
.whitegreen { color: #FFFFFF; background-color: #3fae49 }
.bluewhite	{ color: #243f8f; background-color: #FFFFFF }
.greenwhite { color: #3fae49; background-color: #FFFFFF }
.borderblue		{ border-style: dashed; border-width: 2px; border-color: #243f8f }

.underline		{ text-decoration: underline }
.nodecoration	{ text-decoration: none }
.overline		{ text-decoration: overline }
.strike			{ text-decoration: line-through }
.blink			{ text-decoration: blink }
.uppercase		{ text-transform: uppercase }
.lowercase		{ text-transform: lowercase }
.capitalise		{ text-transform: capitalize }
.italic			{ font-style: italic }
.bold			{ font-weight: bold }
.smallcaps		{ font-variant: small-caps }
.tiny			{ font-size: xx-small }
.small			{ font-size: xx-small }
.x-small		{ font-size: x-small }
.huge			{ font-size: x-large }
.big			{ font-size: medium }
.x-big			{ font-size: large }

.getinvolved td{
padding:0.5em; }

div.content{ 
	position: relative;
}

div.header{ 
    height: 120px;
    border-bottom: solid 3px #3FAE49;
}

div.header h1
{
    color: #FFF;
    padding-top: 15px;
    padding-left: 30px;
}
div.header h2
{
    padding-top: 10px;
    padding-left: 30px;
    color: #000;
}

div.header_left{
    width: 20em;
    float: left;
}
div.header_right{ 
    margin-left: 20.1em;
    height: 116px;
    background-color:#3FAE49;
}

div.nav{ 
    margin-top: 3px;
    height:100%;
    width: 20em;
	float: left;
}
div.maincontent{
	padding: 4px;
	margin-left: 20em;
}
div.footer{ 
    clear: both;
    width:100%;
    background-color:#3FAE49;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
div.image{
    background-color:#243F8F;
}
div.bottom{
    background-color:#ED008C;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
div.sitecontent{

}

h1{
color:#3FAE49;

font-size:26px;
}
h2{
color:#243F8F;;

font-size:22px;
}
h3
{
color: #ed008c;
font-size: 18px;
}
h4{
color:#ffffff;

font-size:16px;

}

.currenteditions
{
	font-weight: bold;
	border: 5px solid #ed008c;
	margin: 0 auto;
	padding:0.5em;
	width:25em;
	text-align:center;
}
.currentconsultations
{
	font-weight: bold;
	border: 5px solid #243F8F;
	margin: 0 auto;
	padding:0.5em;
	width:25em;
	text-align:center;

}

h5{
color:#000000;

font-size:18px;
}
h6{
color:#FFFFFF;

font-size:34px;
}

p
{
padding-left: 0.5em;
}

div.float{
padding:5px;
float:right;
position:relative
}
div.google{
width:193px;
}
div.links{
height:130px;
margin-bottom:20px;
border: 2px #243F8F solid;
}
div.links_pic{
height:100px;
width:33%;
border:thin;
border-color:#000000;
display:inline;
}

A:link {
color: #000000;
font:Arial, Helvetica, sans-serif;
}
A:visited {

color:#000000;
font:Arial, Helvetica, sans-serif;
}
A:active {

color:#000000;
font:Arial, Helvetica, sans-serif;
}
A:hover {
text-decoration: underline; color: red;
color: #333333;
font:Arial, Helvetica, sans-serif;
}