
/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
/*	background: #CCD8E0 url(img/clouds.jpg) repeat left bottom;*/
	background-color: #CCD8E0 ;

	color: #444;
	font: normal 62.5% Verdana,Arial,sans-serif;
		padding: 0 0 20px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

h2 {
	font: bold 1.2em Tahoma,sans-serif;
	margin-bottom: 4px;
}


code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3; 
/*	border: 6px solid #C1CAD3;*/
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px ;
	width: 780px;
}

/* header */
.top {
/*	background: url(img/clouds.gif) repeat-x;*/
	padding: 20px 10px 0;
}


/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
/*	height: 175px;*/
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}

.header .right {
/*	background: #ABBECA;*/

	color: #FFFFFF;
	height: 155px;	
	padding-top:4px;	
}

.header .right {
/*	overflow: auto;*/
	width: 210px;
	padding-left:2px;	

}

.header .left {
	padding-top:4px;
}


.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {	
	background: #D9E1E5 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 21px;
	width: 780px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: right;
	font: 0.9em verdana;
	line-height: 21px;
	padding: 0 10px;
	text-decoration: none;
}
.navigation a:hover { 
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;

	display: block;
	float: right;
	font: 0.9em verdana;
	line-height: 21px;
	padding: 0 10px;
	text-decoration: none;

	background-position: left bottom; 
	color: #234;
} 

/* main */
.main {
	background-image: url(img/bgmain2.gif);	/* SPW Removed */	
	background-repeat: repeat-y;
	border-top: 4px solid #FFF;	
}

/* sub navigation */
.sidenav {
	float: left;
	width: 144px;
	background-color: #f7f7f2 ; 	/* added to have background color if image is not loaded */
}

.sidenav h2 {
	color: #0F4279;
	font-size: 1.3em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px; 
	text-decoration:underline;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {
border-bottom: 1px solid #EAEADA;

}

.sidenav li a {
	font-size: 1.1em;
	font-weight: bold;
	color: #0F4279;
	display: block;
	text-decoration: none;
	width: 95%;
	border-left: 6px solid #f7f7F2;
	padding-left:5%;
	padding-right:0;
	padding-top:7px;				/* These 2 values change the height of each menu item */
	padding-bottom:7px 
}

.sidenav li a:hover {
	background: #cEcEc3;		/* darkened from #dedede */
	color: #665544;	
	border-left: 6px solid #0C207C;
	
}


.crap
{
	background: #cEcEc3;		/* darkened from #dedede */
	border-left: 6px solid #0C207C;
}


/* content */
.content {
	float: right;
/*	margin: 10px 0;*/			/* SPW Removed */	
	padding: 0 16px;
	width: 591px;
	background-color: #f7f7f7 ;	/* SPW Added */	

}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {
font-family: Verdana,"Lucida Sans Unicode",sans-serif;
font-size: 1.1em;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}

.highlight   { font: bold 1em verdana; }


.test{
	color: #0F4279;
	text-decoration: none;

	border-style: double;
	border-width: 1px;
	border-color: #0F4279;
	
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #CCD8E0	
	
}

:hover.test {
/*	background: #ff0000;*/
	border-style: double;
	border-width: 1px;
	border-color: #000000;

	color: #000000;	
	border-color: #aaaaaa;
}


.imageborder {
	padding: 5px;
	border: 1px solid #3A4A14;

	border-style: double;
	border-width: 3px;
	
	background-color: #F7F7F2 ;
	/*margin: 0px 10px 0px 0px;*/
}


.newsHeader {
	background-color: #abbeca;
	color: #0F4279;
	height: 20px;

}

.newsText {
	font-family: Verdana,"Lucida Sans Unicode",sans-serif;
}


.mapLink{
	color: #0F4279;
	text-decoration: none;

	border-style: double;
	border-width: 1px;
	border-color: #0F4279;
	
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #CCD8E0	
	
}

.advice {
	font-size: 1.5em;
	margin: 0 auto;
}

.poo a:visited    { text-decoration: underline; color: #0F4279}
.poo a:link       { text-decoration: underline; color: #0F4279}
.poo a:active     { text-decoration: underline; color: #0F4279}
.poo a:hover      { text-decoration: underline; color: #0F4279}
