@charset "UTF-8";
/* CSS Document */

html, body{
	background-color:#305523;
	width:100%;
	margin:0;
	padding:0;
	font-size:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#305523;
	text-align:center;
}
#wrapper{
	width:955px;
	margin:0 auto 0 auto;
	padding:0;
	text-align:center;
}
#header{
	background-color:#9fb778;
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	height:124px;
	text-align:left;
}
#logo{
	width:920px;
	height:85px;
	background-image:url(../images/jecei_logo.gif);
	background-repeat:no-repeat;
	position:relative;
	left:14px;
	top:20px;
	z-index:1;
}
#social_twit{
    border: 0px solid red;
	width:48px;
	height:48px;	
	background-repeat:no-repeat;
    float:right;     
}
#social_face{
    border: 0px solid red;
	width:48px;
	height:48px;	
	background-repeat:no-repeat;
    float:right;     
}
#navigation{
	background-color:#7c9d5f;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:39px;
	text-align:left;
}
#wrapper #header #navigation ul{
	list-style:none;
	z-index:5;
	margin:0;
	padding:0;
	position:relative;
	top:11px; 
	left:50px;
	width:905px;
}
#wrapper #header #navigation li{
	display:inline;
	padding:0 17px 0 0;
	margin:0;
}
#content{
	width:955px;
	background-color:#ffffff;
	text-align:left;
}
#left_column{
	width:220px;
	float:left;
	min-height:500px;
	background-color:#c4d6a4;
	background-image:url(../images/l_sidebar.jpg);
	background-repeat:no-repeat;
}
#right_column{
	width:735px;
	min-height:300px;
	padding:0;
	background-color:#FFFFFF;
	float: left;
}
#right_column .imageTop{
	background-color:#ddeac5;
	height:195px;
	width:735px;
}
#left_column .imageBar{
	width:220px;
	margin-top:20px;
	margin-bottom:20px;
}
#right_column .pageDescription{
	margin:24px 48px 10px 24px;
	padding:0;
}
#footer{
	height:1px;
	clear:both;
}
/*style 4 content*/
#content h1{
	padding:0;
	margin:0;
	font-size:1.2em;
	font-weight:bold;
}
#content h1 span{
	display:none;
}
#content h2{
	padding:0;
	margin:10px 0px 0px 0px;
	font-size:1.1em;
	font-weight:bold;
}
#content h3{
	padding:0;
	margin:10px 0px 0px 0px;
	color:#666666;
	font-size:1em;
	font-weight:bold;
}
#content p{
	color:#333333;
	padding:0;
	margin:8px 0px 12px 0px;
	font-size:.8em;
	line-height:1.5em;
}
#content ul, #content ol{
	color:#333333;
	font-size:.8em;
	line-height:1.4em;
	padding:0px 10px 0px 20px; 
}
#content li{
	padding:0px 0px 6px 0px;
}
#content ol ul{
	font-size:.9em;
	line-height:1.4em;
	padding:0px 10px 0px 20px;
	list-style:square; 
}
#content #right_column p{
	font-size:.8em;
	line-height:1.6em;
}
#content #left_column .info{
	color:#305523;
	font-size:0.8em;
	line-height:1.2em;
	margin-top:340px;
	margin-left:20px;
	font-weight:bold;
}
a:link, a:visited, a:active{
	color:#333333;
	text-decoration:underline;
}
a:hover{
	color:#305523;
	text-decoration:underline;
}
table p{
	font-size:.8em;
	line-height:1.2em;
	color:#333333;
}
th{
	color:#305523;
}
th, td{
	padding:3px 0 3px 0;
}
.red{
	color:#990000;
}
