@charset "UTF-8";
/* CSS Document */

html, body
{
	margin: 0;
	padding: 0;
	height: 100% !important;
	background-color:#ffffff;
	font-family: didot, bodoni, "Times New Roman", Times, Georgia, serif;
}

body
{
	min-height: 100%;
}

.line
{
	background-image: url(images/line.jpg);
	background-position: center;
	background-repeat: repeat-y;
	width: 20px;
}

.space
{
	width: 10px;
}

td
{
	vertical-align: top
}

h1
{
	margin: 0 0 30px 0;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

h2
{
	font-size: 14px;
	margin: 40px 0 10px 0;
	font-weight: normal;
}

h3
{
	width: 590px;
	background-color:#b5dcdc;
	padding: 5px;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: normal;
}

h4
{
	margin: 10px 0 0 0;
}


div
{
	margin: 0;
	padding: 0;
}

#table
{
	height: 100%;
	width: 100%;
}

#workTd
{
	height: 100%;
	overflow: hidden;
}

#work
{
	height: 100%;
	overflow:-moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
	
}

img
{
	margin-bottom: 10px;
	display: block;
}

p
{
	font-size: 11px;
	color: #999;
	line-height: 15px;
}

.content
{
	width: 180px;

}

a
{
	color: #666;
	text-decoration: none;
	border-bottom: 1px #ccc solid;
}

a:hover
{
	
	color: #ffffff;
	background-color:#b5dcdc;

	
}

#top
{
	background-image: url(images/bcs.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color:#ccc;
	height: 80px;
}

.links
{
	line-height: 35px;
	font-size: 11px;
}

.video
{
	margin-bottom: 10px;
}

.heading
{
	display: block;
	width: 590px;
	background-image: url(images/grey.jpg);
	padding: 5px;
	margin: 0 0 10px 0;
	font-size: 16px;
	height: 15px;
	border: none;
}


.heading .title
{
	font-weight: normal;
	color: #fffff;
	font-size: 11px;
	display: block;
	float: left;
}

.heading .date
{
	font-weight: normal;
	display: block;
	float: right;
	font-size: 10px;
	color: #666;
	padding: 2px 4px;
}


.imagetext
{
	width: 600px;
	display: block;
	font-size: 10px;
	text-align: right;
	margin-bottom: 20px;
}


