/* 
JLEX CSS
*/

* {
	margin: 0;
	padding: 0;
}

body {
    
	background: #cad1db url("../images/bg.gif" ) top center repeat-y;
	font: normal 9pt/13pt verdana, arial,sans-serif;
	color: #646464;
}

a, a:visited {
	text-decoration: underline;
	color: #000;
	
}

a:hover {
	color: #eace14;
}

#header {
	width: 780px;
	height: 80px;
	background: #000 url("../images/header.gif") no-repeat;
	margin-top: 5px;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 16pt;
	color: #eaeaea;
}

#header h2{
	padding-top: 12px;
	padding-left: 150px;
	font-size: 10pt;
	color: #d1caca;	
}
/* ---------------------------------- top_menu ---------------------------------- */
#header h3 {
	color: #777;
	text-align:right;
    padding-top: 5px;
	text-decoration: none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-right:15px;
}
#header h3 a{	
	margin-left: 22px;
	color: #777;
	text-decoration: none;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
    margin-right: 5px;
}
#header h3 a:hover{
	text-decoration:underline;
}

#container {
	width: 780px;
	background: #eaeaea url("../images/sidebar.gif") repeat-y right;
	border: solid 0px #eaeaea;
	margin: 0 auto;
	text-align: left;
}

#horizontal {
	width: 760px;
	height: 30px;
	background: url("../images/horizontal.gif");
	font-weight: bold;
	font-size: 8pt;
	padding-top: 15px;
	padding-left: 20px;
    
	
}

#horizontal a, #horizontal a:visited {
	color: #eaeaea;
	text-decoration: none;
	margin-right: 35px;
}

#horizontal a:hover {
	color: #eace14;
	text-decoration: underline;
}

#right-column {
	color: #808080;
	width: 159px;
	background: url("../images/menutop.gif") no-repeat top left;
	float: right;
	padding: 0px;
	margin-left: 0px;
    text-decoration: none;
}

#right-column a, #right-column a:visited {
	color: #000000;
	text-decoration: none;
}

#right-column a:hover {
	color: ##141414;
	text-decoration: underline;
}

#content {
	float: left;
	width: 600px;
	margin: 12px 10px 10px 4px;
    padding-top: 25px;
    padding-bottom: 25px;
}

#content h1{
	font-size: 12pt;
	font-weight: bold;
	color: #521515;
	margin-bottom: 10px;
    padding: 2px;
	padding-left: 8px;
	}

#content h2{
	font-size: 10pt;
	font-weight: bold;
	color: #521515;
	margin-bottom: 5px;
    padding: 2px;
	padding-left: 8px;
	}

#content ul li {
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
    padding-left: 35px;
	text-align: left;
	list-style-position: inside;
	white-space: inherit;}

#content ul {
    padding-bottom: 10px
    }    
    
#content table{
	font: normal 9pt/13pt verdana, arial,sans-serif;
	color: #646464;
    width: 100%;
	border:0;
    margin: 2px;
	padding: 2px;
    
    }
#content td{
     width:50%;
      }
      
#content a, #content a:visited {
	color: inherit;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

.black {
	color: #000;
}

p {
margin-bottom: 20px;
padding-left: 20px;
}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 10px;
	font-size: 8pt;	
	border: none;
	background: none;
	}

#searchbox {
	background: url("../images/searchbox.gif") no-repeat;
	margin-top: 10px;
	margin-left:11px;
	padding: 5px;
	height: 40px;
}



#footer {
	color: #777;
    background: #000 url("../images/footer.gif") no-repeat;
	clear: both;
	width: 760px;
	margin-left: 0px;
	height: 30px;
	padding: 10px;
}
#footer a{	
	margin-left: 22px;
	color: #777;
	text-decoration: none;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
    margin-right: 5px;
 }
#footer a:hover{
	text-decoration:underline;
}



