/* ------------------------------------- generic */
html {
	height : 100%;
	margin-bottom : 1px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height : 100%;
	padding:0;
	margin:0px;
	background-color: #3076bf;
	color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin : 2px;
	margin-left : 15px;
	padding-left : 0px;
	list-style-type:square;
}
ul A {
	color : #000000;
}

/* ------------------------------------- layout */

form {
	margin : 0px;
}
.csc-mailform-field {
  width: 450px;
}
.csc-mailform-field label {
  width: 100px;
  display: inline-block;
}

/* ------------------------------------- layout */
.leftcell {
	background-image: url(../images/bg_links.jpg);
	background-repeat:repeat-x;
}
.layout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
}
.layout .headercell {
	background-image: url(../images/header.jpg);
	background-repeat:repeat-x;
}
.layout .navcell {
	font-size:13px;
	vertical-align:bottom;
	font-weight:bold;
	padding:10px;
}
.layout .navcell A {
	color: #5F93C9;
	text-decoration:none;
}
.layout .navcell A:hover {
	color: #4BC4FD;
}
.layout .navcell .act A {
	color: #DD7A02;
}
.layout .subnavcell {
	padding-left:10px;
	color: #5F93C9;
}
.layout .subnavcell DIV {
	width:600px;
}
.layout .subnavcell A {
	color: #5F93C9;
	text-decoration:none;
}
.layout .subnavcell A:hover {
	color: #4BC4FD;
}
.layout .subnavcell .act A {
	color: #DD7A02;
	font-weight:bold;
}
.layout .contentcell {
	background-color: #D3E0F0;
	vertical-align: top;
	padding: 10px;
}
.layout .contentcell A {
	color: #5F93C9;
}
.layout .contentcell INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 200px;
}
.layout .contentcell TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 200px;
}
.layout .contentcell .title {
	padding: 5px;
	background-color:#5F93C9;
	color:#FFFFFF;
	margin-bottom:10px;
	font-size:12px;
	font-weight:bold;
}
.layout .contentcell .csc-form-labelcell {
	vertical-align:top;
	width:100px;
}
.layout .contentcell .csc-form-label-req {
	font-weight:bold;
}
.layout .contentcell .csc-sitemap {
	padding:2px;
	margin:2px;
	margin-left:40px;
}
.layout .contentcell .csc-sitemap-level1 {
	background-color:#DD7A02;
	color:#FFFFFF;
	width:auto;
	font-weight:bold;
}
.layout .contentcell .csc-sitemap-level1 A {
	color:#FFFFFF;
}
.layout .contentcell .csc-sitemap-level2 {
	margin-left:60px;
}
.layout .contentcell .csc-sitemap-level3 {
	margin-left:80px;
}
.layout .contentcell .title2 {
	padding: 5px;
	background-color:#BDD3EA;
	margin-bottom:10px;
	font-size:12px;
	font-weight:bold;
}
.layout .metacell {
	padding: 5px;
	color: #FFFFFF;
	text-align:right;
}
.layout .metacell A {
	color: #FFFFFF;
	text-decoration:none;
}
.layout .metacell A:hover {
	text-decoration:underline;
}
.layout .footercell {
	background-image: url(../images/bg_footer.gif);
	background-repeat:repeat-x;
}



