html,body {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #006a71 url(img/level2_background.jpg) repeat-x top;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006A71;
}
img {
	border: 0;
}
td.top {
	background: white url(img/level2_top.gif) no-repeat left top;
}
td.dots {
	background: white url(img/level2_tbg.gif) repeat-y left top;
}
td#leftcol {
	padding: 20px 0 0 0;
}
td#leftcol p,
td#leftcol h1, 
td#leftcol h2,
td#leftcol h3, 
td#leftcol h4, 
td#leftcol h5,
td#leftcol ul,
td#leftcol ol {
	padding: 0 60px 0 123px;
}
td#leftcol ul{
	padding: 0 60px 0 123px;
} 
td#leftcol table {
	margin: 0 0px 0 123px;
}
td#leftcol table p,
td#leftcol table h1,
td#leftcol table h2,
td#leftcol table h3,
td#leftcol table h4,
td#leftcol table h5 {
	padding: 0;
}



/* <footer> */
td#footer {
	color: #7EC4CC;
	line-height: 14px;
}


td#footer p.contactinfo {
	margin-top: 10px;
}

td#footer a,
td#footer a:visited {
	color: White;
	text-decoration: none;
}
td#footer span {
	padding-top: 4px;
	border-top: 1px solid #7EC4CC;
}	
td#footer a:hover {
	text-decoration: underline;
}
/* </footer> */














/* <main menu> */
td#navigation ul {
	list-style: none;
}

#nav1 {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#nav1 li {
	padding-left: 8px;
	background-image: url(img/arrow1_off.gif);
	background-repeat: no-repeat;
	background-position: 0 .45em;
	margin-bottom: 4px;
}

#nav1 li a,
#nav1 li a:visited {
	color: #006A71;
	text-decoration: none;
}

#nav1 li a:hover {
	color: #7ec4cc;
	text-decoration: none;
}

#nav1 li.active {
	padding-left: 8px;
	background-image: url(img/arrow1_on.gif);
	background-repeat: no-repeat;
	background-position: 0 .45em;
	margin-bottom: 4px;
}

#nav1 li.active a,
#nav1 li.active a:visited {
	color: #7EC4CC;
	text-decoration: none;
}

#nav1 li.active a:hover {
	text-decoration: underline;
}

#nav1 ul { 
	margin-top: 2px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}

#nav1 ul li { 
	background-image: url(img/arrow2_off.gif);
	background-repeat: no-repeat;
	background-position: 0 .45em;
	margin-bottom: 2px;
}

#nav1 ul li a { 
	color: #006A71;
	font-weight: normal;
}

ul#nav1-sub1 {
	list-style: none;
}

#nav1-sub1 li {
	background-image: url(img/arrow2_off.gif);
	background-repeat: no-repeat;
	background-position: 0 .45em;
}
#nav1 li.active #nav1-sub1 {
	margin-bottom: 10px;
}
#nav1 li.active #nav1-sub1 li a {
	color: #006A71;
	font-weight: normal;
	text-decoration: none;
}

#nav1 li.active #nav1-sub1 li a:hover {
	text-decoration: underline;
}

#nav1-sub1 li.active {
	background-image: url(img/arrow2_off.gif);
	background-repeat: no-repeat;
	background-position: 0 .45em;
	margin-bottom: 2px;
}

#nav1 li.active #nav1-sub1 li.active a {
	text-decoration: underline;
}

#nav1 li.active #nav1-sub1 li.active a:hover {
	text-decoration: none;
}
/* </main menu> */







/* <fieldset csc-mailform> */
div.csc-mailform-field {
	margin-bottom: 6px;
}
fieldset.csc-mailform {
	border: 0px solid #7EC4CC;
}
fieldset.csc-mailform label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block
}
fieldset.csc-mailform .csc-mailform-submit {
	margin: 10px 0 0 113px;
}
/* </fieldset csc-mailform> */




