@charset "utf-8";
/* CSS Document */
/* Page style */
body {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 800px;
	height: 100%;
	border-width: 0px;
	padding: 0px;
	font-size: 90%;
}

.bottom
{
	clear: both;
	width: 1000px;
	float: left;
	position: relative;
	background-color: #ffffff;
	border: thin solid #ff9900;
	top: 10px;
}

/* Page Layout */
.header{
   width: 100%;
   left: 0%;
   clear: both;
   float: left;
   position: relative;
   background-color: #eaeff3;
	 height: 140px;	 
}
.colmask{
	width: 100%;
	left: 0%;
	clear: both;
	float: left;
	overflow: hidden;
	position: relative;
  background: #eaeff3;
}
.colleft{ 
	 right: 75%;
   float: left;
   width: 100%;
   position: relative;
   background: #eaeff3;
}
.col1 {
   width: 71%;
   left: 102%;
   padding: 1.1em 0px 1em 1em;
   overflow: hidden;
   float: left;
   position: relative;
   background: #eaeff3;
}
.col2{
   width: 21%;
   left: 6%;
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   position: relative;
}
.footer {
	width: 100%;
	left: 0%;
	clear: both;
	float: left;
	position: relative;
	border-bottom: #000 1px solid;
	background: url(../images/casn-bottom.jpg) no-repeat bottom;
	height: 320px;
}

/* Content styles */
h2 {
	font-size: medium;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#titleright {
	top: 0px;
	position: absolute;
}
#nsc {
	font: italic bold medium/1.4 Arial, Helvetica, sans-serif;
	color: #669999;
	text-decoration: none;
	text-align: center;
	padding-left: 2.1em;
}
.leftmenu-sel {
	display: block;
	background-color: #CAE7A5;
	padding: .5em;
	border-bottom:thin solid #B3D2C2;
	border-right: thin solid #B3D2C2;
}
.leftmenu {
	display: block;
	background-color: #f2f5f8;
	padding: .5em;
	border-bottom:thin solid #B3D2C2;
	border-right: thin solid #B3D2C2;
}
.leftmenu-sel a {
	font: bold medium/1.2 Arial, Helvetica, sans-serif;
	color: #D16740;
	text-decoration: none;
}
.menulist {
	list-style: none;
}

.leftmenu:hover {
	background-color: #CAE7A5;
}

/* Link Styles */
.col1 a:link, .col1 a:visited {
	color: #2e9552;
	text-decoration: none;
}
.col1 a:hover, .col1 a:hover:visited {
	color: #2e9552;
	text-decoration: underline;
}
a.menu:link, a.menu:visited {
	font: bold medium/1.2 Arial, Helvetica, sans-serif;
	color: #2e9552;
	text-decoration: none;
	display:block;
}
a.menu:link:hover, a.menu:visited:hover {
	font: bold medium/1.2 Arial, Helvetica, sans-serif;
	color: #D16740;
	text-decoration: none;
}
