body {
	margin: 0;
	padding: 0;
	background-color: #FC0;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:hover, a:active {
	color: #333;
	text-decoration: none;
}

img {
	border: none;
}

.content_banner {
	margin-bottom: 25px;
}

.button {
	padding:1px 10px;
	font-size:12px;
	border:1px #000 solid;
	background: #FC0;
}

.errmsg {
	font-family: "Times New Roman", Times, serif;
	color: #C33;
	margin-top: 5px;
	margin-left: 0em;
}

.orange_bar {
	background-color: #F90;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

fieldset {
	margin-top: 0.5em;
	margin-bottom: 1em;
	border: none;
	border-top: 1px solid #000;
}

legend {
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.header {
	font-weight: bold;
	font-size: x-large;
	text-align: center;
}

.label {
	text-align: center;
	width: 90px;
}

.smallword {
	font-size: smaller;
	padding-top: 10px;
}

.small {
    font-size: smaller;
}

/* Header */

#headerbg {
	clear: both;
	width: 950px;
	height: 188px;
	/*background: url(../images/top_banner2.jpg) no-repeat left top;*/
	margin: 0 auto;
	margin-top: 20px;
}

/* Menu */

#menu_top {
	width: 950px;
	height: 40px;
	background-color: #000;
	margin: 0 auto;
	margin-top: 20px;
}

#menu_bottom {
	width: 950px;
	height: 40px;
	background: #FFF url(../images/JC_TC_icon.png) no-repeat 10px;
	margin: 0 auto;
	margin-bottom: 20px;
}

/* Contont Top */

#content_top {
	width: 950px;
	padding: 1em 0;
	margin: 0 auto;
	background-color: #000;
	border-collapse: collapse;
}

#content_top_menu{
	padding: 0 20px;
}

#content_top_menu img{
	margin: 0 10px;
}

/* Content Bottom */

#content_bottom {
	width: 950px;
	margin: 0 auto;
}

#content {
  border-collapse: collapse;
}

#content_left {
	width: 190px;
	padding: 5px 0px 0px 0px;
	vertical-align: top;
	background-color: #333;
}

#content_right {
	width: 760px;
	padding: 25px;
 	line-height: 25px;
	vertical-align: top;
	background-color: #FFF;
}

/* Footer */

#footer {
    clear: both;
	width: 950px;
	height: 30px;
	margin: 0 auto;
	margin-bottom: 20px;
	background-color: #000;
	color: #CCC;
}

#footer p {
	margin: 0;
	padding: 5px 20px 5px 20px;
}

#legal {
	float: right;
}