@charset "utf-8";
/* CSS Document */

/* Layout */
body {
  text-align: center;
  }
#frame {
	width: 900px;
	background-color:#FFFFFF;
	padding-bottom:20px;
	text-align:left;
	overflow:hidden;
}
#header {
	width: 900px;
	height: 130px;
	background-image: url(pics/header.gif);
	background-repeat:no-repeat;
	float: left;
	margin-bottom: 0px;
	overflow:hidden;
}
#menu {
	width: 150px;
	float: left;
	margin-left: 10px;
	margin-right:5px;
	margin-top: 15px;
	overflow:hidden;
}
#content_center {
	width: 480px;
	float:left;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	margin-top: 15px;
	vertical-align: top;
	text-align: left;
	overflow:hidden;
}
#content_right {
	width: 200px;
	float: right;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 40px;
	margin-right: 10px;
	margin-top: 15px;
	text-align: left;
	vertical-align:top;
	overflow:hidden;
}

/* Text*/
P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	color: #4f4d4d;
	line-height: 16px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top:0px;
}
p{
	font-size: 12px;
}

H1 {
	color: #004460;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding-bottom: 0px;
}
H2, H3, H4, H5, H6, H7, H8{
	color: #6586ff;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
}
H6 {
	padding: 5px;
	color: #4f4d4d;
}

H1{
	font-size:14px;
}
H2{
	font-size:13px;
}
H3{
	font-size:13px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6586ff;
	text-decoration:underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6586ff;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #383f49;
}

#content_right H1, content_right H2, content_right H3, content_right H4, content_right H5{
	color:#6586ff;
}

/* MENU */
/*  MENU 1, level 1, normal state (NO) */
#menu_1 DIV.menu1-level1-no {
	font-size: 11px;
	padding-left:5px;
	line-height: 11px;
	padding:3px;
	margin: 1px;
}
/*  MENU 1, level 1, active state (ACT) */
#menu_1 DIV.menu1-level1-act {
	font-size: 11px;
	padding-left:5px;
	line-height: 11px;
	padding:3px;
	margin: 1px;
	font-weight: bold;
}

/*  MENU 1, level 2, normal state (NO) */
#menu_1 DIV.menu1-level2-no {
	font-size: 11px;
	padding-left:5px;
	line-height: 11px;
	padding:3px;
	margin: 1px;
	margin-left:20px;
	color: #6586ff;
}
/*  MENU 1, level 2, active state (ACT) */
#menu_1 DIV.menu1-level2-act {
 	font-size: 11px;
	padding-left:5px;
	line-height: 11px;
	padding:3px;
	margin: 1px;
	margin-left:20px;
	font-weight: bold;
	color: #6586ff;
}

/* Menu links style*/
#menu_1 DIV a:hover {
	color:#383f49;
}
#menu_1 DIV :link {
	color:#6586ff;
	text-decoration:none;
}
#menu_1 DIV :visited {
	color:#6586ff;
	text-decoration:none;
}

.csc-textpic-caption {
	font-size:11px;
	color:356788;
}

