*{ 
	padding: 0; 
	margin: 0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}

li {
	list-style:none;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}


img a{
	border:0;
}

body{
	background:  #002444 url(../pic/bckg_body.jpg) repeat-y top center;
	color: #596068;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a, a:link, a:visited { color: white; text-decoration: none; }
a:hover { text-decoration: underline; }

/*----- grid -------*/

#page{
	width: 857px;
	margin: 0px auto;
	/*background: url(../pic/bckg_page.jpg) no-repeat top left;*/
}

#headerArea{
	width: 857px;
	height:  131px;
	/*position: relative;*/
	background-color: white;
	background: url(../pic/bckg_header.jpg) no-repeat top left;
	
}

#contentArea{
	width: 857px;
	background: white;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
}

	#leftCol{
		width: 150px;
		/*background: yellow;*/	
		float:  left;
		padding	: 0 20px 0 10px;
	}
		#mainMenu .menuItem {
			background: url(../pic/bckg_menuitem.jpg) no-repeat top left;
			width: 140px;
			height: 15px;
			color: white;
			font-size: 12px;
			padding:  6px 5px;;
			margin-top: 3px;
			line-height:  100%;
		}
		
		#subMenu .menuItem {
			background: #1a3b57;
			width: 144px;
			/*height: 27px;*/
			line-height:  100%;	
			font-size: 11px;	
			padding:  5px 3px;
			margin-top: 0px;
			color: #787d83;
			border-top: 1px solid #586774;
			border-bottom: 1px solid #517261;	
		}
		
		#addMenu {
			padding-top: 27px;
		}

		#addMenu .menuItem {
			background: url(../pic/bckg_menuitem_blank.jpg) no-repeat top left;
			width: 140px;
			height: 15px;
			color: #596068;
			font-size: 12px;
			padding:  6px 5px;;
			margin-top: 3px;
			line-height:  100%;
		}	
	
	#contentCol {
		width: 677px;
		float:  left;
	}
	
		#breadcrumbs {
			border: 1px solid #787d83;	
			padding: 5px;
			font-size: 10px;
			margin-top: 3px;
		}
	
		#centerCol{
			width: 500px;
			/*background: pink;*/	
			padding	: 0;
			float: left;

		}	
		#content {
			padding-top: 20px;
		}
				
			#content2colLeft{
 				width: 48%;
  				float: left;
 				margin-right: 4%;
			}

			#content2colRight{
  				width: 48%;
  				float: right;
			}
			
			#homeLeft{
 				width: 338px;
  				float: left;
 				padding-right: 10px;
			}

			#homeRight{
  				width: 152;
  				float: right;
  				/*padding-right: 15px;*/
			}
			
			#homeRight .greenBox h1 {
				background: url(../pic/bckg_box_top.jpg) no-repeat center top;
				width: 140px;
				/*height: 15px;*/
				color: white;
				font-size: 12px;
				padding:  18px 6px 0px 6px;
				/*margin-top: 3px;*/
				line-height:  100%;
				text-transform: uppercase;
			}					

		.greenBox {

			background: #016b2b url(../pic/bckg_box_bottom.jpg) no-repeat center bottom;
			width: 152px;
			/*height: 27px;*/
			line-height:  130%;	
			margin:  0;
			font-size: 11px;	
			padding:  0;
			margin-top: 0px;
			color: white;
		}

		.greenBox .bodytext {
				padding: 7px;
			}
		.greenBox strong{
			font-weight: bold;
			font-size: 11px;
			color:  white;
		}
		
		#homeRight .greenBox .bodytext a,internal-link, #homeRight .greenBox .bodytext a.internal-link:visited { color: white; text-decoration: underline; 
		}			
		
	#homeRight .greenBox h1 a.internal-link, #homeRight .greenBox h1 a.internal-link:visited { color: white; text-decoration: none; 
		}		
	
		
		#rightCol {
			width: 150px;
			/*background: green;*/	
			float:  right;
			padding	: 0 10px 0 17px;			
		}
		
		#rightCol #langMenu a {
			color: black;
		}
		
		#rightCol #langMenu {
			color: black;
			padding-bottom: 20px;
		}
		
		#rightCol H1 {
			background: url(../pic/bckg_menuitem.jpg) no-repeat top left;
			width: 140px;
			height: 15px;
			color: white;
			font-size: 12px;
			padding:  6px 5px;;
			margin-top: 3px;
			line-height:  100%;
		}
		
		#rightCol .blueBox {
			background: #1a3b57;
			width: 136px;
			/*height: 27px;*/
			line-height:  130%;	
			margin:  0 1px;
			font-size: 11px;	
			padding:  5px 6px;
			margin-top: 0px;
			color: #787d83;
			border-top: 1px solid #586774;
			border-bottom: 1px solid #517261;	
		}
		
		#rightCol .blueBox strong{
			font-weight: bold;
			color: #cccccc;
		}
		
#footerArea{
	background: #fff url(../pic/bckg_footer.jpg) no-repeat center bottom;
/* 	height: 20px; */
	font-size: 11px;
	padding:  10px;
	text-align: center;
}		
#footerArea .bodytext{

	font-size: 11px;
	color: white;
	text-align: center;
}			
		
.clearer{
	clear: both;
    display: block;
    height: 0px;
    line-height: 1px;
    font-size: 1px;
}	


/*------------- TABLES ------------*/	


.table{
        background-color: #F7F7F7;
	width: 90%;
        margin-bottom: 20px;
        border-top: 1px solid #E1E1E1;
        border-left: 1px solid #E1E1E1;
}

.table td{
	padding: 2px 12px;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
}

.table th{
	padding: 2px 12px;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	background-color:#E8E8E8;
	font-weight: bold;
}


/* --------------- TYPO ------------- */

#breadcrumbs a, #breadcrumbs a:visited { color: #596068; text-decoration: none; }
#subMenu a, #subMenu a:visited { color: #787d83; }
#content a, #content a:visited { color: #2971a7; text-decoration: underline; }

#addMenu .menuItem a, #addMenu .menuItem a:visited { color: #787d83; }
#content p { margin-bottom: 18px; }
#content h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; }
#content h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; }
#content h3 { font-weight: bold; font-size: 13px; line-height: 18px; margin-bottom: 18px; }
#content h4 { font-weight: bold; font-size: 11px; line-height: 18px; margin-bottom: 18px; }
#content h5 { font-weight: bold; font-size: 14px; line-height: 18px; margin-bottom: 18px;
				/* background:url(../pic/h5_bckg.jpg) repeat-y; */
				border-bottom: 1px solid silver;
				padding: 2px 2px;
				  }

#content ul { margin-bottom: 18px; list-style: circle inside; margin-left: 2.2em; }
#content ol, #content blockquote { margin-bottom: 18px; list-style: decimal; margin-left: 2.2em; }

#content li {
	list-style-position: outside;
	list-style-type: disc;
}

strong {
	color: black;
	font-weight: bold;
}

#content h1 { font-family: "Geneva", "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;; font-weight: lighter;}
#content h3 { font-size: 13px; color: #333; font-weight: bold; word-spacing: -0.1em; }

.csc-textpic-caption {
	font-size: 10px;
}

.slideshow {
	height:100px;
}

.slideimage {
	float: left;
	padding: 0 4px 5px 4px;
}