@charset "UTF-8";
/* CSS Document */
/*================================ 
   Dark Blue:#00538e;
   light Blue:#ccdde8;
   Text Blue:#3376a5;
   Rollover Blue:#89969e;
   
   Dark Orange:#f78315;
   light Orange:#fceacc;
   Text Brown:#;
   
   Dark Taupe:#c7c2a3;
   Light Taupe:#e6e5d9;
   
 ================================*/


/*============================================================ LEFT NAVIGATION BAR ============================================================ */	
#leftNav {
	margin				:0px;
	padding				:0px 0px 0px 0px;
	width				:200px;
	vertical-align		:top;
	}
#leftNav ul{
	margin-top			:40px;
	padding				:0px;
	text-align			:right;
	border-right		:1px solid #ccdde8;
	}
#leftNav li{
	list-style			:none;
	margin				:0px;
	padding				:6px 20px 6px 0px;
	font-family			:Arial, Helvetica, sans-serif;
	font-size			:12px;
	color				:#3376a5;
	line-height			:16px;
	}
#leftNav a:link, #leftNav a:visited{
	font-family			:Arial, Helvetica, sans-serif;
	font-size			:12px;
	color				:#3376a5;
	text-decoration		:none;
	}
#leftNav a:hover{
	font-family			:Arial, Helvetica, sans-serif;
	font-size			:12px;
	color				:#89969e;
	text-decoration		:none;
}
	
/*============================================================  CONTENT / ARTICLE / INFORMATION AREA ============================================================ */	
#contentArea {
	background-image	:url(../images/bg_butterfly.jpg);
	background-position	:bottom right;
	background-repeat	:no-repeat;
	margin				:0px;
	padding				:0px 5px 25px 30px;
	vertical-align		:text-top;
	border				:none;
	}
#contentArea td {
	vertical-align		:text-top;
	}
#blueLine {
	padding				:0px 0px 0px 0px;
	width				:530px;
	height				:1px;
	border-bottom		:1px solid #d9d9d9;
	}
#blueLine2 {
	display				:block;
	padding				:8px 0px 8px 0px;
	width				:530px;
	height				:1px;
	border-bottom		:1px solid #d9d9d9;
	}
#contentArea h1{
	margin    			:0px 0px 0px 0px;
	font-family			:Arial, Helvetica, sans-serif;
	font-size			:22px;
	color				:#00538e;
	line-height			:22px;
	letter-spacing		:5px;
	}
#contentArea h2{
	margin    			:6px 0px 12px 0px;
	font-family			:Arial, Helvetica, sans-serif;
	font-weight			:normal;
	font-size			:18px;
	color				:#999999;
	line-height			:22px;
	}
#contentArea h3{
	margin    			:10px 0px 3px 0px;
	font-family			:Arial, Helvetica, sans-serif;
	font-size			:14px;
	font-weight			:bolder;
	color				:#00538e;
	line-height			:22px;
	}
#contentArea p{		
	margin      		:8px 0px 3px 0px;
	font-family			:Arial, Helvetica, sans-serif;
	font-size			:12px;
	color				:#333333;
	line-height			:20px;
	vertical-align		:text-top;
	}
#contentArea hr{
	display				:block;
	padding				:8px 0px 8px 0px;
	width				:530px;
	height				:1px;
	border-bottom		:1px solid #d9d9d9;
	}
#contentArea ul{
	list-style			:disc;	
	}
#contentArea li{		
	padding-bottom		:5px;
	font-family			:Arial, Helvetica, sans-serif;
	font-size			:12px;
	color				:#333333;
	line-height			:20px;
	}
#contentArea .imgLeft{
	float				:left;	
	margin				:5px 5px 0px 0px;
	border				:1px solid #333333;
	}
#contentArea .imgRight{
	float				:right;	
	margin				:5px 5px 0px 10px;
	border				:1px solid #333333;
	}
#contentArea .imgRightNoLine{
	float				:right;	
	margin				:5px 5px 0px 10px;
	border				:none;
	}
#suppliers .imgSuppliers{
	float				:right;	
	margin				:0px 0px 0px 0px;
	border				:none;
	}

#contentArea .infoDate{
	font-family			:Arial, Helvetica, sans-serif;
	font-size			:11px;
	color				:#999999;
	line-height			:20px;
	}
#twoCells {
	margin				:0px;
	padding				:0px;
	}
#twoCells td{
	padding-right		:5px;
	}
.smallText {
	margin      		:8px 0px 0px 0px;
	font-family			:Arial, Helvetica, sans-serif;
	font-size			:11px;
	color				:#333333;
	line-height			:18px;
	vertical-align		:text-top;
	}
#btnBack {
	padding:10px 0;
	}
/*============================================================  SUPPLIERS ============================================================ */	
#suppliers .p {
	padding-right: 5px;
	font-family			:Arial, Helvetica, sans-serif;
	font-size			:12px;
	line-height			:14px;
	color				:#000000;
	}

#suppliers a:link,#suppliers a:visited, #suppliers a:active  {
	padding-right: 5px;
	font-family			:Arial, Helvetica, sans-serif;
	font-size			:11px;
	line-height			:14px;
	color				:#3376a5;
	text-decoration		:none;
	}
#suppliers a:hover {
	padding-right: 5px;
	font-family			:Arial, Helvetica, sans-serif;
	font-size			:11px;
	line-height			:14px;
	color				:#3376a5;
	text-decoration		:underline;
	}
/*============================================================ Table ============================================================ */	
#tableCotent td{
	padding				: 5px;
	border-bottom		: 1px solid #ccdde8;
	}