BODY {
	margin: 0 0 20px 0;
	padding: 0;
	background: #d4d4d4 url('images/pageBG.png') top left repeat-x;
}

HTML,BODY {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #646464;
	font-weight: normal;
}

P {
	margin: 6px 0;
}

A:link, A:visited, A:active {
	color: #49be4d;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}



h1 {
	font-weight: 900;
	font-size: 18px;
	color: #49be4d;
	margin: 15px 0 8px 0;
}
h2 {
	font-weight: 900;
	font-size: 14px;
	color: #000;
	margin: 15px 0 0 0;
}




.header {
	width: 930px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}


.bar {
	width: 100%;
	height: 35px;
	background: #49be4d;
}
.bar a:link, .bar a:visited, .bar a:active {
	color: #d4d4d4;
}
.bar a:hover {
	color: white;
}

.barContent {
	width: 930px;
	padding: 5px 10px 5px 10px;
	margin-left: auto;
	margin-right: auto;
}

div.menuMeta {
	float: right;
	white-space: nowrap;
	margin-right: 10px;
	padding-top: 5px;
}
a.menuMeta:link, a.menuMeta:visited, a.menuMeta:active, a.menuMeta:hover, 
a.menuMetaAct:link, a.menuMetaAct:visited, a.menuMetaAct:active, a.menuMetaAct:hover {
	margin-left: 10px;
	text-decoration: none;
}

a.menuMetaAct:link, a.menuMetaAct:visited, a.menuMetaAct:active, a.menuMetaAct:hover {
	font-weight: 900;
	color: white;
	text-decoration: none;
}

div.menuMain {
	padding-top: 4px;
	font-weight: 900;
	font-size: 15px;
}
div.menuMain a:link, div.menuMain a:active, div.menuMain a:hover, div.menuMain a:visited {
	color: #646464;
	text-decoration: none;
}
div.menuMain a.act {
	color: #ffffff;
}


.pagewidth {
	width: 910px;
	padding: 10px;
	background: #fff;

	margin-left: auto;
	margin-right: auto;

	border-right: 1px dashed #646464;
	border-bottom: 1px dashed #646464;
	border-left: 1px dashed #646464;
}


.content {
	width: 675px;
	margin-right: 10px;
	float: left;
}


.contentRight {
	width: 225px;
	float: right;
}

.rightcolBox {
	width: 225px;
}

.rightcolBox p,
.rightcolBox div.csc-textpic-imagewrap,
.rightcolBox div.tx-eon-pi1 {
	border-right: 1px dashed #646464;
	border-bottom: 1px dashed #646464;
	border-left: 1px dashed #646464;

	font-family: Verdana;
	font-size: 10px;
	margin: 0 0 20px 0;
	padding: 10px 8px 8px 8px;
}


.rightcolBox h1 {
	background: #646464;
	color: #fff;
	margin: 10px 0 0 0;
	padding: 4px 8px 4px 8px;
	font-size: 12px;
}




.footer {
	width: 932px;
	padding: 2px 0 0 0;

	margin-left: auto;
	margin-right: auto;

	text-align: right;
	font-size: 11px;
}

.footer a:hover {
	text-decoration: none;
}





.tip_header {
	display: block;
	margin-bottom: 5px;
	font-weight: 900;
	color: #49be4d;
}
.tip_link {
	display: block;
	margin-top: 5px;
	float: right;
}

.ko1 {
  font-weight: 900;
  color: #007cc3;
}
.ko2 {
  font-weight: 900;
	color: #000;
}





fieldset.csc-mailform {
  border: 0;
  padding: 5px 0 5px 0;
}
div.csc-mailform-field label {
  width: 128px;
  display: block;
  float: left;
  clear: both;
  margin: 2px 0 2px 0;
}
div.csc-mailform-field input, div.csc-mailform-field textarea, div.csc-mailform-field select {
  width: 350px;
  margin: 2px 0 2px 0;
  background-color: #eee;
}
/* Radio Buttons */
div.csc-mailform-field span.csc-mailform-radio fieldset {
  border: 0;
  padding: 5px 0 5px 0;
}
div.csc-mailform-field span.csc-mailform-radio fieldset legend {
  display: none;
  visibility: hidden;
}
div.csc-mailform-field span.csc-mailform-radio input {
  width: auto;
  display: block;
  float: left;
  border: 0;
  background: transparent;
  height: 1em;
}
div.csc-mailform-field span.csc-mailform-radio label {
  clear: none;
  width: 350px;
}

div.csc-mailform-field input.csc-mailform-check {
  width: auto;
  border: 0;
  background: transparent;
}
div.csc-mailform-field input.csc-mailform-submit {
  width: auto;
  margin-left: 128px;
  margin-top: 10px;
}


