﻿html,body{
	margin:0;
	padding:0;
	border:0;
}
body{
	background: url(/CMS/Media/Img/2008/background-site.gif);
	/*font:12px/13px Verdana,sans-serif;*/
	color:#000;
}
a{text-decoration:none;color: #8b0000;}
a:hover{text-decoration:underline;}
form{
	display:inline;
}
img{
	border:none;
	display:block;
}
label,select,textarea,input{
	vertical-align:middle;
}
/* main box */
#main{
	/*background: url(/CMS/Media/Img/2008/background.gif) repeat-y;*/
	background-color:#dadEE2;
	margin:0;
}
/* header */
.header{
	background: #fff;
	height: 285px;
	overflow: hidden;
	position: relative;
}
/* Right menu */
.header ul{
	list-style: none;
	padding-top: 23px;
	position: absolute;
	top: 0px;
	left: 525px;
	width: 200px;
}
.header ul li{
	background: url(/CMS/Media/Img/2008/star.gif) no-repeat;
	float: right;
	padding: 16px 28px 10px 22px;
}
.header ul li a{
	display: block;
	background: url(/CMS/Media/Img/2008/txt.gif) no-repeat;
	overflow: hidden;
	text-indent: -3000px;
	width: 31px;
	height: 9px;
}
.header ul .home a{
	background-position: 0 0;
}
.header ul .extranet a{
	width: 54px;
}
.header ul .extranet a{
	background-position: -85px 0;	
}
/* END right menu */
/* logo */
.logo{
	display: block;
	background: url(/CMS/Media/Img/2008/logo.gif) no-repeat;
	width: 220px;
	height: 63px;
	overflow: hidden;
	text-indent: -3000px;
	margin: 8px 0 5px 28px;
}
/* END logo */
/* Left Column */
#column
{
	/*float: left; */
	width: 206px; 
	padding: 10px 1px 20px 13px;
}
#column h3{
	background: url(/CMS/Media/Img/2008/gradient-silver.gif) repeat-x;
	border: 1px solid #9e9d9d;
	border-right: none;
	font-family:Tahoma;
	font-weight:900 !important;
	font-size:12px;
	color: #BE0008;
	/*text-transform:uppercase;*/
	padding:7px 0 7px 10px;
	margin: 15px 0 0 0;
	width: 205px; 
}
#column h3 a{
	color: #BE0008;
	text-decoration:none !important;
}

/* text for title (left column) */
.1line h3
{
height:24px;
}

.2line h3
{
	height:39px;
}

/* End text for title (left column) */
/* Left column list */
.navTD
{
	background-color:#ced2d6;
	border-right:solid 1px #9e9d9d;
	width:auto;
}
#column ul{
	list-style: none;
	padding: 0 0 2px 17px;
	margin:2px 0 2px 0; 
}
#column ul li, 
#column ul li a{
	color: #8b0000;
	line-height: 18px !important;
	FONT: 11px Verdana,sans-serif;
}
/* Left column list */
/* Content */
#middlePane
{
	width:543px;
}
.contentPageTitle_h1
{
	padding: 0 0 0 20px;
	OVERFLOW: hidden;	
	font-family:Arial;
	font-weight:bolder !important;
	font-size:15px;
}

.content
{
	background-color:#dadee2;
	font-size:8pt;
	line-height:13px;
	font-family: Verdana,sans-serif;
	padding: 0 0 23px 0;
}


.content h1
{
	padding: 0 0 0 20px;
	OVERFLOW: hidden;	
	font-family:Arial;
	font-weight:bolder !important;
	font-size:15px;
}

.content, 
.content p{
	/*color: #4b4844;*/
}
.content p{
}
.content strong{
	display: block;
	padding: 0 0 8px 0;
}
.img{
	background: #fff;
	width: 141px;
	height: 100px;
	border: 1px solid #ccd0d4;
	padding: 3px 0 0 3px;
}
.img-holder{
	float: left;
	margin-right: 26px;
	overflow: hidden;
}
.img-holder .img{
	margin: 0 0 15px 0;
}
/* End Content */
/* FOOTER */
.footer{
	background:#fff url(/CMS/Media/Img/2008/gradient.gif) repeat-x;
	clear:both;
	width: 765px;
	text-align: center;
	color: #fff;
	padding: 10px 0 15px 0;
	/*FONT: 8px Verdana,sans-serif;*/
}
/* Footer Menu */
.footer ul{
	list-style: none;
	padding: 17px 0 2px 0;
}
.footer ul li{
	background: url(/CMS/Media/Img/2008/point.gif) no-repeat 0 5px;
	padding: 0 7px 0 12px;
}
.footer ul li, 
.footer ul li a{
	color: #353535;
	display: inline;
	text-decoration: none;
}
.footer ul li a:hover{
	text-decoration: underline;
}
.footer p{
	font-size: 10px;
	line-height: 12px;
	color: #353535;
}
.footer p a{
	text-decoration: underline;
	color: #a9040c;
}
.footer p a:hover{
	text-decoration: none;
}
.footer .first{
	background: none;
}
.footer span{
	padding: 0 3px; 
}
/* END Footer Menu */