/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/ {
	border: 0;
	margin: 0;
	padding: 0;
}
* html #content {
	position: relative; /*** IE needs this  ***/
}
* html #left {
	height: 250px;
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}
* html #maincontainer {
	height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
* html #right {
	margin-top: -125px; /***Since IE is threating padding different than other browsers we need to move it a little bit more ***/
	position: relative; /*** IE needs this. ***/
}
* html .float-wrap {
}
* html .inner {
	width: 100%;
}
* html .outer {
}
a {
	color: #000099;
}
a:visited, a:link, a:active {
	color: #6699CC;
	font-family: 'Verdana','Arial', 'Times New Roman';
	font-weight: normal;
	text-decoration: none;
}

a:hover{
	color: #306291;
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-family: 'Verdana','Arial', 'Times New Roman';
	font-size: 10pt;
	margin-bottom: 0.0in;
	margin-left: 0.0in;
	margin-right: 0.0in;
	margin-top: 0.0in;
}
body {
	font-size: 80%;
}
body, html {
	background-color: White;
	color: #000;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	text-align: center; /*** Centers the design in old IE versions ***/
}
h1 {
	font-size: 1.4em;
}
h1 a, #header h2{
	color: #fff;
}
h1, h2, h3 {
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
h2 {
	color: #6E6E6E;
	font-size: 1.2em;
			padding: 7px 0 7px 7px;
}
h3 {
	font-size: 1.0em;
		color: Black;
		padding: 7px 0 7px 7px;
}
p {
	padding: 7px 0 7px 7px;
}
.classlist {
	border: #000000;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.clear {
	clear: both;
}
.contentwrap{
	border-left: thin solid #DFB2AA;
	padding: 10px;
	background: White;
}
.contentwrap table{
	padding: 5px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
		margin-left: 15px;
		margin-bottom: 15px;
		margin-top: 15px;
}

#sptable1{
	padding: 5px;
	margin-left: 35px;

}
.contentwrap li {
	padding-bottom: 5px;
	padding-top: 5px;
}
.contentwrap ol, .contentwrap ul {
	margin: 3px 0 5px 40px;
}
.dtext {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
	float: left;
	margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
	width: 760px;
}
.imagehc {
	padding: 8px;
}
.inner {
	width: 595px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
.linkstext {
	color: #0000CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
.main {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
	padding-left: 165px;
}
.staffprofiles {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.tablehead {
	background-color: #FFFFF0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.tableoutline {
	border: #000000;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-style: solid;
	border-top-width: 2px;
}

.developments {
	border: #99CCFF;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-style: solid;
	border-top-width: 2px;
	padding:2px;
	background-color: #E3F2FF;
}
.developmentsimg {
	padding: 4px;
	margin: 4px;
	
}

.developmentdisc {
	margin: 20px;
	background-color: #FFCCFF;
	padding: 5px 5px 5px 5px;
	max-width: 240px;
	float:right;
}

.developmentdisc p, .developmentdisc ul {
	margin: 2px;
}
.tbtext, .bdytxt {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#content {
	background: #fff;
	float: right;
	width: 600px;
}
/**************************
FOOTER
**************************/
#footer {
	background-color: White;
	margin: 0 auto; /*** Since the footer is outside the #mainContainer we also need to center the footer ***/
	padding-top: 100px;
	text-align: center;
	width: 760px;
}
/**************************
HEADER
**************************/
#header {
	background: White;
	height: 18px;
	margin-top: 0px; /*** Make some space for the header menu ***/
	padding: 5px;
	padding-left: 16px;
	margin-left:160px;
	text-align: right;
		border-bottom: thin solid #DFB2AA;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	background: White;
	float: left;
	min-height: 250px;
	padding: 5px;
	padding-top: 40px;
	width: 150px;
}
#left li {
	padding-bottom: 8px;
}

#left p {
	color: #DFB2AA;
	font-family: 'Verdana','Arial', 'Times New Roman';
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
		text-align: right;
			padding-right: 12px;
			margin-left: 20px;
			padding-bottom: 2px;
					border-bottom: thin solid #DFB2AA;
					margin-bottom: 10px;
}
#left li a:link {
	color: #6699CC;
	font-family: 'Verdana','Arial', 'Times New Roman';
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
#left li a:visited {
	color: #6699CC;
	font-family: 'Verdana','Arial', 'Times New Roman';
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
#left li a:active, #left li a:hover {
	color: #285279;
	font-family: 'Verdana','Arial', 'Times New Roman';
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}
#left ul {
	list-style: none;
	padding-bottom: 20px;
	padding-right: 12px;
	text-align: right;
}
#maincontainer {
	background: White;
	margin: 0 auto; /*** Centers the design ***/
	min-height: 300px;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	width: 760px;
}
/*************************
RIGHT COLUMN
**************************/
#right {
	background: White;
	float: left;
	height: 5px;
	margin: -120px 0 0 -760px; /*** Moves the right column to the top of the page. This is now our top menu above the header ***/
	padding: 5px;
	width: 750px;
}
#right li {
	display: inline; /*** Making the links horisontal aligned ***/
	padding-right: 15px;
}
#right ul {
	float: right;
	list-style: none;
}
