* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}

#wrapper {
	width: 100%;
	min-width: 1000px;
}

.clear {
clear:both;
}

td {
	vertical-align:top;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	background:url(images/head.jpg) top left no-repeat;
	height:168px;
	margin:0;
	padding:0;
}

.title {
	background-color:#00529c;
	font-size:16px;
	color:#FFFFFF;
	padding: 5px 10px;
	margin: 140px 0 0 290px;
	_margin: 140px 0 0 145px;
	float:left;
}

.bordertop {
	background-color:#00529c;
	height:2px;
	overflow:hidden;
	margin:0 15px 0 290px;
	_margin:-3px 0 0 290px;
}


/* Middle
-----------------------------------------------------------------------------*/

#middle {
	position:relative;
}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
}
#content {
	padding: 0 20px;
	margin-top:40px;
}

.production {
	width:700px;
	font: 12px/18px Verdana, Arial, Tahoma,  sans-serif;
	
}

.production td {
	width:94px;
	padding-bottom:15px;
}

.production .pic {
	border: 1px solid #00539f;
	width:94px;
	height:94px;
}

.production .pic img{ 
	border: 1px solid #FFFFFF;
}


.production a.name {
	color:#0b55a0;
	font-weight:bold;
	margin: 0 5px;
}

.text {
	line-height:18px;
}

.text p {
	text-align:justify;
}

.text h2 {
	color:#3d3d3d;
	font-weight:normal;
	font-size:16px;
	margin-bottom:20px;
}

.text li {
	line-height:20px;
	list-style:none;
	background:url(images/marker.jpg) 0px 8px no-repeat;
	margin-left: 5px;
	padding-left: 10px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 265px;
	position: relative;
	background:url(images/leftsquare_blue.jpg) top left no-repeat;
	top:-99px;
	border-right: 2px solid #0456a2;
	padding:100px 0 40px 0;
}

.leftmenu {
	margin: 30px 13px 0 0;
	text-align:right;
}

.leftmenu li {
	list-style:none;
	line-height:38px;
}

.leftmenu li a {
	color:#0453a2;
	font-size:16px;
	font-weight:bold;
}

.dates {
	margin: 140px 0 0 60px;
}

.dates h2{
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	color:#01539f;
}

.dates b {
	color:#01539f;
}

.dates p {
	margin: 20px 0 0 0;
	text-align: center;
}

.dates a {
	color:#9f9f9f;
	font-style:italic;
	font-weight:bold;
}

.dates .archivelink {
	display:block;
	margin: 20px 0 0 0; 
}

div.vertline {
	width:2px;
	height:99px;
	background-color:#0456a2;
	position:absolute;
	left:265px;
	bottom:0;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	border-top: 2px solid #0456a2;
}

.copyrights {
	color:#989898;
	width:201px;
	height:100%;
	border-right: 2px solid #0456a2;
	padding:32px;
	float:left;
}

.made {
	color:#989898;
	font: 12px/18px Verdana, Arial, Tahoma,  sans-serif;
	float:right;
	padding:32px;
}

