body {
	text-align:center;
	margin:0px;
	padding:0px;
}
img {
	border: none;
}
h1 {
	font-size: 16px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
h2 {
	font-size: 14px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
#header {
	z-index: 1;
	position: fixed;
	top: 0px;
	width: 960px;
	height: 105px;
	background-image: url(header.png);
	background-repeat: none;
}
#menu {
	z-index: 1;
	position: fixed;
	top: 105px;
	width: 960px;
	height: 30px;
        background-image: url(menu.png);
        background-repeat: none;
	border-top: solid white 5px;
}
#mainmenu {
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	font-size: 12pt;
	font-family: Arial;
	font-weight: normal;
}
#mainmenu li {
	display: inline;
}
#mainmenu a {
	color: #ffffff;
	float: left;
	text-decoration: none;
	margin-left: 25px;
}
#menu a:hover {
	color: #ffd646;
	text-decoration: none;
}
#container {
	z-index: 0;
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	height: 100%;
	text-align: left;
}
#leftcolumn {
        position: fixed;
        top: 140px;
        text-align: left;
	width: 190px;
	padding: 0px;
	margin-top: 5px;
	float: left;
	height: 400px;
}
#leftcolumn span, #rightcolumn span {
	font-weight: bold;
	font-size: 9pt;
        font-family: Verdana;
}
#leftcolumn span a {
	text-decoration: none;
	color: black;
	margin-top: 10px;
}
#leftcolumn ul, #rightcolumn ul {
	list-style: none;
	padding: 0px;
	margin-top: 5px;
	margin-left: 0px;
}
#leftcolumn li {
}
#leftcolumn li a, #rightcolumn li a {
	text-decoration: none;
        color: #000000;
	font-size: 9pt;
	font-family: Verdana;
}
#leftcolumn span a:hover, #leftcolumn li a:hover, #rightcolumn li a:hover, leftcolumn .subnav li a {
	color: #36ac9c;
}

#leftcolumn .subnav {
	padding-top: 0px;
	margin-top: 0px;
        font-size: 8pt;
        font-family: Verdana;
}
#leftcolumn .subnav li a {
	margin-left: 15px;
}

#rightcolumn {
        position: fixed;
        top: 140px;
	margin-left: 770px;
	text-align: left;
	width: 190px;
	padding: 0px;
        margin-top: 5px;
	float: left;
	height: 400px;
}
#rightcolumn ul, #rightcolumn span {
	padding-left: 5px;
}
#rightcolumn input {
	margin-left: 5px;
	width: 160px;
}
#centercolumn {
	z-index: 0;
	position: absolute;
	top: 140px;
	margin-top: 5px;
	margin-left: 190px;
	min-height: 400px;
	font-size: 12px;
	font-family: Verdana;
	text-align: left;
	padding: 5px 5px 20px 5px;
	width:568px;
	float:left;
	background-color:#fff;
	overflow: auto;
        border-left: solid #36ac9c 1px;
        border-right: solid #36ac9c 1px;
}

#footer {
	position: fixed;
	bottom: 0px;
	width:568px;
	margin-left: 191px;
	padding: 6px 0px 2px 0px;
        font-family: Verdana;
	color: #999999;
	font-size: 8pt;
	text-align: center;
	background-color: white;
}
#footer span {
	padding-left: 30px;
}
#footer span a {
	text-decoration: none;
	color: #999999;
}
#footer span a:hover {
	text-decoration: underline;
}
.bodytext {
	padding: 0px;
	margin: 5px 0px 0px 0px; 	
}
.contenttable.contenttable-1 {
	font-size: 12px;
	border: solid black 1px;
}
.contenttable.contenttable-1 .tr-odd {
	background-color: #d3d3d3;
}
.contenttable.contenttable-1 .td-0 {
	width: 400px;
}
.contenttable.contenttable-1 .td-last {
	width: 150px;
}
.csc-mailform-field {
	width: 200px;
}
.csc-uploads {
	font-size: 12px;
}

