/* ---------------------------------------------------------- */
/* created by Emile Blume - 2006 - www.netcreators.nl */
/* ---------------------------------------------------------- */
body {
	background: #EAEAEA;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 4px;
	margin-bottom: 4px;
}

p {
	color: #000000;
	text-align: left;
}

img {
	border: 0;
}

form, fieldset, input {
	margin: 0;
	border: 0;
	padding: 0;
}

input, select, textarea {
	/* border: 1px solid #CC232A; */
	border: 1px solid #F18813;
	padding-left: 2px;
	font-size: 11px;
}

hr {
	border: 0px;
	/* background: #CC232A; */
	/* color: #CC232A; */
	background: #F18813;
	color: #F18813;
	height: 1px;
}

tr * {
	margin-top:0px;
	margin-bottom:0px;
	vertical-align:top;
}


/* ---------------------------------------------------------- */
#frame {
	width: 940px;
	margin: auto;
	position: relative;
	text-align: left;
}

#container {
      	background: #FFFFFF;
        width: 940px;
	min-height: 500px;
        height: auto !important;
	height: 500px; 	
	float: left;		
}

#header {
	/* border-bottom: 5px solid #CC232A; */
	border-bottom: 5px solid #F18813;
	width: 940px;
	height: 123px;
	float: left;
}

#header h1 {
	background: url(../images/jsp.jpg) no-repeat left top;
	width: 500px;
	height: 123px;
	left: 10px;
	top: 12px;
	position: relative;
}

#header h1 a {	
	width: 500px;
	height: 123px;
	display: block;
	cursor: pointer;
}

#header h1, #header h2 {
	margin: 0;
	padding: 0;
}

#header span {
	display: none;
}

/* ---------------------------------------------------------- */

#left {
	float: left;
	width: 200px;
}

#center {
	float: left;
	width: 640px; /* 740px; */

	min-height: 330px;
        height: auto !important;
	height: 330px;
}

#content {
	margin: 10px;
}

#content a, #footer a {
	color: #375297;
}

#content a:hover, #footer a:hover {	
	color: #375297;
}

#content li {
	color: 375297;
	list-style: circle;
	font-size: 12px;
}

#content h1 {
	color: #375297;
	font-size: 18px;
	font-weight: bold;
}


#content h3, #content h2 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

#content h4, #content h5, #content h6 {
	color: #375297;
	font-size: 12px;
	font-weight: bold;
}

#footer {
	float: left;
	width: 920px;
	margin-top: 20px;
}

#footer p {
	text-align: center;

}





