@charset "UTF-8";

/* 
	yellow #f2be28 
	purple #751e77
*/

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 0;
}

#page {
	width: 640px;
	width: 800px;
	min-height: 600px;
	margin: 0 auto;
    background-image: url(../images/jelc_bg.png);
	background-repeat: repeat-y;
	background-color: #eeeeee;
	position: relative;
	padding: 0 0 50px 0;
}

#jelc_head {
    background-image: url(../images/jelc_head.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 165px;
}

#jelc_body {
	padding: 0 10px 0 165px;
}

#jelc_foot {
	position: absolute;
	bottom: 5px;
	left: 170px;
	font-style: italic;
}


#jelc_nav {
	position: absolute;
	top: 320px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 155px;
}

#jelc_nav li {
	list-style-image: url(../images/jelc_bullet_nav.png);
	margin: 0 0 5px 25px;
	padding: 0;
	line-height: 15px;
}	

#jelc_body ul {
	margin: 0;
	padding: 0;
}
#jelc_body li {
	list-style-image: url(../images/jelc_bullet_body.png);
	margin: 0 0 5px 25px;
	padding: 0;
	line-height: 15px;
}	

#jelc_nav li a {
 	color: #f2be28 ;
 	text-decoration: none;
}

#jelc_nav li a:hover {
	color: white;
}

#jelc_body a {
 	color: #751e77 ;
 	font-weight: bold;
}

h1 {
	font-size: 24px;
	margin: .5em 0 .5em 0;
}

input,
textarea {
	background: #eeeeee;
}

legend {
	color: #751E77;
	font-size: 125%;
	font-weight: bold;
}

fieldset {
	background: white;
	margin-bottom: 1em;
}

label {
	display: block;
	margin-top: 1em;
	font-weight: bold;
}
