#header, #menu div, #home #content #library, #assessments #content #reports, #therapy #content #articles, #articles #content h1, #article #content h1, #psychologists #content .psychologist, #find #content .psychologist, #footer { /* RELATIVE POSITIONING */
	position: relative;
}
#header img, #menu div img, #home #content #library img, #assessments #content #reports img, #therapy #content #articles img, #articles #content h1 img, #article #content h1 img, #psychologists #content .psychologist a, #find #content .psychologist .buttons, #footer img { /* ABSOLUTE POSITIONING */
	position: absolute;
}
.clear, #menu a, #menu #menu_find label, #menu #menu_find input, #home #content input, #menu #menu_find select, #sozo, #home #content select, #about #content strong, #home #content #assessments a, #articles #content select, #articles #content input, #article #content #download, #psychologists #content a, #find #content a, #contact #content form label, #find #content input, #find #content select, #links #content a, #cv #content #button { /* DISPLAY AS BLOCK LEVEL */
	display: block;
}
#home #content form, #home #content #library, #articles #content #button { /* DISPLAY AS INLINE ELEMENT (fixes a bug in IE6) */
	display: inline;
}
#menu, #content, #about #content strong, #home #content div div, #home #content #therapy a, #services #content #assessments, #articles #content label, #psychologists #content .name, #psychologists #content .expertise, #psychologists #content .locations, #find #content .name, #find #content .expertise, #find #content .locations, #contact #content form #required, #contact #content form label, #contact #content form .text, #find #content label, #find #content a { /* FLOAT LEFT */
	float: left;
}
#footer #footer_strip div, #home #content form, #home #content #library, #services #content #therapy, #articles #content form, #article #content #download, #contact #content form { /* FLOAT RIGHT */
	float: right;
}
#articles th, #contact #content form label, #contact #content form h2 { /* LEFT ALIGNMENT */
	text-align: left;
}
#footer #footer_keywords, #psychologists #content a, #find #content a, #contact #content form #button, #cv #content #cv_header, #cv #content #button { /* CENTRAL ALIGNMENT */
	text-align: center;
}
#sozo, #contact #content form { /* RIGHT ALIGNMENT */
	text-align: right;
}
#menu #menu_find #menu_button, #footer #footer_strip, #footer #footer_strip a, #home #content form #button, #articles #content #button, #psychologists #content a, #find #content a, #contact #content form #button, #find #content form #button, #cv #content #button { /* WHITE TEXT */
	color: #FFFFFF;
}
#content .required, #content .error, #find #content .locations strong, #contact #content #sent {
	color: #FF0000;
}
body, form, #menu h2, #content h1, #home #content h2, #assessments #content h2, #assessments #content p { /* NO MARGIN */
	margin: 0;
}
#navbar img, #menu #menu_find #menu_button, #home #content form #button, #articles #content #button, #contact #content form #button, #find #content form #button { /* NO BORDER */
	border: none;
}
#footer #footer_keywords, #article #content #back, #contact #content form #button, #cv #content #back, #cv #content #print { /* FONT SIZE 10px */
	font-size: 10px;
}
#sozo, #menu, #menu #menu_find input, #menu #menu_find select, #footer #footer_strip div, #home #content form select, #assessments #content #reports, #therapy #content #articles, #services #content h3, #services #content div div p, #articles table, #article #content #download { /* FONT SIZE 11px */
	font-size: 11px;
}
#home #content #library, #psychologists #content .psychologist, #find #content .psychologist, #contact #content, #contact #content form label  { /* FONT SIZE 12px */
	font-size: 12px;
}
#home #content #assessments, #home #content #therapy, #home #content form input, #assessments #content p, #assessments #content #reports h3, #therapy #content p, #articles #content #button, #psychologists #content a, #find #content a { /* FONT SIZE 13px */
	font-size: 13px;
}
body, #home #content form #button, #therapy #content #articles h3, #cv #content #button { /* FONT SIZE 14px */
	font-size: 14px;
}
#menu h2, #home #content h3, #assessments #content h2, #therapy #content h2, #services #content h2 { /* FONT SIZE 15px */
	font-size: 15px;
}
#home #content form label, #article #content h2, #contact #content form #button { /* FONT SIZE 16px */
	font-size: 16px;
}
.error, #menu, #menu #menu_find #menu_button, #home #content form #button, #psychologists #content .heading, #find #content .heading, #contact #content form #button, #cv #content #cv_header, #contact #content #sent, #cv #content #button { /* BOLD TEXT */
	font-weight: bold;
}
#home #content h1, #article #content h2 { /* NON BOLD TEXT */
	font-weight: normal;
}
#menu #menu_find #menu_button, #home #content form #button, #cv #content #button { /* DARK BLUE BACKGROUND */
	background-color: #00529B;
}

body {
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
body, a, a:visited {
	color: #00529B;
}
a {
	text-decoration: none;
}
a[href] {
	text-decoration: none;
}
ul {
	margin-left: 15px;
	padding-left: 0px;
}
.clear {
	visibility: hidden;
	height: 0;
	clear: both;
}

/* PAGE CONTAINER */

#page, #sozo {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}
#page {
	background-color: #FFFFFF;;
}

/* PAGE HEADER */

#header {
	height: 118px;
	border-bottom: 3px solid #00529B;
	background: url(images/header/bg.jpg) repeat-y;
}

#header img {
	top: 40px;
	right: 34px;
	width: 241px;
	height: 46px;
}

#header #news {
	width: 212px;
	height: 74px;
	background-color: #f0f3fa;
	border: 1px solid #00529b;
	position: relative;
	top: 10px;
	left: 78px;
	padding: 10px;
	font-size: 13px;
}

#header #news #view_all {
	width: 100%;
	text-align: left;
	margin-top: 6px;
	font-weight: bold;
	font-style:italic;
	font-size: 13px;
}

#header #news #view_all a:hover {color: #000;}

#header #news:hover {
	background-color: #fff;
	cursor: pointer;
}

#header #news strong {color: #008281; font-size: 13px;}

/* NAVIGATION BAR */

#navbar img {
	height: 28px;
}
#navbar #nav_home {
	width: 140px;
}
#navbar #nav_about {
	width: 106px;
}
#navbar #nav_services {
	width: 100px;
}
#navbar #nav_find {
	width: 147px;
}
#navbar #nav_experts {
	width: 132px;
}
#navbar #nav_library {
	width: 158px;
}
#navbar #nav_contact {
	width: 172px;
}

/* MENU */

#menu {
	width: 178px;
}
#menu h2 {
	line-height: 18px;
}
#menu h2, #menu a {
	margin-left: 50px;
}
#menu a {
	line-height: 14px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#menu #menu_therapy h2 a, #menu #menu_library h2 a {
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
}
#menu div {
	margin-bottom: 4px;
}

/* MENU > FIND AN EXPERT */

#menu #menu_find {
	background-color: #DAF2FC;
	padding-bottom: 10px;
}
#menu #menu_find img {
	top: 18px;
	left: 5px;
	width: 37px;
	height: 40px;
}
#menu #menu_find h2 {
	padding-top: 34px;
}
#menu #menu_find form {
	margin-left: 10px;
	padding-top: 2px;
}
#menu #menu_find label {
	margin-top: 5px;
}
#menu #menu_find input, #menu #menu_find select {
	width: 149px;
	height: 13px;
	margin-top: 2px;
	color: #666666;
}
#menu #menu_find select {
	width: 155px;
	height: 18px;
}
#menu #menu_find #menu_button {
	width: 154px;
	height: 18px;
	line-height: 18px;
	margin-top: 8px;
	padding-bottom: 1px;
}

/* MENU > EXPERT ASSESSMENTS */

#menu #menu_assessments, #menu #menu_therapy {
	padding-bottom: 10px;
}
#menu #menu_assessments {
	background-color: #E5F0E1;
}
#menu #menu_assessments img {
	top: 6px;
	left: 11px;
	width: 33px;
	height: 38px;
}
#menu #menu_assessments a {
	white-space: nowrap;
}
#menu #menu_assessments h2, #menu #menu_therapy h2 {
	padding-top: 10px;
}

/* MENU > PSYCHOLOGICAL THERAPY */

#menu #menu_therapy {
	background-color: #E0DAEC;
}
#menu #menu_therapy img {
	top: 11px;
	left: 7px;
	width: 39px;
	height: 42px;
}

/* MENU > ARTICLE LIBRARY */

#menu #menu_library {
	background-color: #E1EAF6;
	padding-bottom: 25px;
}
#menu #menu_library img {
	top: 12px;
	left: 14px;
	width: 27px;
	height: 37px;
}
#menu #menu_library h2 {
	padding-top: 12px;
}

/* CONTENT */

#content {
	width: 777px;
	padding-top: 60px;
}
#content h1 {
	font-size: 23px;
	line-height: 100%;
}
#content .margin {
	margin-left: 88px;
}

#content .margin_2 {
	margin: 0px 88px 0px 88px;
}

#content .margin_2 h2 {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
}

.image_left {
	float: left;
	margin: 0px 20px 20px 0px;
}

/* FOOTER */

#footer img {
	width: 96px;
	height: 65px;
	top: -20px;
	right: 10px;
}
#footer #footer_strip {
	background-color: #00529B;
	line-height: 28px;
	border-bottom: 5px solid #A0BCE1;
	padding-left: 80px;
	padding-right: 80px;
}
#footer #footer_strip #footer_email {
	margin-left: 33px;
}
#footer #footer_strip div {
	margin-right: 0px;
}
#footer #footer_strip div a {
	margin-left: 14px;
	margin-right: 14px;
}
#footer #footer_keywords,#footer #footer_keywords a {
	color: #7BA5D7;
}
#footer #footer_keywords {
	margin: 8px 20px 0px 80px;
	line-height: 17px;
	text-align: left;
}
#sozo {
	margin: 10px 0px 0px 66px;
	text-align: right;
}

#sozo_pink {color: #c019ca;}

/* HOME */

#home #content {
	width: 880px;
	padding-left: 80px;
	padding-top: 33px;
	padding-bottom: 20px;
}
#home #content h1 {
	margin-bottom: 25px;
}
#home #content h2 {
	font-size: 20px;
	line-height: 100%;
	padding-top: 20px;
	margin-bottom: 10px;
}
#home #content #assessments, #home #content #therapy {
	width: 358px;
	padding-left: 57px;
	cursor: pointer;
}
#home #content #assessments {
	height: 133px;
	background-image: url(images/home/orthopaedic_assessments_assessments.jpg);
	margin-bottom: 5px;
}
#home #content #therapy {
	height: 82px;
	background-image: url(images/home/psychological_assessments_therapy.jpg);
}
#home #content #therapy h2 {
	padding-top: 15px;
}
#home #therapy a {
	margin-right: 43px;
}
#home #content div {
	white-space: nowrap;
	line-height: 21px;
}
#home #content .left {
	width: 200px;
}
#home #content form {
	width: 393px;
	height: 221px;
	background-image: url(images/home/personal_injury_assessments_find.jpg);
	margin-right: 34px;
	padding-left: 20px;
}
#home #content form h2 {
	margin-left: 42px;
	margin-bottom: 35px;
}
#home #content form input, #home #content form select {
	margin-top: 2px;
	margin-bottom: 2px;
}
#home #content form input {
	width: 214px;
	height: 19px;
}
#home #content form select {
	width: 220px;
	height: 24px;
}
#home #content form #button {
	width: 219px;
	height: 26px;
}
#home #content h3 {
	line-height: 100%;
	margin-top: 29px;
	margin-bottom: 0px;
}
#home #content p {
	margin-top: 7px;
	margin-bottom: 7px;
}
#home #content ul {
	margin-top: 0;
	margin-bottom: 0;
}
#home #content #library {
	margin-right: 74px;
	margin-top: 21px;
	width: 330px;
	line-height: 19px;
}

#home #content #library a:hover {color: #000;}

#home #content #library h3 {
	margin-left: 28px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#home #content #library img {
	width: 24px;
	height: 35px;
}
#home #content #library ul, #therapy #content #articles ul {
	line-height: 19px;
	list-style-image: url(images/home/psychological_assessments_bullet.gif);
}
#home #content #library li {
	margin-left: 14px;
	line-height: 19px;
}

/* ABOUT US */

#about #content {
	padding-top: 82px;
}
#about #content strong {
	width: 88px;
}

/* EXPERT ASSESSMENTS */

#assessments #content {
	padding-top: 38px;
}
#assessments #content p {
	width: 530px;
}
#assessments #content h2 {
	margin-top: 20px;
}
#assessments #content #reports {
	margin-top: 25px;
	margin-left: 33px;
	line-height: 21px;
}
#assessments #content #reports img {
	width: 29px;
	height: 34px;
	top: 0;
	left: -33px;
}
#assessments #content #reports h3 {
	border-bottom: 1px solid #7BA5D7;
	line-height: 100%;
	padding-top: 16px;
	padding-bottom: 3px;
	margin-bottom: 7px;
}
#assessments #content #reports a {
	margin-right: 26px;
}

/* PSYCHOLOGICAL THERAPY */

#therapy #content {
	padding-top: 52px;
}
#therapy #content h2 {
	margin-top: 23px;
	margin-bottom: 10px;
}
#therapy #content p {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 20px;
	width: 530px;
}
#therapy #content #articles {
	margin-top: 38px;
	margin-left: 33px;
	line-height: 21px;
}
#therapy #content #articles img {
	width: 23px;
	height: 30px;
	top: 0;
	left: -32px;
}
#therapy #content #articles h3 {
	border-bottom: 1px solid #7BA5D7;
	line-height: 100%;
	padding-top: 9px;
	padding-bottom: 3px;
	margin-bottom: 7px;
}
#therapy #content #articles ul {
	margin-top: 8px;
}

/* SERVICES */

#services #content {
	padding-top: 51px;
}
#services #content h2 {
	margin-top: 0px;
	margin-bottom: 25px;
}
#services #content div div {
	margin-top: 10px;
}
#services #content #assessments {
	border-right: 1px solid #7BA5D7;
	padding-right: 55px;
}
#services #content #therapy p, #services #content #assessments p {
	margin-top: 8px;
	margin-bottom: 8px;
}
#services #content #therapy {
	margin-right: 20px;
}
#services #content .clear {
	margin-top: 20px;
}

/* FIND AN EXPERT */

#find #content {
	padding-bottom: 20px;
}
#find #content form {
	width: 641px;
	height: 130px;
	background-image: url(images/find/bg.jpg);
	padding: 10px;
}
#find #content form h1 {
	font-size: 24px;
	margin-left: 40px;
	margin-top: 0;
	padding-top: 10px;
	margin-bottom: 20px;
}
#find #content form label {
	margin-right: 15px;
}
#find #content form input, #find #content form select {
	margin-top: 2px;
	margin-bottom: 2px;
}
#find #content form input {
	width: 149px;
	height: 19px;
	margin-top: 3px;
}
#find #content form select {
	width: 270px;
	height: 24px;
	margin-top: 4px;
}
#find #content form #button {
	width: 75px;
	height: 26px;
	background-color: #00529B;
	margin-top: 40px;
	padding: 6px;
}
#find #content #map {
	width: 491px;
	height: 178px;
	margin-bottom: 15px;
}
#find #content .buttons {
	bottom: 8px;
	left: 0;
}
#find #content a {
	width: 95px;
	line-height: 18px;
	margin-right: 3px;
	background-color: #7BA5D7;
}

/* ARTICLES LIBRARY */

#articles #content {
	padding-top: 60px;
}
#articles #content .margin {
	/*margin-left: 106px;*/
	margin-left: 64px;
	margin-right: 34px;
}
#articles #content h1, #article #content h1 {
	/*margin-left: 16px;*/
	margin-left: 58px;
	font-size: 18px;
}
#articles #content h1 img, #article #content h1 img {
	width: 32px;
	height: 43px;
	left: -42px;
}
#articles #content form, #articles #content .shaded {
	background-color: #E1EAF6;
}
#articles #content form {
	padding: 10px;
}
#articles #content form label {
	margin-right: 8px;
}
#articles #content select, #articles #content input {
	margin-top: 8px;
	width: 162px;
	height: 16px;
}
#articles #content select {
	width: 168px;
	height: 21px;
}
#articles #content #button {
	line-height: 16px;
	background-color: #00529B;
	width: 60px;
	margin-top: 27px;
	height: 22px;
}
#articles table, #articles #content #back {
	margin-left: 16px;
}
#articles table {
	margin-top: 20px;
	margin-bottom: 20px;
}
#articles td {
	height: 40px;
	vertical-align: top;
}
#articles th {
	padding-bottom: 12px;
	font-size: 14px;
}
#articles .title {
	/*width: 324px;*/
	width: 366px;
}
#articles .title a {
	display:block;
	height:auto;
}
#articles .subject {
	width: 139px;
	font-size: 13px;
	padding: 10px;
}
#articles .author {
	width: 158px;
	padding: 10px;
	font-size: 13px;
}
#articles .title img {
	margin-right: 8px;
	width: 5px;
	height: 8px;
}
#articles td.title {
	padding: 10px;
	font-size: 13px;
	line-height: 18px;
}
#articles #content #back {
	font-size: 12px;
}

/* Article */

#article #content, #cv #content {
	padding-top: 8px;
}
#article #content .margin {
	margin-left: 108px;
	margin-right: 36px;
	margin-top: 50px;
}
#article #content #back, #cv #content a {
	margin-left: 15px;
	margin-right: 15px;
}

#article #content a#back, #articles #content a#back {
	margin: 0px;
	width: auto;
	background: #00529B;
	padding: 8px 8px 6px 8px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

#articles #content a#back {margin: 0px 0px 0px 16px;}

#article #content a#back:hover, #articles #content a#back:hover {
	text-decoration: none;
	background: #008281;
}

#article #content #download {
	width: auto;
	height: auto;
	border: 0px;
	background: #008281;
	color: #fff;
	margin: 0px 36px 0px 0px;
	display: block;
	cursor: pointer;
	padding: 9px 10px 6px 10px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

#article #content #download:hover {background: #00529B;}

#article #content h1 {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	width: 200px;
}
#article #content h2 {
	margin-bottom: 25px;
	color: #008281;
	font-size: 19px;
	font-weight: bold;
}

/* The Psychologists */

#psychologists #content {
	padding-top: 61px;
	padding-bottom: 40px;
}
#psychologists #content h1 {
	margin-bottom: 10px;
}
#psychologists #content .psychologist, #find #content .psychologist {
	height: 100%;
}
#psychologists #content .heading, #psychologists #content .psychologist, #find #content .heading, #find #content .psychologist {
	border-bottom: 1px solid #7BA5D7;
}
#psychologists #content .name, #find #content .name {
	width: 225px;
}
#psychologists #content .expertise, #find #content .expertise {
	width: 190px;
}
#psychologists #content .locations, #find #content .locations {
	width: 272px;
}
#psychologists #content .psychologist, #find #content .psychologist {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 25px;
}
#psychologists #content .psychologist .name {
	margin-bottom: 30px;
}
#psychologists #content .psychologist .expertise, #find #content .psychologist .expertise {
	margin-bottom: 50px;
}
#psychologists #content a {
	bottom: 8px;
	left: 0;
	width: 95px;
	line-height: 18px;
	margin-right: 3px;
	background-color: #7BA5D7;
}

/* CONTACT US */

#contact #content {
	padding-top: 61px;
	line-height: 21px;
}
#contact #content h2 {
	font-size: 17px;
}
#contact #content form {
	padding-right: 30px;
}
#contact #content form label {
	width: 70px;
}
#contact #content form img {
	height: 7px;
}
#contact #content form input, #contact #content form textarea {
	width: 260px;
	height: 17px;
	border: 1px solid #00529b;
	padding: 2px;
}

#contact #content form input:focus, #contact #content form textarea:focus {
	background-color: #bcdaff;
}

#contact #content form textarea {
	height: 73px;
}
#contact #content form #required {
	font-size: 9px;
}
#contact #content form #button {
	height: auto;
	line-height: 20px;
	width: auto;
	background-color: #7BA5D7;
	padding: 3px;
	cursor: pointer;
}

#contact #content form #button:hover {
	background-color: #00529b;
}

/* LINKS */

#links #content a {
	margin-top: 20px;
}

/* CV */

#cv #content {
	padding-bottom: 30px;
}
#cv #content .margin {
	margin-top: 20px;
	margin-right: 50px;
}
#cv #content #button {
	width: 120px;
	height: 26px;
	margin: 0;
	line-height: 26px;
}

/* LOGIN */

#login #content {
	padding-top: 60px;
}
#login #content h1 {
	margin-bottom: 30px;
}

/* ADMIN */

#login #content .text, #admin #content .text, #admin #content #id {
	width: 400px;
}
#login #content label, #admin #content label {
	width: 150px;
}
#login #content a img, #admin #content a img {
	border: none;
}
#login #content .clear, #admin #content .clear {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content .required, #content .tiny, #admin #content #id {
	font-size: 10px;
}
#admin #content a {
	text-decoration: none;
}
#login #content #submit, #admin #content #submit, #admin #content .toolbar {
	margin-left: 150px;
}
#login #content label, #admin #content label, #login #content .text, #admin #content .text, #admin #content #services {
	float: left;
}
#login #content .clear, #admin #content .clear {
	height: 5px;
}
#admin #content h1 {
	margin-bottom: 30px;
}
#admin h1 div {
	float: right;
	font-size: 11px;
}
#admin h1 div select {
	font-size: 11px;
}
#admin #content .data {
	width: 600px;
	font-size: 12px;
}
#admin #content .data#locations {
	margin-top: 20px;
	margin-bottom: 20px;
}
#admin #content a {
	color: #666666;
}
#admin #content .data .functions {
	width: 75px;
}
#admin #content .data .order {
	width: 8px;
	line-height: 12px;
}
#admin #content .data .shaded {
	background-color: #EEEEFF;
}
#admin #content .data td {
	text-align: left;
	vertical-align: middle;
	width: auto;
	padding: 5px;
	padding-right: 10px;
}
#admin #content .data th {
	padding: 5px;
	border-bottom: 10px solid #FFFFFF;
	text-align: left;
	background-color: #00529B;
}
#admin #content .data th, #admin #content .data th a {
	color: #FFFFFF;
}
#admin #content .data .add {
	text-align: right;
}
#admin #content .data .add img {
	margin-left: 5px;
}
#admin #content textarea {
	height: 200px;
}
#admin #content form {
	margin-bottom: 20px;
}
#admin #content .image {
	padding: 10px;
	margin-bottom: 10px;
}
#admin #content .image img {
	display: block;
	margin-top: 10px;
}
#admin #content .image a {
	font-size: 11px;
}
#admin #content #id, #admin #content #resize {
	margin-left: 150px;
}
#admin #content div.required {
	margin-bottom: 10px;
}
#admin #content div.tiny {
	float: left;
	margin-left: 10px;
}

.br {clear: both;}

.article_category, .article_category_no_margin {
	float: left;
	width: 192px;
	height: 92px;
	padding: 14px;
	background: url(images/articles/arrow.gif) no-repeat bottom right #e5f0e1;
	margin: 0px 9px 8px 0px;
	font-size: 12px;
}

.article_category strong, .article_category_no_margin strong {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}

.article_category_no_margin {
	margin: 0px 0px 8px 0px;
}

.article_category:hover, .article_category_no_margin:hover {filter:alpha(opacity=70); opacity:0.7; cursor: pointer;}

.image_left {
	float: left;
	margin: 0px 10px 0px 0px;
}

/* CSS added by Christian --------------------------------------------------------------------------------------- */

img {border: 0px;}

#network {
	width: 600px;
	height: auto;
	font-size: 11px;
}

#network p {
	width: auto;
	height: auto;
	padding: 4px 8px 4px 8px;
	display: block;
	border: 1px solid #bcdaff;
	margin: 0px 0px 6px 0px;
	clear: both;
}

#content h1.expert_witness_services {
	font-size: 20px;
	letter-spacing: -0.2px;
}

#article-area {
	padding: 0px 0px 26px 0px;
}

#article-area ul, #article-area ol {padding: 14px 0px; margin: 0px 0px 0px 36px;}

#article-area ul li, #article-area ol li {margin: 0px 0px 7px 0px;}

#article-area a:link {color: #008281; text-decoration: none; font-weight: bold; !important}
#article-area a:visited {color: #008281; text-decoration: none; font-weight: bold; !important}
#article-area a:hover {color: #000; text-decoration: none; font-weight: bold; text-decoration: underline; !important}
#article-area a:active {color: #008281; text-decoration: none; font-weight: bold; !important}

p.author {font-size: 14px; color: #008281;}

#article-area table {
	border: 1px solid #00529B;
	border-collapse:collapse;
	vertical-align: top;
}

#article-area table td {padding: 6px; vertical-align: top;}
#article-area table td.table-header {
	font-weight: bold;
	font-size: 16px;
	background: #E1EAF6;
}

#articles #content td.title a:hover {color: #008281;}

/* CSS added by Christian --------------------------------------------------------------------------------------- */