/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}

h1 {
	text-align: center;
	font-weight:bold
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}

a {
	text-decoration: none;
}
*html div {
	padding: -3px;
}
p.bodytext {
	margin: 0px 0px 0px 6px;
	padding: 0px;
  line-height:140%;
}
img {
	margin: 0px;
	padding: 0px;
}
div {
	margin: 0px;
	padding: 0px;
}

.csc-textpic {
  margin-right:20px;
}

#container {
	text-align: left;
	margin: 0px auto;
	width: 839px;
}
#header {
	width: 839px;
	height: 106px;
	background-image: url('../header.png');
        margin-top:60px;
}
#subContainer {
	background-color: #faf2e3;
	margin: 0px;
	padding: 0px;
	margin-top: 1px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 2% 98%;
}
*html #subcontainer {
	height: 100%
}
#menu {
	width: 170px;
	float: left;
}
#menucontainer {
	margin: 20px 0px 10px 10px;
	padding: 0px;
	color: #333;
}
#menucontainer ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: none;
}
#menucontainer li {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}
#menucontainer li a {
	display: block;
	padding: 5px 5px 0px 5px;
	color: #414574;
	text-decoration: none;
	width: 100%;
}
html>body #menucontainer li a {
	width: auto;
}
#menucontainer li a.actLinkLev1 {
	color: #E1B55C;
}

#menucontainer li li {
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
}

#menucontainer li li a {
	padding: 5px 5px 0px 20px;
	color: #414574;
	text-decoration: none;
	width: 100%;
}

#menucontainer li li a.secondLevelCur {
	background-image: url("../images/nav-icon.png");
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#logo {
	margin-top: 200px;
}

#contentContainer {
	background-color:#FFFFFF;
	width: 660px;
	float: right;
	padding: 0px;
	margin: 0px;
}

#pageTitle {
	width: 380px;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 5px 1px 15px;
	padding-left: 17px;
	color: #cc9933;
}

#contentWrapper {
	background-image: url('../content_bg.png');
	background-position: 15px;
	background-repeat:repeat-y;
	width:668px;
}

*html #contentWrapper { margin-bottom: 30px; }

#content {
	margin-left: 15px;
  margin-bottom: 30px;
	width: 648px;
	background-image: url('../pics_bg.png');
	background-repeat:repeat-y;
	background-position: 480px;
}

*html #content { margin-bottom:-2px; }

#cLeft {
	margin-left: 10px;
	min-height: 300px;
	background-color:#FFFFFF;
	margin-right:10px;
	padding-right:0px;
	display:block;
}

*html #cLeft {
	height: 300px;
}

#cLeft img {

	background-color:#FFFFFF;
}

#cLeft ul {
     margin-left:20px;
     list-style-type:disc;
}

#rightPicSpace {
	margin-bottom: 15px;
}

#cRight {
	display: block;
	margin: -35px -10px -40px 20px;
	padding-bottom: 40px;
	position: relative;
	display:block;
	width: 178px;
	height:100%;
	background-image: url('../pics_bg.png');
	min-height: 350px;
	float: right;
}

*html #cRight {
	height: 350px;
}

#cRight img {
	margin-bottom: 10px;
}

.clearer {
	clear: both;
}

.white {
	background-color:white;
}

.transparent {
	background-color:transparent;
}
