body {
  background-color: #ffffff;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #0060A5;
	text-align:center;
	margin-top:19px;
}
div#wrapper	{
	width:680px;
	height:auto;  
	margin: 0 auto 0 auto;
	text-align:left;
}
/* -------- Start: Header -------- */
img	{
	border: 0;
}
img#logo	{
	float:right;
	margin:0 5px 18px 0;
}
div#navigation	{
	width:680px;
	height:40px;
	background-color:orange;
}
/* -------- Start: Navigation -------- */
div#firstlevel	{
	width:680px;
	height:22px;
	background-image:url(../images/bg_navigation.jpg);
	background-repeat:no-repeat;
	background-color:#0060A5;
}
div#subnavigation	{
	width:680px;
	height:18px;
	background-image:url(../images/bg_subnavigation.jpg);
	background-repeat:no-repeat;
	background-color:#0060A5;
}
ul.firstlevel	{
	margin:0;
	padding:0;
	margin-left:10px;
}
ul.firstlevel li a, ul.firstlevel li a:link, ul.firstlevel li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	height:22px;
	display:block;
	padding: 0 7px 0 7px;
	float:left;
}
ul.firstlevel li a:hover	{
	background-image:url(../images/bg_navigation_mouseover.gif);
	background-position:right;
}
ul.firstlevel li a.active	{
	background-image:url(../images/bg_navigation_mouseover.gif);
	background-position:right;	
}
ul.firstlevel li	{
  list-style-type: none;
	display: block;
	float:left;
	height:22px;
}

ul.secondlevel	{
	margin:0;
	padding:0;
	margin-left:10px;
	font-size:0.9em;
}
ul.secondlevel li a, ul.secondlevel li a:link, ul.secondlevel li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	padding: 0 8px 0 6px;
}
ul.secondlevel li a:hover	{
	font-weight:bold;
}
ul.secondlevel li a.active	{
	font-weight:bold;
}
ul.secondlevel li	{
  list-style-type: none;
	display:block;
	float:left;
}
ul.language	{
	margin:0;
	padding:0;
	font-size:0.9em;
	float:right;
	color:#FFFFFF;
}
ul.language li a, ul.language li a:link, ul.language li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	padding: 0 6px 0 6px;
}
ul.language li a:hover	{
	color:#004C94;
}
ul.language li a.active	{
	color:#004C94;
}
ul.language li	{
  list-style-type: none;
	display:block;
	float:left;
}
/* -------- End: Navigation -------- */
/* -------- End: Header -------- */

/* -------- Start: Topic -------- */
div#leadtext	{
	width:159px;
	height:124px;
	float:left;
	background-color:#0060A5;
	padding: 46px 0 0 11px;
}
div#leadtext.yellow	{
	background-color:#F3EBC8;
}
div#topic img	{
	float: left;
}
img.topic	{
	width:170px;
	height:170px;
	float:left;	
}
div#topic div.csc-textpic-imagewrap, div#leadtext div.csc-textpic-imagewrap, div#content_home div.csc-textpic-imagewrap, div#wrapper div.csc-textpic-imagewrap	{
	float:left;	
}
div#contact	{
	width:170px;
	height:170px;
	float:left;
	background-color:#F3EBC8;
}
div#contact p	{
	font-size:0.8em;
	margin:  0 0 19px 10px;
}
div#contact p.bold	{
	font-weight:bold;
	margin:15px 0 0 10px;
}
/* -------- End: Topic -------- */



/* -------- Start Text Formatting ----------*/

a, a:link, a:visited, a:active	{
	color:#0060A5;
	text-decoration:underline;
}
a:hover	{
	text-decoration:none;
}
h1	{
	font-size:1.2em;
	font-weight:normal;
	margin:0;
	margin-bottom:13px;
}
h2	{
	font-weight:bold;
	font-size:1em;
	margin:0;
}
p	{
	margin:0;
	margin-bottom:15px;
}
div.content_home p	{
	margin-bottom:6px;
}
div#contact p	{
	margin-bottom:12px;
}
/* -------- End: Text Formatting -------- */
/* -------- Start: Content Home -------- */
div.image_content_home	{
	float: left;
	margin-right:30px;
}
img#content_home	{
	width:170px;
	height:165px;
	float:left;
	margin-right:30px;
}
div.content_home	{
	width:450px;
	height:auto;
	float:left;
	margin-top:20px;
}
/* -------- End: Content Home -------- */

/* -------- Start: Content -------- */
div.content, div.content_1col	{
	width:680px;
	height:auto;
	padding-top:20px;
	clear:left;
}
div.image_content {
	width:185px;
	height:165px;
	float:left;
	margin: 37px 70px 0 0;	
}
div.image_content img	{
	border: 1px solid #003399;
	margin-bottom:2px;
}
div.image_content.noborder img	{
	border: 0;
}
div.image_content p.legend	{
	font-size:0.7em;
}
div.text_content	{
	width:410px;
	height:auto;
	float:left;
}
div.content_1col div.image_content	{
	margin-top: 0;
	width:100%;
}
div.text_content_noimage{
	width:410px;
	height:auto;
	float:left;
	padding-left:255px;
}
div.text_content_jobs	{
	width:410px;
	height:auto;
	float:left;
}
div.text_content_jobs h2	{
	margin-left: 40px;
}
div.text_content_jobs p	{
	margin-left: 40px;
}
/* -------- End: Content -------- */

/*---------- Start: Footer ------------*/
div#footer	{
	height:20px;
	width:680px;
	float:left;
}
/*----------- End: Footer -------------*/
