﻿@charset "utf-8";
/* CSS Document */

body
		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		}

div#rightColumn
		{
		line-height: 1.2em;
		}

p
		{
		line-height: 1.2em;
		margin-bottom: 1.5em;
		}

strong, b
		{
		font-weight: bold;
		color: #363636;
		}

a
		{
		color: #324086;
		}
		

a:hover
		{
		text-decoration: underline;
		}

a.readmore
		{
		text-decoration: none;
		font-weight: bold;
		white-space: pre;
		}

h1,
h2,
h3,
h4,
h5,
h6
		{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		color: #324086;
		}

h1
		{
		letter-spacing: -0.005em;
		font-size: 1.85em;
		margin-bottom: 1em;
		line-height: 1.2em;
		}

h2
		{
		letter-spacing: -0.005em;
		font-size: 1.4em;
		margin-bottom: 0.5em;
		}

h3
		{
		letter-spacing: -0.005em;
		font-size: 1.3em;
		margin-bottom: 0.5em;
		}

h4
		{
		letter-spacing: -0.005em;
		font-size: 1.2em;
		margin-bottom: 0.5em;
		}

ul
		{
		margin: 0 0 1.5em 1.5em;
		list-style: url(../wsimages/bullet_bg.jpg);
		}

img
		{
		float: left;
		margin: 0 20px 20px 0;
		background-color: #fff;
		}
		
		img.addBorder
			{
			float: none;
			padding: 9px;
			border: solid 1px #ebf1f7;
			float: none;
			margin: 0 0 1.5em 0;			
			}

span.publishDate
		{
		color: #666666;
		font-size: 10px;
		display: block;
		line-height: 1.2em;
		}

table
		{
		border-collapse: collapse;
		border: none;
		margin-bottom: 1.5em;
		}
		
		table td
				{
				padding: 5px;
				border: solid 1px #EBEBEB;
				}

div#leftColumn table
		{
		margin-left: 25px;
		width: 292px;
		}

div#leftColumn table td
		{
		font-size: 0.75em;
		}

/* GALLERY
--------------------------------*/
.pagination
		{
		clear: both;
		}

.pagination strong
		{
		color: #CCCCCC;
		}
		
		.pagination a strong
				{
				color: #324086;
				}

.GB_header *
		{
		float: none;
		margin: 0;
		padding: 0;
		background-color: transparent;
		border: none;
		}